sun-exploit / shiori

Simple bookmark manager built with Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple bookmark manager built with Go

License:MIT License


Languages

Language:JavaScript 59.7%Language:CSS 15.5%Language:Go 13.7%Language:HTML 11.0%Language:Dockerfile 0.1%