1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-27 13:44:45 +01:00

feat(aliases): add basic argument parsing (#10710)

This commit is contained in:
Yuval
2022-10-18 19:40:02 +02:00
committed by GitHub
parent 8487a5536d
commit 4e4961e60c
2 changed files with 25 additions and 6 deletions

View File

@@ -17,6 +17,12 @@ Requirements: Python needs to be installed.
- `acs`: show all aliases by group.
- `acs -h/--help`: print help mesage.
- `acs <keyword>`: filter aliases by `<keyword>` and highlight.
- `acs -g <group>/--group <group`: show only aliases for group `<group>`. Multiple uses of the flag show all groups,
- `acs --groups-only`: show only group names
![screenshot](https://cloud.githubusercontent.com/assets/3602957/11581913/cb54fb8a-9a82-11e5-846b-5a67f67ad9ad.png)