summaryrefslogtreecommitdiffstats
path: root/repo.sh
Commit message (Collapse)AuthorAgeFilesLines
* Installed mark fixSeppia2018-06-031-2/+3
| | | | Fixed math for installed packages in the search function.
* Color support and initial installed package infoSeppia2018-06-021-1/+4
| | | | | Added support for colored output in search mode and mark packages already present locally.
* URL variables fixv0.1Seppia2018-06-021-4/+4
| | | | Used url variables in a more convenient way.
* Function calls reorder and messages fixSeppia2018-06-021-30/+47
| | | | Call help function as the first option and uniformed error/warning messages.
* Profile editorSeppia2018-06-021-1/+1
| | | | Use profile editor instead of vim.
* Add function modificationsSeppia2018-05-311-1/+20
| | | | | 'Add' (url) function renamed to 'clone' and added new 'add' function which uses packages names
* Search functionSeppia2018-05-311-0/+25
| | | | Adds support for searching packages form aur using keywords matching name and/or description
* Variable and input checksSeppia2018-05-301-1/+11
| | | | | Now checks if hardcoded variables have been set and eventually if their values are acceptable.
* Path parsing fixSeppia2018-05-301-2/+2
| | | | | Changes method for parsing list path and url using awk, opposed to previous hardcoded separator usage.
* Add actual sources and update READMESeppia2018-04-301-0/+192