mirror of
https://github.com/go-shiori/shiori.git
synced 2025-01-16 21:09:44 +08:00
Merge pull request #10 from muesli/README-fixes
Fixed typos / grammar in README
This commit is contained in:
commit
df7d08a75b
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -1,6 +1,6 @@
|
||||||
# Shiori
|
# 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)
|
![Screenshot](https://raw.githubusercontent.com/RadhiFadlillah/shiori/master/screenshot.png)
|
||||||
|
|
||||||
|
@ -14,13 +14,13 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- Simple and clean command.
|
- Simple and clean command line interface.
|
||||||
- Basic bookmarks management i.e. add, edit and delete.
|
- 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.
|
- 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 are not used to 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 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.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
@ -77,7 +77,7 @@ Use "shiori [command] --help" for more information about a command.
|
||||||
shiori print 1 2
|
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
|
shiori search sqlite
|
||||||
|
@ -163,4 +163,4 @@ Use "shiori [command] --help" for more information about a command.
|
||||||
|
|
||||||
## License
|
## 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