| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Fixes a bug matching only given pattern in package name instead of
exact pattern.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Used alphabetical order for commands in the help message.
|
|
|
|
|
| |
Used variable for cpu architecture of local repo packages instead of
hardcoded value.
|
| |
|
|
|
|
|
| |
Added support for archiving old packages from local repository to
a specific archiving folder.
|
|
|
|
| |
Changed Istalled flag to the more appropriate "Locally available"
|
|
|
|
|
| |
Fixes breakage of the detection of already installed packages due to
description message addition in list function.
|
|
|
|
| |
Foxed messages to restore normal text output.
|
|
|
|
| |
Addes messages in each function.
|
|
|
|
|
| |
Warning and error messages now are colored by default.
This commit also deletes a space in search keywords string.
|
|
|
|
| |
Help message fixed according to new executable name.
|
|
|
|
|
| |
Sources file has been renamed from repo.sh to repofish to match the
git repository name.
|
|
|
|
| |
Uniformed names of functions and minor fix.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
Upgrade function diff view support and removed sources update from
install function.
|
|
|
|
|
| |
This completes the support for multiple packages commands, adding it
to clean, update and upgrade functions.
|
|
|
|
| |
Added supoprt for building multiple packages with just one command.
|
|
|
|
|
| |
Added support for removing and installing multiple packages using just
one command.
|
|
|
|
| |
Styled search keywords string in search function.
|
|
|
|
| |
Used echo instead of printf for used keyword message.
|
|
|
|
| |
Now 'add' function support multiple simoultaneous packages addition.
|
|
|
|
| |
Changed all remaining warnings to upper case.
|
|
|
|
| |
Fixed math for installed packages in the search function.
|
|
|
|
|
| |
Added support for colored output in search mode and mark packages
already present locally.
|
|
|
|
| |
Used url variables in a more convenient way.
|
|
|
|
| |
Call help function as the first option and uniformed error/warning messages.
|
|
|
|
| |
Use profile editor instead of vim.
|
|
|
|
|
| |
'Add' (url) function renamed to 'clone' and added new 'add' function
which uses packages names
|
|
|
|
| |
Adds support for searching packages form aur using keywords matching name and/or description
|
|
|
|
|
| |
Now checks if hardcoded variables have been set and eventually if
their values are acceptable.
|
|
|
|
|
| |
Changes method for parsing list path and url using awk, opposed to
previous hardcoded separator usage.
|
| |
|
|
|