mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-16 21:09:44 +08:00
Merge branch 'master' of github.com:RadhiFadlillah/shiori
This commit is contained in:
commit
8a1162c905
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
@ -1,6 +1,6 @@
|
|||
# Shiori
|
||||
|
||||
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 make it can be installed and used easily.
|
||||
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.
|
||||
|
||||
![Screenshot](https://raw.githubusercontent.com/RadhiFadlillah/shiori/master/screenshot.png)
|
||||
|
||||
|
@ -14,20 +14,20 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl
|
|||
|
||||
## Features
|
||||
|
||||
- Simple and clean command.
|
||||
- Simple and clean command line interface.
|
||||
- Basic bookmarks management i.e. add, edit and delete.
|
||||
- Search bookmarks by its titles, tags, url and page content.
|
||||
- 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 doesn't used to 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 offline archive for that page.
|
||||
- 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.
|
||||
|
||||
## Installation
|
||||
|
||||
You can download the latest version of `shiori` from the release page, then put it in your `PATH`. If you want to build from source, make sure `go` is installed, then run :
|
||||
|
||||
```
|
||||
go get github.com/RadhiFadlillah/go-readability
|
||||
go get github.com/RadhiFadlillah/shiori
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
@ -77,7 +77,7 @@ Use "shiori [command] --help" for more information about a command.
|
|||
shiori print 1 2
|
||||
```
|
||||
|
||||
3. Search bookmarks that contains "sqlite" in its title, excerpt, url or content.
|
||||
3. Search bookmarks that contains "sqlite" in their title, excerpt, url or content.
|
||||
|
||||
```
|
||||
shiori search sqlite
|
||||
|
@ -163,4 +163,4 @@ Use "shiori [command] --help" for more information about a command.
|
|||
|
||||
## License
|
||||
|
||||
Shiori is distributed using [MIT license](https://choosealicense.com/licenses/mit/), which means you can use and modify it however you want. However, if you make an enhancement for it, if possible, please send the pull request.
|
||||
Shiori is distributed using [MIT license](https://choosealicense.com/licenses/mit/), 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.
|
||||
|
|
Loading…
Reference in a new issue