Visualize your shell usage with Highcharts!
Project description
Shell History
Inspired by https://github.com/bamos/zsh-history-analysis.
Visualize your usage of Bash/Zsh through a web app thanks to Flask and Highcharts.
Requirements
shellhistory
requires Python 3.6.
To install Python 3.6, I recommend pyenv
.
# install pyenv
git clone https://github.com/pyenv/pyenv ~/.pyenv
# setup pyenv (you should also put these two lines in .bashrc or similar)
export PATH="${HOME}/.pyenv/bin:${PATH}"
eval "$(pyenv init -)"
# install Python 3.6
pyenv install 3.6.7
# make it available globally
pyenv global system 3.6.7
Installation
With pip
:
python3.6 -m pip install shellhistory
With pipx
:
# install pipx with the recommended method
curl https://raw.githubusercontent.com/cs01/pipx/master/get-pipx.py | python3
pipx install --python python3.6 shellhistory
Setup
shellhistory
needs a lot of info to be able to display various charts.
The basic shell history is not enough. In order to generate the necessary
information, you have to enable the shell extension.
At shell startup, in .bashrc
or .zshrc
, put the following:
if command -v shellhistory-location &>/dev/null; then
. $(shellhistory-location)
shellhistory enable
fi
... and now use your shell normally!
If you want to stop shellhistory
, simply run shellhistory disable
.
Usage
Launch the web app with shellhistory-web
.
Now go to http://127.0.0.1:5000/ and enjoy!
You will need Internet connection since assets are not bundled.
How it looks
How it works
In order to append a line each time a command is entered, the PROMPT_COMMAND
variable and the precmd
function are used, respectively for Bash and Zsh.
They allow us to execute arbitrary instructions just before command execution,
or before the command prompt is displayed, meaning, just after the last command
has returned.
This is where we compute the start and stop time, return code, working
directory and command type, and append the line into our history file.
Start and stop time are obtained with $(date '+%s%N')
, return code is passed
directly with $?
, working directory is obtained with $PWD
and command
type with $(type -t arg)
for Bash and $(type -w arg)
for Zsh.
Values for UUID, parents, hostname, and TTY are computed only once, when
shellhistory.sh
is sourced. Indeed they do not change during usage of the current
shell process. Hostname and TTY are obtained through commands $(hostname)
and
$(tty)
. UUID is generated with command $(uuidgen)
. Also note that UUID
is exported in subshells so we know which shell is a subprocess of another, and
so we are able to group shell processes by "sessions", a session being an opened
terminal (be it a tab, window, pane or else). Parents are obtained with a
function that iteratively greps ps
result with PIDs (see shellhistory.sh
).
Values for user, shell, and level are simply obtained through environment
variables: $USER
, $SHELL
, and $SHLVL
.
Start time is computed just before the entered command is run by the shell,
thanks to a trap on the DEBUG signal. From Bash manual about trap
:
If a sigspec is DEBUG, the command arg is executed before every simple command.
The last command is obtained with the command fc
. It will feel like your
history configuration is mimic'd by the extended history. If the commands
beginning with a space are ignored, shellhistory
will notice it and will not
append these commands. Same for ignored duplicates. If you enter an empty line,
or hit Control-C before enter, nothing will be appended either. The trick behind
this is to check the command number in the current history (see shellhistory.sh
for technical details). Note however that if you type the same command in an
other terminal, it will still be appended, unless you manage to synchronize your
history between terminals.
History file format
Fields saved along commands are start and stop timestamps, hostname, username,
uuid (generated), tty, process' parents, shell, shell level, command type,
return code, and working directory (path), in the following format:
:start:stop:uuid:parents:host:user:tty:path:shell:level:type:code:command
.
- multiline commands are prepended with a semi-colon
;
instead of a colon:
, starting at second line - start and stop timestamps are in microseconds since epoch
- process' parents and working directory are encoded in base64 to avoid delimiter corruption
Example (multiline command):
:1510588139930150:1510588139936608:40701d9b-1807-4a3e-994b-dde68692aa14:L2Jpbi9iYXNoCi91c3IvYmluL3B5dGhvbiAvdXNyL2Jpbi94LXRlcm1pbmFsLWVtdWxhdG9yCi91c3IvYmluL29wZW5ib3ggLS1zdGFydHVwIC91c3IvbGliL3g4Nl82NC1saW51eC1nbnUvb3BlbmJveC1hdXRvc3RhcnQgT1BFTkJPWApsaWdodGRtIC0tc2Vzc2lvbi1jaGlsZCAxMiAyMQovdXNyL3NiaW4vbGlnaHRkbQovc2Jpbi9pbml0Cg==:myhost:pawamoy:/dev/pts/1:L21lZGlhL3Bhd2Ftb3kvRGF0YS9naXQvc2hlbGxoaXN0Cg==:/bin/bash:1:builtin:0:echo 'a
;b
;c' | wc -c
Chart ideas
You can post your ideas in this issue: https://github.com/pawamoy/shell-history/issues/9.
License
Software licensed under the ISC license.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file shellhistory-0.2.0.tar.gz
.
File metadata
- Download URL: shellhistory-0.2.0.tar.gz
- Upload date:
- Size: 18.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.10 CPython/3.6.7 Linux/4.9.0-8-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2e55e764cf016ffe6fc02707b9edcfb20d95401668d6332a32e9a3f54b02b549 |
|
MD5 | bc96bd6a4703da9f82b74734266a22fa |
|
BLAKE2b-256 | b686d0f22389c62ddf1feafab4810b546154702309ca72f1cb5be0e382c87482 |
File details
Details for the file shellhistory-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: shellhistory-0.2.0-py3-none-any.whl
- Upload date:
- Size: 62.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.10 CPython/3.6.7 Linux/4.9.0-8-amd64
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3b3b80bcb24f7492f8a179d577ff6837662bc8cde6138131b8e20a16443c76fb |
|
MD5 | 14799f2807a63e91afc81c04e38b3b57 |
|
BLAKE2b-256 | 5c20eb319e517e574d52f6f8af01e44b36dd7860345c96f015656ca4d3765d03 |