Forrest logo
back to context overview

shiori

List of commands for shiori:

  • shiori:tldr:6831c shiori: List the saved bookmarks.
    $ shiori print
    try on your machine
    explain this command
  • shiori:tldr:c743d shiori: Save the specified URL as bookmark.
    $ shiori add ${url}
    try on your machine
    explain this command
  • shiori:tldr:e8f1c shiori: Start the web interface for managing bookmarks at port 8181.
    $ shiori serve --port ${8181}
    try on your machine
    explain this command
  • shiori:tldr:e93d7 shiori: Open the saved bookmark in a browser.
    $ shiori open ${bookmark_id}
    try on your machine
    explain this command
  • shiori:tldr:f5b8b shiori: Import bookmarks from HTML Netscape bookmark format file.
    $ shiori import ${path-to-bookmarks-html}
    try on your machine
    explain this command
back to context overview