Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application. This application is distributed as a single binary, which means it can be installed and used easily.
Features
Simple and clean command line interface.
Basic bookmarks management i.e. add, edit and delete.
Search bookmarks by their title, tags, URL and page content.
Import and export bookmarks from and to Netscape Bookmark file.
Simple web interface for those who don’t want to use a command line app.
Where possible, by default shiori will download a static copy of the webpage in simple text and HTML format, which later can be used as an offline archive for that page.
Shiori Web Extension
Shiori Web Extension is a simple extension for managing bookmarks using Shiori. This extension is intended to integrate Shiori with your favorite web browser. This way, you can save and remove bookmarks in Shiori without switching from your current page.
maybe you can be more precise about your steps to run the script.
My guess is that the script wallabag2shiori.sh is not in the same folder as Shiori binarie…
I’m logging into my hosted server with ssh using the admin account and running the commands specified in the Shiori docs curl -sSOL https://gist.githubusercontent.com/Aerex/01499c66f6b36a5d997f97ca1b0ab5b1/raw/bf793515540278fc675c7769be74a77ca8a41e62/wallabag2shiori chmod +x wallabag2shiori ./wallabag2shiori 'path/to/to/wallabag_export_json_file'
I think you’re right about not being in the same folders as the Shiori binaries. Where would I find these?
Thanks for your help, once I was in the shiori folder I had to modify the import script to have ./shiori rather than just shiori and that got it working
Nice! Maybe it is worth having a small How to section in the readme explaining the process? You are welcome to push a PR (or just drop few lines here so I can add it myself)