mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
shiori: add page (#3289)
This commit is contained in:
parent
b60e7403c1
commit
4254f54ad4
1 changed files with 24 additions and 0 deletions
24
pages/common/shiori.md
Normal file
24
pages/common/shiori.md
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# 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}}`
|
Loading…
Add table
Reference in a new issue