shmole

Crates.ioshmole
lib.rsshmole
version0.0.1
sourcesrc
created_at2023-10-20 12:56:49.828546
updated_at2023-10-20 12:56:49.828546
descriptionShell debugging utility
homepage
repositoryhttps://github.com/thecaralice/shmole.git
max_upload_size
id1008934
size4,893
Alice Carroll (thecaralice)

documentation

README

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
Commit count: 1

cargo fmt