Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-25 | Remove any directories that don't correspond to an installed package | Yash Karandikar | |
2021-09-25 | Don't duplicate cache clearer | Yash Karandikar | |
2020-03-17 | Fix "unexpected unary operator" bug | Yash Karandikar | |
2020-03-17 | Use new config file location | Yash Karandikar | |
2020-03-15 | Add "--search" and "-s" to help menu | Yash Karandikar | |
2020-03-15 | Output with colors when searching | Yash Karandikar | |
2020-03-15 | Implement command line flags to use search function | Yash Karandikar | |
2020-03-15 | Create search functionality | Yash Karandikar | |
2020-03-13 | Create and implement function for errors | Yash Karandikar | |
2020-03-13 | Use shellcheck to correct file syntax | Yash Karandikar | |
2020-03-06 | Fix wierd formatting | Yash Karandikar | |
2020-03-06 | Use new COnfiguration file | Yash Karandikar | |
2020-03-02 | Suppress tput errors | Yash Karandikar | |
This will suppress errors if the terminal supports colors but tput is not found. This way, we can simply ignore colors if tput is not installed on the target system. | |||
2020-03-01 | Add long option and help entry for update flag | Yash Karandikar | |
2020-03-01 | Add support for updating packages | Yash Karandikar | |
2020-02-23 | Use "/usr/bin/env bash" instead of "/bin/bash" in shebang | Yash Karandikar | |
2020-02-21 | Fix long option validity checking | Yash Karandikar | |
Before, the error handler would spit out an unintelligible mess. Now, it will neatly tell you which long option was invalid. | |||
2020-02-19 | Add colored output | Yash Karandikar | |
2020-02-19 | Rewrite haur | Yash Karandikar | |
2020-02-17 | Add ability to clear cached pakages | Yash Karandikar | |
2020-02-17 | Use .haur instead of .aur | Yash Karandikar | |
2020-02-16 | Initial commit | Yash Karandikar | |