gruunday / CommandHistory

Analyzing Commands and presenting in a piechart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command Analyzer

Makes pi chart of most used commands

Dependencies

  • plotly
    • Install pip3 install plotly

Config.py

  • exampleconfig.py is provided

  • min_use is if the command has been used more than that it will be included

  • file_name is the what the file will be called

  • file_location is the location of your .bash_history or subsequent file

  • auto_open determines wheather it will automatically open the file once done

Example

Pie Chart of Commands

About

Analyzing Commands and presenting in a piechart


Languages

Language:HTML 99.9%Language:Python 0.1%