Korgin - A cli application for managing and reading bookmarks from the Internet.

栏目: IT技术 · 发布时间: 5年前

内容简介:Any contribution, pull requests, issue and feedbacks would be greatly appreciated.

Korgin

Korgin, is a cli application for managing a reading list of bookmarks from the Internet.

Korgin - A cli application for managing and reading bookmarks from the Internet.

Install

Yarn

yarn global add korgin

NPM

npm install --global korgin

Usage

$ korgin --help
Usage: index [options] [command]

Options:
  -h, --help                             display help for command

Commands:
  list [options]                         display all bookmarks
  add <url> [tags...]                    add new bookmark
  delete <id>                            delete bookmark
  read <id>                              read bookmark offline
  open <id>                              open bookmark url in browser
  archive <id>                           archive/restore bookmark
  star <id>                              star/Unstar bookmark
  add-tags|add-tag <id> [tags...]        add tags to bookmark
  remove-tags|remove-tag <id> [tags...]  remove tags from bookmark
  help [command]                         display help for command

Examples:
  list -t
  list @programming -s
  list -d
  add https://dev.to/simonholdorf/9-projects-you-can-do-to-become-a-frontend-master-in-2020-n2h @programming @frontent
  delete 2
  read 1
  open 1
  archive 2
  star 1
  add-tags 2 @coding
  remove-tags 2 @coding

Highlights

  • Organize bookmarks, add, edit, delete and search
  • Archive and restore bookmarks
  • Star & unstar mechanisms
  • Simple and minimal command line interface
  • Uses sqlite3 as its database
  • Reading bookmarks offlane
  • Make bookmarks more readable by removing extra stuffs

Todos

  • Importing bookmark from other bookmark managers like pocket
  • Better styles
  • Better configuration through a config file and init command
  • More view options, board view, etc

Development

Any contribution, pull requests, issue and feedbacks would be greatly appreciated.

  • Fork the repository and clone it to your machine
  • Navigate to your local fork: cd korgin
  • Install the project dependencies: npm install or yarn install

License

MIT


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

数据结构与算法分析

数据结构与算法分析

[美]Mark Allen Weiss / 张怀勇 / 人民邮电出版社 / 2007年 / 49.00元

《数据结构与算法分析:C++描述(第3版)》是数据结构和算法分析的经典教材,书中使用主流的程序设计语言C++作为具体的实现语言。书的内容包括表、栈、队列、树、散列表、优先队列、排序、不相交集算法、图论算法、算法分析、算法设计、摊还分析、查找树算法、k-d树和配对堆等。《数据结构与算法分析:C++描述(第3版)》适合作为计算机相关专业本科生的数据结构课程和研究生算法分析课程的教材。本科生的数据结构课......一起来看看 《数据结构与算法分析》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换