A horrifyingly bad set of coreutils.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Drake 353fc8565a
workflows: add github graphql analysis.
3 years ago
.github/workflows workflows: add github graphql analysis. 3 years ago
doc TODO.md: remove old file. 3 years ago
lib `ls`/file.h/ansi-colour.h: add colouring for executables. 3 years ago
src `src/main.c`: rename to `src/dbox.c`. 3 years ago
.gitignore gitignore: remove *all* .vscode files. 3 years ago
LICENSE move copyright attribution back to me 3 years ago
Makefile `src/main.c`: rename to `src/dbox.c`. 3 years ago
README.md README.md: add todo for multibin. 3 years ago

README.md

drakecoreutils

the best coreutils since toybox

building

  1. reconsider your life decisions
  2. use glibc (unless something has changed since i've last tried, it breaks on musl and serenityos's libc)
  3. run make
  4. congrats, all the programs are now in ./bin

todo

  • fix memory issues in everything (but ls specifically)
  • proper formatting in ls
  • allow a way to manually use multi-binary mode?