initial base functionality

This commit is contained in:
glmdev
2018-11-28 12:30:38 -06:00
commit 83924149da
4 changed files with 106 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# 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
- Bash Support
- 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