summaryrefslogtreecommitdiff
path: root/posix-shell
AgeCommit message (Collapse)Author
2024-12-08posix-shell: Add myrenamexengineering
2024-11-21posix-shell: Remove `--all` from `igit` aliasxengineering
This allows to select either all branches to display with `igit --all` or a subset of branches with `igit branch1 branch2 ...`. With this change it is possible to get a better overview in repositories with a huge number of branches.
2024-10-31posix-shell: Add go bin path to PATHxengineering
This allows to install programs with `go install <module-url>@<version>`.
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.