133 Commits (master)
 

Author SHA1 Message Date
Drake e16bee31d5 `rm`/Makefile: add `rm`.
3 years ago
Drake 19d0be3cf0 `ls`: move width checking to before filename printing.
3 years ago
Drake e8412ff491 `ls`/file.h: run `clang-format`.
3 years ago
Drake 1567e63152 `cat`/file.h: move `concatFileToStdout` func to file.h.
3 years ago
Drake 42e3204429 `ls`/checks.h: move `startsWith*` functions to header.
3 years ago
Drake 6f27014976 `cat`: remove pointless checking after running concatFileToStdout.
3 years ago
Drake 54b63951e9 Makefile: bump version.
3 years ago
Drake 55a4447206 Makefile: add copyright declation to `DRAKECU_VERSION`.
3 years ago
Drake 2f14fffd5c All: add license comment.
3 years ago
Drake 323845a4f4
Create LICENSE
3 years ago
Drake becfc95d17 Makefile: bump version.
3 years ago
Drake 75be2b920a `cat`: allow concatenating multiple files.
3 years ago
Drake 3779dcae13 Makefile: bump version.
3 years ago
Drake 4a2bc64ca5 `ls`: update help message.
3 years ago
Drake 9b124c9cfb `cat`/Makefile: add `cat`.
3 years ago
Drake 48745708cc `ls`: add error checking when expanding `..`s.
3 years ago
Drake f42b88fad5 `ls`: add --width.
3 years ago
Drake 136b84d019 `ls`: run `clang-format`.
3 years ago
Drake 1bc13fb62c `ls`: fix segfault when being ran in a directory without any files.
3 years ago
Drake fba399a85e `ls`: remove uneeded comment.
3 years ago
Drake 11d32b9dfb All: add newline to version output.
3 years ago
Drake 6c83c9a5e3 Merge branch 'master' of github.com:Ruthenic/drakecoreutils
3 years ago
Drake 0e82f67cb5 Makefile: sort $PROGS.
3 years ago
Drake 15d15f2501
Create release action
3 years ago
Drake b9c91c3e5f ansi-colour.h/file.h: run `clang-format`.
3 years ago
Drake 1ee035fe27 All: run `clang-format` on code and makefile.
3 years ago
Drake d97207065f All: remove uneeded imports, according to include-what-you-use.
3 years ago
Drake a63c36b02b Makefile: move quotes for version def to compiler line.
3 years ago
Drake a839c81518 `ls` and file.h: massive ls function cleanup.
3 years ago
Drake 005327533e `uname`: add typecast to fix `-Wextra` warning.
3 years ago
Drake 23bc854b51 `whoami`: revert "`whoami`: misc improvements, including...".
3 years ago
Drake 9eb02a4954 `ls`: fix output on prompts without newline at beginning.
3 years ago
Drake 4813fd8c0c `ls`: make -C directly modify maxLen instead of an intermediary boolean.
3 years ago
Drake 0a059278c7
All: switch version declaration using header to makefile.
3 years ago
Drake 4b3f1c5b64
Makefile: massively reworked makefile.
3 years ago
Drake 46533cbd31
version.h: bump version.
3 years ago
Drake 47e3afdbcc
Makefile: make install target respect $DESTDIR.
3 years ago
Drake 6f7a4dc21f
Makefile: add install target.
3 years ago
Drake e53132d905
`version.h`: bump version.
3 years ago
Drake cecdc7bf59
`yes`: better help message, specified messages.
3 years ago
Drake ad50aae020
TODO.md: remove ls todo, add yes todo
3 years ago
Drake 5bc4b66dd0
`ls`: add green highlighting for symlinks
3 years ago
Drake f47adb1aba
gitignore: remove *all* .vscode files.
3 years ago
Drake d3182b059e
`ls`: change spacing, fix too many newlines.
3 years ago
Drake e95295b804
gitignore: add vscode settings
3 years ago
Drake 1b77d46614
`uname`: add missing semicolon in new printf.
3 years ago
Drake 87a07a5dc2
all (but `yes`): re-add `\n`s to new `printf()`s
3 years ago
Drake 47191b070d
TODO.md: remove todo for fixing clang.
3 years ago
Drake 9c217c5a2c
.gitignore: add a.out
3 years ago
Drake 01f7d53d15
all (but `yes`): use printf formatting
3 years ago