内容简介: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.
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
oryarn install
License
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Python机器学习基础教程
[德]安德里亚斯·穆勒、[美]莎拉·吉多 / 张亮 / 人民邮电出版社 / 2018-1 / 79.00元
本书是机器学习入门书,以Python语言介绍。主要内容包括:机器学习的基本概念及其应用;实践中最常用的机器学习算法以及这些算法的优缺点;在机器学习中待处理数据的呈现方式的重要性,以及应重点关注数据的哪些方面;模型评估和调参的高级方法,重点讲解交叉验证和网格搜索;管道的概念;如何将前面各章的方法应用到文本数据上,还介绍了一些文本特有的处理方法。一起来看看 《Python机器学习基础教程》 这本书的介绍吧!