Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-12-08 | posix-shell: Add myrename | xengineering | |
2024-11-21 | posix-shell: Remove `--all` from `igit` alias | xengineering | |
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-06-27 | posix-shell: Remove unused aliases | 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. |