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.
|
1 year ago | |
---|---|---|
.github/workflows | 2 years ago | |
doc | 2 years ago | |
lib | 1 year ago | |
src | 1 year ago | |
.gitignore | 2 years ago | |
LICENSE | 1 year ago | |
Makefile | 1 year ago | |
README.md | 1 year ago | |
compile_flags.txt | 1 year ago |
README.md
drakecoreutils
the best coreutils since minix
building
- reconsider your life decisions
- use glibc and x86 otherwise my code is shredded into pieces
- run
make
to produce thedbox
executable (CC,CC_FLAGS,LD_FLAGS are the env variables i use for compiler settings) - similar to busybox, you can either manually invoke dbox with the name of the executable (i.e.
bin/dbox ls -cCa
), or link the dbox executable to whatever you want to use (i.e.ln bin/dbox bin/ls; bin/ls -cCa
) - congrats, you have built the best set of coreutils since minix
todo
- fix memory issues in everything (but
ls
specifically) - proper formatting in
ls
- allow a way to manually use multi-binary mode? (currently you can (in theory) just rename the
dbox
executable to whatever program you want, albiet with the slight overhead ofdbox
) - better name for the executable than
dbox