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

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

内容简介: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


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

查看所有标签

猜你喜欢:

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

失业的程序员

失业的程序员

沈逸 / 2014-5-1 / 39.00元

这是一个程序员从失业到自行创业的奋斗历程,虽然囧事连连、过程曲折,却充满了趣味。本书以作者的真实创业经历为主线,文字幽默诙谐,情节生动真实,包括了招聘、团队管理和用户公关,以及技术架构设计、核心代码编写、商务谈判、项目运作等场景经验。 从初期的创业伙伴、领路人,到商业竞争对手,各种复杂的关系在各个关键时刻却都发生了意想不到的逆转。在历经千辛万苦,眼看快要成功时,主人公却几乎再次失业。 ......一起来看看 《失业的程序员》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

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

URL 编码/解码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具