Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-27 | posix-shell: Update check_programs() | xengineering | |
- sort list of programs automatically - report all programs with a check mark `[x]` or without `[ ]` | |||
2024-06-27 | posix-shell: Remove unused aliases | xengineering | |
2024-06-27 | posix-shell: Do not check programs on shell init | xengineering | |
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-27 | bash: Move constants to posix-shell/constants.sh | xengineering | |
2024-06-27 | bash: Move parts to posix-shell/programs.sh | xengineering | |
2024-06-27 | posix-shell: Remove my_xdg_open() | xengineering | |
Replaced by the better tool 'rifle' which is shipped with 'ranger'. | |||
2024-06-27 | bash: Move aliases to posix-shell/aliases.sh | xengineering | |
The new posix-shell folder should contain shell code which is portable between different implementations. |