Updated Home (markdown)

Radhi 2019-09-21 06:20:32 +07:00
parent db344be3e5
commit 58a36da3eb

16
Home.md

@ -1,14 +1,16 @@
Shiori is a simple bookmarks manager written in [Go](https://golang.org/) language. It's inspired by [Buku](https://github.com/jarun/Buku) and [Pocket](https://getpocket.com), so 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. It also available as [Docker image](https://hub.docker.com/r/radhifadlillah/shiori/) if you prefer to use container.
Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of [Pocket](https://getpocket.com//). 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.
## Features
- Simple and clean command line interface.
- Basic bookmarks management e.g. add, edit and delete.
- Search bookmarks by their title, tags, url and page content.
- Basic bookmarks management i.e. add, edit, delete and search.
- 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.
- Import bookmarks from Pocket.
- Simple and clean command line interface.
- Simple and pretty web interface for those who don't want to use a command line app.
- Portable, thanks to its single binary format.
- Support sqlite3 and MySQL as its database.
- Where possible, by default `shiori` will parse the readable content and create an offline archive of the webpage.
- [BETA] [web extension](https://github.com/go-shiori/shiori-web-ext) support for Firefox and Chrome.
## Resources