logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Manage Bookmarks - Shiori Bookmark Manager | Online Free DevTools by Hexmos

Manage bookmarks easily with Shiori Bookmark Manager. Import, save, list, and open bookmarks using the command line. Free online tool, no registration required.

shiori

Simple bookmark manager built with Go. More information: https://github.com/go-shiori/shiori/blob/master/docs/Usage.md.

  • Import bookmarks from HTML Netscape bookmark format file:

shiori import {{path/to/bookmarks.html}}

  • Save the specified URL as bookmark:

shiori add {{url}}

  • List the saved bookmarks:

shiori print

  • Open the saved bookmark in a browser:

shiori open {{bookmark_id}}

  • Start the web interface for managing bookmarks at port 8181:

shiori serve --port {{8181}}

See Also