summaryrefslogtreecommitdiffstats
path: root/repo.sh
Commit message (Collapse)AuthorAgeFilesLines
* Renamed sources fileSeppia2018-06-031-343/+0
| | | | | Sources file has been renamed from repo.sh to repofish to match the git repository name.
* Functions namesSeppia2018-06-031-7/+7
| | | | Uniformed names of functions and minor fix.
* New update function and help fixesSeppia2018-06-031-7/+39
| | | | | | Added new function that only updates the sources without building them and changed already existent update function to update-repo. There are also some fixes in the help message.
* Diff supportSeppia2018-06-031-3/+6
| | | | | Upgrade function diff view support and removed sources update from install function.
* Support o multiple packagesSeppia2018-06-031-18/+36
| | | | | This completes the support for multiple packages commands, adding it to clean, update and upgrade functions.
* Support build multiple packagesSeppia2018-06-031-6/+12
| | | | Added supoprt for building multiple packages with just one command.
* Remove and install multiple packages at the same timeSeppia2018-06-031-20/+32
| | | | | Added support for removing and installing multiple packages using just one command.
* Search text styleSeppia2018-06-031-2/+2
| | | | Styled search keywords string in search function.
* Keyword message fixSeppia2018-06-031-3/+2
| | | | Used echo instead of printf for used keyword message.
* Add multiple packagesSeppia2018-06-031-10/+16
| | | | Now 'add' function support multiple simoultaneous packages addition.
* Uniformed styleSeppia2018-06-031-1/+1
| | | | Changed all remaining warnings to upper case.
* 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