aboutsummarylogtreecommitdiffstats
path: root/haur
AgeCommit message (Collapse)Author
2021-09-25Remove any directories that don't correspond to an installed packageYash Karandikar
2021-09-25Don't duplicate cache clearerYash Karandikar
2020-03-17Fix "unexpected unary operator" bugYash Karandikar
2020-03-17Use new config file locationYash Karandikar
2020-03-15Add "--search" and "-s" to help menuYash Karandikar
2020-03-15Output with colors when searchingYash Karandikar
2020-03-15Implement command line flags to use search functionYash Karandikar
2020-03-15Create search functionalityYash Karandikar
2020-03-13Create and implement function for errorsYash Karandikar
2020-03-13Use shellcheck to correct file syntaxYash Karandikar
2020-03-06Fix wierd formattingYash Karandikar
2020-03-06Use new COnfiguration fileYash Karandikar
2020-03-02Suppress tput errorsYash 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-01Add long option and help entry for update flagYash Karandikar
2020-03-01Add support for updating packagesYash Karandikar
2020-02-23Use "/usr/bin/env bash" instead of "/bin/bash" in shebangYash Karandikar
2020-02-21Fix long option validity checkingYash Karandikar
Before, the error handler would spit out an unintelligible mess. Now, it will neatly tell you which long option was invalid.
2020-02-19Add colored outputYash Karandikar
2020-02-19Rewrite haurYash Karandikar
2020-02-17Add ability to clear cached pakagesYash Karandikar
2020-02-17Use .haur instead of .aurYash Karandikar
2020-02-16Initial commitYash Karandikar