From aeec2500d2d3950b3a98ab1c50a453b2e840138b Mon Sep 17 00:00:00 2001 From: foswret Date: Sun, 5 Apr 2026 16:57:50 -0500 Subject: actual fix to README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 276b2fc..6ed49e9 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3