pawamoy / shell-history

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

Handle using history on multiple hosts #14

Open pawamoy opened 6 years ago

pawamoy commented 6 years ago

Currently, in order to visualize data for multiple hosts, the user has to manually concatenate all his history files into one and import it, or import multiple files. The app should be able to do this automatically.

We must better handle duplicates and database updates.

pawamoy commented 6 years ago

Not quite sure about how to automate this. For now, see the import feature issue in #8.