petdance / altbox

Website for altbox.dev, the alternative toolbox for developers
https://altbox.dev/
47 stars 1 forks source link

Add moreutils #36

Open NHOrus opened 5 years ago

NHOrus commented 5 years ago

Moreutils https://joeyh.name/code/moreutils/ is a collection of tools that should have been part of coreutils, but aren't

My favorite ones are sponge and vidir for doing naughty things to files with standard utilities without need of mv tmpfile file and for rapid manipulation of file/directory tree.

petdance commented 5 years ago

Huh, that's interesting. I might have to have a page for each tool.