Skip to content

limengke123/vaki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

102 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vaki · npm version npm downloads node version license

This repository contains a collection of tiny script for use with node.js that help work with terminal freely.

English | 简体中文

Installation

$ npm i vaki -g

Module

  1. todo-list
  2. stock
  3. tool
  4. read

Usage

todo-list

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

Tool module is integrated with some useful third part tools:

  1. opener
# open a link or links in the terminal
$ vaki tool --open {urls}

Also you can use o instead of tool.

read

Reading some thing interesting in the terminal:

  1. microBlog
  2. 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.

About

a simple terminal tool

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors