0.1.6-rc1 • Published 10 years ago

biju v0.1.6-rc1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

Biju.js

Biju is a simple way to track tasks from terminal. No need database, because it saves tasks in a file.

Settings

Set the environment variable BIJU_FILE with the absolute path to the file that will be used.

  export BIJU_FILE=~/.biju

Install NPM version

  npm install biju -g

Usage

Biju offers five actions: add, list, remove, clear and help.

Adding tasks

  biju add 'task I'

or

  biju add 'task I' '2014-06-15'

The difference is that it is not given a date, the current date will be added.

Listing tasks

  biju list
------- Today -------
->  foo
------- 2014-06-15 -------
->  foo
->  bar

or you can use keywords: yesterday, today and tomorrow

  biju list today
->  foo

Removing a task

  biju remove 'task I'

Cleaning the house

  biju clear

HELP

  biju help
============== Biju Help ====================
 biju add 'task name' <'2014-06-03'>
 biju remove 'task name'
 biju list <yesterday | today | tomorrow>
 biju clear

License

Biju is available under the MIT license.

0.1.6-rc1

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago