proh14 / canoutils

coreutils but cano! public domain 💖
The Unlicense
17 stars 9 forks source link

unique utils #26

Open Garihosu opened 2 months ago

Garihosu commented 2 months ago

Although we have most of the needed coreutils down, it would be nice to have some unique or different ones, or replace others.

For example, we could have a single command that manipulates files and folders, either creating, deleting, renaming, etc.

CobbCoding1 commented 2 months ago

maybe implement the standard ones and then potentially add unique ones which can use existing features. (i.e. implement rm, rmdir, and mkdir, then make a special one which combines their functionality with flags and whatnot)