mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
30 lines
608 B
Plaintext
30 lines
608 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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}}`
|