15 lines
710 B
Markdown
15 lines
710 B
Markdown
|
### Description
|
||
|
<hr/>
|
||
|
This is a script that will take a bookmarks.html file from Firefox and output it to a better looking format complete with site snapshot images..
|
||
|
### Preparation
|
||
|
<hr/>
|
||
|
You will need to install lynx to be able to pull the links from the bookmarks file.
|
||
|
<br/>
|
||
|
<code> sudo apt-get install lynx </code>
|
||
|
### Setup/Usage
|
||
|
<hr/>
|
||
|
From firefox go to the bookmarks manager and select "Import and Backup".
|
||
|
Select "Export bookmars to html..." and save the file in the root of this program dir. Last, run the bookishScan.sh and wait for the scan to complete.
|
||
|
Keep the directory structure somewhere you wont delete it and then setup your browser to use the bookMarksHomePg.html as your home page.
|
||
|
Enjoy!
|