System Grab Bag

View all TLDR pages from common (or from all pages)

shiori

Simple bookmark manager built with Go. More information: https://github.com/go-shiori/shiori.
  • 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.