Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-12 | docs(aliases): fix typo (#11958) | Preston Button | |
2023-08-10 | docs(aliases): replace screenshot | Carlo Sala | |
Closes #11837 Closes #11822 | |||
2023-07-25 | fix(aliases): rename acs to als in script help | Carlo Sala | |
Closes #11812 | |||
2023-07-19 | fix(aliases)!: rename `acs` to `als` | majick | |
BREAKING CHANGE: rename main function from `acs` to `als` to avoid conflicts with `ubuntu` and `debian` plugins and improve semantics. | |||
2023-03-07 | fix(aliases): group properly aliases (#11546) | Karim Benbourenane | |
2023-02-27 | fix(aliases): fix regression in filter argument | Marc Cornellà | |
2023-02-27 | fix(aliases): clarify how to pass in keywords to `acs` (#11521) | ZYX | |
Co-authored-by: Marc Cornellà <hello@mcornella.com> | |||
2022-11-21 | docs(aliases): fix typos (#11348) | Brenex | |
Co-authored-by: Carlo Sala <carlosalag@protonmail.com> | |||
2022-10-18 | feat(aliases): add basic argument parsing (#10710) | Yuval | |
2022-08-01 | fix: don't use `$functions_source` for compatibility with zsh < 5.4 | Marc Cornellà | |
2022-04-09 | fix: use `python3` for all `python` invocations (#10832) | Carlo Sala | |
2021-12-28 | style(acs): fix style and gitignore __pycache__ folder | Marc Cornellà | |
2021-12-28 | docs(aliases): clarify usage (#9990) | Cédric Malard | |
2021-12-01 | chore: fix spelling errors across the project (#10459) | Josh Soref | |
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com> | |||
2021-06-11 | Aliases: Adding a README file for the plugin. #4662 | Robby Russell | |
2021-06-11 | feat(plugins): add aliases cheatsheet plugin (#4662) | hqingyi | |
* add: explore alias quickly with aliases plugin. * change: add compatibility with python2 & python3. - add compatibility. - add termcolor.py. - remove aliass(search), just use acs. - detect python. |