From 4254f54ad41ef9101c03ee1f3726b96b76edcfba Mon Sep 17 00:00:00 2001 From: Raffaele Mignone Date: Wed, 2 Oct 2019 17:35:08 +0200 Subject: [PATCH] shiori: add page (#3289) --- pages/common/shiori.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 pages/common/shiori.md diff --git a/pages/common/shiori.md b/pages/common/shiori.md new file mode 100644 index 0000000000..b5dc3af00e --- /dev/null +++ b/pages/common/shiori.md @@ -0,0 +1,24 @@ +# shiori + +> Simple bookmark manager built with Go. +> More information: . + +- 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}}`