0.1.5 • Published 5 years ago
wib v0.1.5
wib
just a simple time tracking tool
Installation
npm i -g wib
Update
npm update -g wib
Possible usage
- Start your day with
wib hi. This will set the start time for every calculation - Track your work logs with
wib track KEY-123 MESSAGE-123. The duration will be calculated automatically. - Add some notes by execution
wib note Think about the moon. The notes will show up in the list - You may end your day with
wib bye - To view all of your data simply execute
wib list
Commands
Specific usage can be viewed by adding -h or --help after any command
Possible Options:
-d, --day <day>List a specific date-m, --month <month>Date from specific month-y, --yesterdayList yesterday-f, --fullList the full data (unshortened)-o, --order <key>Order by (time, key, value, id) (default: "time")
Possible Options:
-e, --edit <key>Edit a specified note-d, --delete <key>Delete a specified note
Possible Options:
-t, --time <hour:minute>Create a rest with specified time-e, --edit <key>Change the rest ending to now or by -t to a specified time
Possible Options:
-d, --delete <key>Delete a specified work log-e, --edit <key>Edit a specified work log-t, --time <hour:minute>Specify the finish time
Configuration
Place the configuration inside your home directory inside the folder .wib so that the full path would look like ~/.wib/config.json
For better results, you should only adjust the formatting that you really need