techknowlogick / shiori

Shiori is a simple bookmark manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shiori

Build Status Go Report Card GoDoc GitHub release

Shiori is a simple bookmarks manager written in Go language. Intended as a simple clone of Pocket. 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 i.e. add, edit and delete.
  • 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 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.

Demo

A demo can be found at: https://shiori-demo.techknowlogick.com/ where the user/password are both demo. The database will be wiped every so often, so please don't use this for anything other than quick evaluation.

FAQs

Why did you make this fork?

My goals for this fork were to change things for my personal preferences.

What are the changes made to this repo?

Please see the list of changes made to this project compared to the original.

Is the original Shiori not being updated anymore?

Sadly the original maintainer of Shiori is no longer able to maintain the project anymore. This project was forked during a prior hiatus and changes with the original project means this project couldn't be merged back. Please see the answer to this question provided by Radhi for more details about why the original project is no longer maintained.

License

Shiori is distributed using MIT license, which means you can use and modify it however you want. However, if you make an enhancement or a bug fix, if possible, please send a pull request.

About

Shiori is a simple bookmark manager

License:MIT License


Languages

Language:Go 43.4%Language:JavaScript 28.5%Language:Less 16.0%Language:HTML 9.3%Language:Makefile 2.3%Language:Dockerfile 0.5%Language:Procfile 0.0%