A work in progress tool to allow logging of all commands executed at the terminal into a timestamped sqlite3 database.
COMING SOON
COMING SOON
Cmd-Log is largely just a personal project to accomplish the following tasks:
- Learn a bit about SQL in a way that avoids doing anything risky on production.
- Discover interesting things about the trends in how I use a terminal on a regular basis like:
- Does the frequency I send commands vary with hour? (Absolutely)
- Are there particular types of commands that I use more frequently on different hosts? (Most likely)
- How often am I running things via su? (Hopefully as infrequently as possible)
- Are there changes in how I do things over time? (I certainly hope so)
Command Log is licensed under the terms of the MIT License.