summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2026-03-26Remove unnecessary 'dir' binaryIain
Release v1.0.0 of schemesh introduced a number of new shell built-in commands. One of these is 'dir' which provides structured filesystem output. The Makefile automatically builds this and installs it at /usr/bin/dir However Arch's standard 'coreutils' library also provides a utility at the same filepath, meaning that the schemesh package was failing to install due to file conflicts. After [raising an issue with upstream](https://github.com/cosmos72/schemesh/issues/38) it emerged that this dir binary is not required as schemesh does indeed have that functionality available as a builtin command.
2026-03-25Bump version to 1.0.0Iain
2025-12-06Initial release to AURIain