Skip to content

Small node cli to keep track of your actions during the day

Notifications You must be signed in to change notification settings

tiago-pereira/bigdata-myself

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BigData MYSELF!

BigData Myself (BgM) helps you to save your small actions/tasks/things on disk easily by providing a simple node cli interface.

How?

BgM creates a folder within the user home called bgm and stores all the given logs in a .txt for each day.

Dependencies

nodeJS and npm

Installation

npm install -g bigdata-myself

Usage

BgM currently works with only two options:

-c, --category <category>  Category of the log
-m, --message <message>    Log message
$ bgm -c "Lunch" -m "I ate an apple"

which generates the file $HOME/bgm/2017-03-08.txt

with the text 10:03 - Lunch - I ate an apple

subsequent executions will append to the same file.

$ bgm -c "Games" -m "I played 15 min of wow"
10:03 - Lunch - I ate an apple
10:30 - Games - I played 15 min of wow

About

Small node cli to keep track of your actions during the day

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published