23 lines
498 B
Markdown
23 lines
498 B
Markdown
|
# Do What
|
||
|
|
||
|
A simple CLI productivity-booster.
|
||
|
|
||
|
# WIP
|
||
|
|
||
|
This project is currently a work-in-progress. Only the fish shell is supported at the moment, but Bash and Zsh functionality coming soon.
|
||
|
|
||
|
## Requires
|
||
|
- python3
|
||
|
- source-highlight
|
||
|
- less/cat/ls/
|
||
|
|
||
|
## TODO
|
||
|
- Documentation/License
|
||
|
- Installation & Generalization
|
||
|
- Zsh Support
|
||
|
- Command Memory/Env Support
|
||
|
- Double wh does an la, not ls
|
||
|
- Git Repo detection for ls
|
||
|
- Dynamic handler selection (e.g. exa vs ls)
|
||
|
- Clipboard functionality
|