diff options
| author | foswret <foswret@posteo.com> | 2026-04-05 16:57:50 -0500 |
|---|---|---|
| committer | foswret <foswret@posteo.com> | 2026-04-05 16:57:50 -0500 |
| commit | aeec2500d2d3950b3a98ab1c50a453b2e840138b (patch) | |
| tree | cf7893f0424133a7883d9f5cc6db2e8eb9549357 | |
| parent | c02bbdba289e3a48fbfdf2a39972ee436d079121 (diff) | |
actual fix to README.md
| -rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,13 +4,14 @@ jumper.sh: A roundabout way of managing and launching bookmarks I sometimes feel like a bookmark hoarder. I have hundreds of bookmarks of random odds and ends, but they are beholden to whatever browser im using. They cannot be easily shared, must be exported/imported, and are hard to navigate. `jumper.sh` attempts to be a tool to wrangle your bookmarks in a simpler fashion. In terms of speed, this script isn't that much better than the autofill results in your browser, but it has 3 main advantages. -- 1. Plaintext Storage + +- Plaintext Storage - To import/export Chrome or Firefox bookmarks, you need to do so in `.html` or `.json` format. - `jumper.sh` simply takes in plaintext files that are readable by themselves. -- 2. Scriptable +- Scriptable - Because `jumper.sh` works in the terminal, the data it outputs can be chopped, analyzed, or used however one likes. - Ex. Share list of websites on the internet, curl them, open whichever one you like, etc. -- 3. Browser Agnostic +- Browser Agnostic - You can launch the same exact bookmarks in chrome, firefox, `w3m(1)`, `lynx(1)`, etc. without much hassle. # Install |
