https://github.com/michaelcurrin/aliases-cheatsheet
Unlock the power of productivity: effortlessly find your own aliases
https://github.com/michaelcurrin/aliases-cheatsheet
Last synced: 11 days ago
JSON representation
Unlock the power of productivity: effortlessly find your own aliases
- Host: GitHub
- URL: https://github.com/michaelcurrin/aliases-cheatsheet
- Owner: MichaelCurrin
- License: mit
- Created: 2024-05-20T15:57:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-27T08:13:49.000Z (over 1 year ago)
- Last Synced: 2025-12-08T13:43:38.271Z (6 months ago)
- Language: Python
- Size: 85 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Personal Aliases Cheatsheet
> View and search your Bash and Git aliases easily with a CLI tool and web app
[](https://github.com/MichaelCurrin/aliases-cheatsheet/releases/)
[](#license)
[](https://www.linux.org/ "Go to Linux homepage")
[](https://www.apple.com/macos/ "Go to Apple homepage")
[](https://python.org "Go to Python homepage")
[](https://python.org "Go to Poetry homepage")
## Sample
Given your Bash aliases defined in a file like this:
```sh
# One line. With types.
# Note that just `1` is already reserved in ZSH for navigate back a directory.
alias l1='ls -1 -F'
# Wrapping names.
alias l='ls -C -F'
# Show hidden.
alias la='ls -A'
# ...
```
You can turn those into a searchable webpage that looks like this:

## Documentation
[](/docs/ "Go to project documentation")
## License
Released under [MIT](/LICENSE) by [@MichaelCurrin](https://github.com/MichaelCurrin).