mirror of
https://github.com/go-shiori/shiori.git
synced 2025-02-22 23:14:02 +08:00
Merge branch 'master' into README-fixes
This commit is contained in:
commit
3894574edb
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl
|
||||||
- Basic bookmarks management i.e. add, edit and delete.
|
- Basic bookmarks management i.e. add, edit and delete.
|
||||||
- Search bookmarks by their title, 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.
|
- Import and export bookmarks from and to Netscape Bookmark file.
|
||||||
- Portable, thanks to its single binary format and sqlite3 database.
|
- 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.
|
- 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.
|
- 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.
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl
|
||||||
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 :
|
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
|
## Usage
|
||||||
|
|
Loading…
Reference in a new issue