summaryrefslogtreecommitdiff
path: root/posix-shell
AgeCommit message (Collapse)Author
2024-07-28posix-shell: Add utils.shxengineering
This files can be sourced by shell configs and replaces the scripts repository [1]. [1]: https://xengineering.eu/git/scripts
2024-06-27posix-shell: Update check_programs()xengineering
- sort list of programs automatically - report all programs with a check mark `[x]` or without `[ ]`
2024-06-27posix-shell: Remove unused aliasesxengineering
2024-06-27posix-shell: Do not check programs on shell initxengineering
The functionality is now available as `check_programs()`. Not executing it on shell startup makes it more comfortable to use systems which do not provide all the mentioned programs.
2024-06-27bash: Move constants to posix-shell/constants.shxengineering
2024-06-27bash: Move parts to posix-shell/programs.shxengineering
2024-06-27posix-shell: Remove my_xdg_open()xengineering
Replaced by the better tool 'rifle' which is shipped with 'ranger'.
2024-06-27bash: Move aliases to posix-shell/aliases.shxengineering
The new posix-shell folder should contain shell code which is portable between different implementations.