LinuxCommandLibrary

shiori

Simple bookmark manager built with Go.

TLDR

Import bookmarks from HTML Netscape bookmark format file

$ shiori import [path/to/bookmarks.html]
copy


Save the specified URL as bookmark
$ shiori add [url]
copy


List the saved bookmarks
$ shiori print
copy


Open the saved bookmark in a browser
$ shiori open [bookmark_id]
copy


Start the web interface for managing bookmarks at port 8181
$ shiori serve --port [8181]
copy

Copied to clipboard