From de876f91759ccfa313f9bc2e29c8a3a8d3315a9c Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Thu, 1 Mar 2018 16:28:29 +0200 Subject: [PATCH 1/3] Update README.md Changed the installation from source instructions, to use the correct repository. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09c56e6..abd9ffe 100644 --- a/README.md +++ b/README.md @@ -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 : ``` -go get github.com/RadhiFadlillah/go-readability +go get github.com/RadhiFadlillah/shiori ``` ## Usage From 3e1e7f0f88eb75e43a854a04eb93724ddbeac39c Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Thu, 1 Mar 2018 18:36:17 +0100 Subject: [PATCH 2/3] Fixed typos / grammar in README Just a few nitpicky fixes. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 09c56e6..dda2952 100644 --- a/README.md +++ b/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,13 +14,13 @@ 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. +- 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 @@ -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. From 831c78eacbf0c9e7d2966f5d116d221d9a0de9bf Mon Sep 17 00:00:00 2001 From: Vikas Kedia Date: Thu, 1 Mar 2018 15:46:33 -0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09c56e6..89330bf 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Shiori is a simple bookmarks manager written in Go language. Intended as a simpl - Search bookmarks by its titles, 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. +- Simple web interface for those who are not 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. ## Installation