summaryrefslogtreecommitdiff
path: root/plugins/aliases
AgeCommit message (Collapse)Author
2023-10-12docs(aliases): fix typo (#11958)Preston Button
2023-08-10docs(aliases): replace screenshotCarlo Sala
Closes #11837 Closes #11822
2023-07-25fix(aliases): rename acs to als in script helpCarlo Sala
Closes #11812
2023-07-19fix(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-07fix(aliases): group properly aliases (#11546)Karim Benbourenane
2023-02-27fix(aliases): fix regression in filter argumentMarc Cornellà
2023-02-27fix(aliases): clarify how to pass in keywords to `acs` (#11521)ZYX
Co-authored-by: Marc Cornellà <hello@mcornella.com>
2022-11-21docs(aliases): fix typos (#11348)Brenex
Co-authored-by: Carlo Sala <carlosalag@protonmail.com>
2022-10-18feat(aliases): add basic argument parsing (#10710)Yuval
2022-08-01fix: don't use `$functions_source` for compatibility with zsh < 5.4Marc Cornellà
2022-04-09fix: use `python3` for all `python` invocations (#10832)Carlo Sala
2021-12-28style(acs): fix style and gitignore __pycache__ folderMarc Cornellà
2021-12-28docs(aliases): clarify usage (#9990)Cédric Malard
2021-12-01chore: fix spelling errors across the project (#10459)Josh Soref
Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
2021-06-11Aliases: Adding a README file for the plugin. #4662Robby Russell
2021-06-11feat(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.