Simple bookmark manager built with Go
Find a file
2019-01-06 17:00:20 +07:00
cmd Update docker and readme 2018-07-02 11:33:21 +07:00
database Add bookmarklet 2018-06-06 21:48:46 +07:00
model Update cache page 2018-05-22 20:13:28 +07:00
readability@7283f7b58b Use git submodule 2018-06-09 10:25:09 +07:00
screenshot Compress image 2018-05-27 22:10:42 +07:00
view Add option to use main link to open original page 2018-06-14 14:32:50 +07:00
.dockerignore Uppdate docker and travis 2018-06-08 16:38:29 +07:00
.gitignore Download thumbnail image to local disk 2018-05-18 16:18:38 +07:00
.gitmodules Use git submodule 2018-06-09 10:25:09 +07:00
.travis.yml Minor travis change 2018-07-02 16:00:09 +07:00
assets-generator.go Refactor code 2018-04-28 21:02:36 +07:00
Dockerfile Update docker and readme 2018-07-02 11:33:21 +07:00
LICENSE Update LICENSE 2019-01-06 17:00:20 +07:00
main.go Revert merge #97 2018-06-08 16:25:17 +07:00
path-generator.go Revert merge #97 2018-06-08 16:25:17 +07:00
README.md Update docker and readme 2018-07-02 11:33:21 +07:00

Shiori

Travis CI Go Report Card Docker Build Status

Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. You can use it as command line application or as web application. This application is distributed as a single binary, which means it can be installed and used easily.

Screenshot

Features

  • Simple and clean command line interface.
  • Basic bookmarks management i.e. add, edit and delete.
  • Search bookmarks by their title, tags, url and page content.
  • Import and export bookmarks from and to Netscape Bookmark file.
  • Portable, thanks to its single binary format and sqlite3 database
  • Simple web interface for those who don't want to use a command line app.
  • Where possible, by default shiori will download a static copy of the webpage in simple text and HTML format, which later can be used as an offline archive for that page.

Documentation

All documentation is available in wiki. If you think there are incomplete or incorrect information, feels free to edit it.

License

Shiori is distributed using MIT license, which means you can use and modify it however you want. However, if you make an enhancement for it, if possible, please send a pull request.