Skip to content

steezplusplus/history-plotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

history-plotter

Plots your ~/.zsh_history file to see what 10 commands you use the most.

Example

Getting Started

Issue the following to see command line options

$ python3 main.py --help

If no arguments are supplied, the program runs assuming your history dotfile is in your home directory and generates a plot file in your current directory.

Prerequisites

This project was built using Python 3.7.6 and requires a few additional libraries

matplotlib 3.1.3
pandas 1.0.0

Though it is most simple to just install the latest version of the libraries.

$ pip3 install matplotlib
$ pip3 install pandas

About

Generates bar charts of your .zsh_history file to see what commands you issue the most

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages