1 unstable release
0.0.1 | Oct 20, 2023 |
---|
#523 in #environment
3KB
Sh-mole
A simple utility for debugging everything shell-related (you like kissing boys debug-printing don't you?)
Installation
You'll need a recent enough (see MSRV) Rust toolchain installed.
Building from git
cargo install --git https://github.com/thecaralice/shmole.git
Building from crates.io
cargo install shmole
Usage
Simply call mole
with any arguments you want. It will debug-print everything to stderr.
"Everything"
- Current working directory
- Path to the executable
- Command-line arguments
- Environment variables
Supported systems
- Unix-like
- Windows (might have problems with SGR sequences used for rendering bold stuff)
- maybe something else if it has an implementation for the corresponding functions in Rust stdlib