goreutils

Crates.iogoreutils
lib.rsgoreutils
version0.1.0
created_at2025-09-30 08:16:14.610642+00
updated_at2025-09-30 08:16:14.610642+00
descriptionLet's spice up terminal life a little!
homepage
repositoryhttps://github.com/wainggan/goreutils
max_upload_size
id1860758
size28,417
parchii (wainggan)

documentation

README

goreutils

The posix utilities are lackluster in presentation. ls? rm? mkdir? Useful, yes, but they have been around for decades. It's finally time, we have space to experiment with our productivity.

The goreutils project aims to bring new and powerful ideas into fruition. One execution at a time.

# for every file in the current directory, swap 2 random bytes 20 times
px --swap --loop 20 .
# randomize bytes between 10 and 50 on /etc/passwd
sudo px --poke --range 10 50 /etc/passwd

# segmentation fault
seg

# generate a random "word", 5 to 8 characters long
salps --word 5:9

# print arbitrary text
echo "meow" | rat
Commit count: 0

cargo fmt