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 d395b0ae28
`src/main.c`/Makefile: inital single bin support.
3 years ago
.github/workflows Create release action 3 years ago
doc compilers.md: remove `tcc` as supported compiler. 3 years ago
lib `ls`/file.h/ansi-colour.h: add colouring for executables. 3 years ago
src `src/main.c`/Makefile: inital single bin support. 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`/Makefile: inital single bin support. 3 years ago
README.md add readme, finally 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