https://github.com/nobe4/clias
https://github.com/nobe4/clias
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nobe4/clias
- Owner: nobe4
- Created: 2025-08-09T11:31:44.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-10T19:25:19.000Z (12 months ago)
- Last Synced: 2025-08-10T21:15:53.254Z (12 months ago)
- Language: Go
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `clias` - CLI Aliases 🫂
TBD
## TODO
- [ ] Generate aliases
- [ ] Generate completion for bash/zsh
## Known limitations
- `clias bash -c "sleep 1"`
This is due to the shell stripping the `"` before passing the arguments to
`clias`.