pawamoy / shell-history

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

Follow the history file in real-time #16

Open pawamoy opened 6 years ago

pawamoy commented 6 years ago

While running the app, we could daemonize a history file reader which would insert the object in the database each time new lines are appended (new lines because of multiline commands).

The "sync data" button would then be deprecated in favor of an import feature (modal with file input for example). See #8.