Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T19:32:16.000Z (about 6 years ago)
- Last Synced: 2024-04-16T16:22:55.710Z (10 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: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
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
![Alt text](/screenshot/screenshot_1_crop.png?raw=true "")## 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