Socket
Socket
Sign inDemoInstall

bashlytics

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bashlytics

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


Version published
Weekly downloads
1
decreased by-80%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 01 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc