summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New zst format and new cleanbuild functionHEADmasterSeppia2021-06-071-8/+22
| | | | | | Updated to add support for the new zst format that makepkg uses for packages and added a new cleanbuild funtion which simply performs a clean action before beginning to build the package.
* Find package directory bug fixSeppia2018-11-291-4/+4
| | | | | Fixes a bug matching only given pattern in package name instead of exact pattern.
* Clean function iprovementSeppia2018-11-271-2/+2
| | | | | | | Limits the search for packages to be cleanded only in package specific folders, so time required to clean the package files should now only depend on the single package size not affecting other packages any more.
* List bug fixv0.3.1Seppia2018-06-111-2/+6
| | | | | | Fixes a bug that happens when listing local packages and no packages are present in local path. It now prints a waring, saying that no local package is present.
* Bug fix and easter eggSeppia2018-06-111-0/+3
| | | | | | | | | Fixes a bug happening when searching for packages and local list is empty. It also introduces an easter egg. When local packages list is empty and the function shouldn't match anything as locally installed, there is now the chance of it matching a random string of 15 characters consisting in numbers and/or capital letters. It is higly unlikely and should do no harm, but still remains funny.
* Help message orderedv0.3Seppia2018-06-041-8/+8
| | | | Used alphabetical order for commands in the help message.
* Architecture variableSeppia2018-06-031-6/+11
| | | | | Used variable for cpu architecture of local repo packages instead of hardcoded value.
* Fixed typoSeppia2018-06-031-1/+1
|
* Archiving packages supportSeppia2018-06-031-0/+36
| | | | | Added support for archiving old packages from local repository to a specific archiving folder.
* Available flag editSeppia2018-06-031-1/+1
| | | | Changed Istalled flag to the more appropriate "Locally available"
* Check installed fixSeppia2018-06-031-1/+1
| | | | | Fixes breakage of the detection of already installed packages due to description message addition in list function.
* Function messages fixSeppia2018-06-031-15/+15
| | | | Foxed messages to restore normal text output.
* Function messagesSeppia2018-06-031-3/+18
| | | | Addes messages in each function.
* Colored WARNING/ERROR messagesSeppia2018-06-031-22/+22
| | | | | Warning and error messages now are colored by default. This commit also deletes a space in search keywords string.
* Help message fixv0.2Seppia2018-06-031-2/+2
| | | | Help message fixed according to new executable name.
* Renamed sources fileSeppia2018-06-031-0/+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-302-1/+194
|
* First commit add READMESeppia2018-04-301-0/+17