pawamoy / shell-history

Visualize your shell usage with Highcharts!
ISC License
110 stars 2 forks source link

Split the code in multiple modules #17

Open pawamoy opened 6 years ago

pawamoy commented 6 years ago
  1. shellhistory.sh: provide the command-line tool with commands to enable and disable the extended shell history.
  2. the database: database-related Python code
  3. the web app: flask app to visualize the data, making use the database-related code
  4. plugins: add subcommands to the CLI tool:
    • import data from file
    • export data to file
    • search database
    • CRUD rows in the database