https://github.com/kallsyms/shadowshell
Shell output capture and replay
https://github.com/kallsyms/shadowshell
Last synced: 2 months ago
JSON representation
Shell output capture and replay
- Host: GitHub
- URL: https://github.com/kallsyms/shadowshell
- Owner: kallsyms
- License: gpl-3.0
- Created: 2020-10-16T05:00:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T16:51:49.000Z (over 4 years ago)
- Last Synced: 2025-01-20T22:55:38.022Z (4 months ago)
- Language: Python
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShadowShell
## Motive
Ever wanted to easily save the output of the last command you ran but forgot to redirect it,
run in `screen`/`tmux`, etc?## Usage
* Run `shadowtermd.py` in the background (could be setup as an init service)
* Run `underscore.py` when you need to get the output of the last command in the current shell
* Optional: `alias _='/path/to/underscore.py'` so you can easily do `_ > thing_i_wanted_to_log`