This repository contains a collection of tiny script for use with node.js that help work with terminal freely.
English | 简体中文
$ npm i vaki -g- todo-list
- stock
- tool
- read
Todo-list is a simple app that notes what your have done or not done today, it's just help you to manage your time and focus on meaningful things.
# list out all the todo-items
$ vaki todo --list
# add a todo-item into list
$ vaki todo --add {item-name}
# complete a todo-item
$ vaki todo --complete {index}
# delete a todo-item
$ vaki todo --delete {index}
# filter todo-list
# 1. filter all the item you had done today
$ vaki todo --filter 1
# 2. filter all the item you did not complete yet today
$ vaki todo -filter
For convenience, t is alias for todo, you can just use vaki t instead of vaki todo.
Tool module is integrated with some useful third part tools:
- opener
# open a link or links in the terminal
$ vaki tool --open {urls}
Also you can use o instead of tool.
Reading some thing interesting in the terminal:
- microBlog
- segementFault
# read microBlog news
$ vaki read -w
# read segementFault
$ vaki read -s
You can still use r instead of read. Add -l {number} to modify the length of showing content.