Added python project; fixed spelling of folder

This commit is contained in:
2023-09-30 16:09:14 -05:00
parent 1f23cb73d1
commit 6bf66c5916
1075 changed files with 2165 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
### 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!