0.1.3 • Published 8 years ago

bashlytics v0.1.3

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
8 years ago

Bashlytics

Bashlyics is a program which monitors terminal usage and reports the most used frequently used commands over time.

Setup

Place the following content in ~/.bash_profile or ~/.bashrc

# Begin Bashlytics
shopt -s histappend
PROMPT_COMMAND="history -a;$PROMPT_COMMAND"
HISTTIMEFORMAT='%F %T %t'
# End Bashlytics

Start the monitoring process:

npm start

Viewing stats

You can simply run ./bin/stats.js at any time to see a table reported in the command line with the most-used stats. The npm start command also starts up a webserver and you can view your stats in a browser. By default the site will load at: http://localhost:4567

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago