https://github.com/schanur/aftermath
Get a informative summary line after each command you run on your shell
https://github.com/schanur/aftermath
bash beautify color measure pimp prompt ps1 shell status statusline terminal theme time zsh
Last synced: 4 months ago
JSON representation
Get a informative summary line after each command you run on your shell
- Host: GitHub
- URL: https://github.com/schanur/aftermath
- Owner: schanur
- License: mit
- Created: 2015-10-09T15:31:50.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T19:32:16.000Z (about 7 years ago)
- Last Synced: 2025-07-26T23:44:53.068Z (4 months ago)
- Topics: bash, beautify, color, measure, pimp, prompt, ps1, shell, status, statusline, terminal, theme, time, zsh
- Language: Shell
- Homepage:
- Size: 32.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-zsh-plugins - aftermath - Get a nice summary line after each command you run in your shell. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - aftermath - Get a nice summary line after each command you run in your shell. (Themes / ZSH on Windows)
- awesome-zsh-plugins - aftermath - Get a nice summary line after each command you run in your shell. (Themes / Zinit (née zplugin))
README
# Aftermath
Get a nice summary line after each command you run on your shell.
## Features
* Runs under Zsh and Bash.
* Show userspace and kernel time of all programs that you run.
* Show current pid of shell and tty.
* In case of failure/suspend/etc, give the signal name and the exit code.
* No external dependencies.
## How it looks like

## Installation
* Clone this repository or download and entract the snapshot to a location readable to you:
git clone https://github.com/schanur/aftermath.git
* Add the following line to the end of your .bashrc or .zshrc file:
source "/path/of/this/repo/aftermath.sh"
You are done. You see your new status line after you restart your shell session.
## Credits
* Many thanks to Joe Block (@unixorn) for the suggested name "Aftermath" which is from now on the project name.
## Contribution
Features missing? Give me a hint or implement it yourself and create a pull request.
If you like it (or even if you don't), a short feedback would be nice.
Thanks!
Björn Griebenow