1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-19 22:15:31 +02:00
tldr/pages/common/shiori.md
Managor dd77012848
common*: refresh old pages part 4 (#16258)
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-04-26 06:25:38 +03:00

515 B

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}}