Jan Fooken
4bed3d5574
Add an explicit (-e) option to the query command.
...
This can be used in combination with the --aur, --repo,
--info option or without any option.
It is used to display explicitly installed packages
and corresponds to the `pacman --Qe` command.
2 years ago
Fries
5315b76ee8
operations/upgrade: check if version is greater
...
we should check if the version is greater instead of checking if its
greater or equal
2 years ago
Fries
f7297130e7
operations/upgrade: use vercmp to compare versions
...
this fixes a bug where git pkgs will upgrade everytime with the old
logic so were using an alpm function that uses pacmans version compare
logic
Fixes #93
2 years ago
Fries
70965bb124
amethyst: upgrade clap and clap_complete
2 years ago
Michal S
2185b1a449
Update README.md
...
Signed-off-by: Michal S. <michal@tar.black>
2 years ago
Robin Candau
a6585add66
Corrected the installation documentation
...
Corrected the installation documentation according to the new GH packages org
Signed-off-by: Robin Candau <53110319+Antiz96@users.noreply.github.com>
2 years ago
Fries
7b5a939574
amethyst: fix some translation issues
2 years ago
Fries
05a078042d
query: add own switch
2 years ago
Fries
1d5b2a491b
amethyst: remove docs from repo
...
they live in another repo now
2 years ago
Fries
3c2f0ed89c
args: add description as translatable string
2 years ago
trivernis
ca46b81399
Switch to formal language
2 years ago
trivernis
3b605e3944
Fix article
...
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
trivernis
fb22b4b264
Improve german translation
2 years ago
trivernis
0a0268c19a
Add fl_* variants for trace, debug, info, warn, error
...
The fl variants allow for passing a message id for the translation
instead of having to invoke the fl macro inside the formatter
2 years ago
trivernis
c858313fa3
Update dependencies and add codename to Cargo.toml
...
Signed-off-by: trivernis <trivernis@protonmail.com>
2 years ago
Fries
7ca52c0ed8
amethyst: add check dependencies support
...
amethyst should now be able to install dependencies that are required
for the `check()` function to work
2 years ago
bittin
a5392d4dbb
Create Amethyst.ftl
...
Add Swedish Translation
Signed-off-by: bittin <droidbittin@gmail.com>
2 years ago
Mattia B
1b2a6e0e7b
Add Italian translation
2 years ago
mrshmllow
f100b13e28
simplified prompt for single package reviews
2 years ago
trivernis
0863b39991
Fix clippy warning
2 years ago
trivernis
c6a1c4fa17
Fix shell completion generation
...
Fixes #70
2 years ago
Fries
315b873826
operations/upgrade: remove unused import
2 years ago
Fries
023edeb786
operations/upgrade: stop if repo upgrade failed
2 years ago
axtloss
f4f41804e3
add partial german translations
...
Signed-off-by: axtloss <axtlos@tar.black>
2 years ago
Fries
42e5cf8bc2
amethyst: make clippy (the paperclip) happy
2 years ago
Fries
b3710431f8
help: move to clap 4 and localize strings
2 years ago
Fries
60db2c444d
i18n/en: fix tiny mistake lol
2 years ago
Fries
73387e35d3
amethyst: finish adding strings to i18n file
2 years ago
Fries
8f9ce37a78
amethyst: add wip i18n support
2 years ago
Fries
bbc2ac7991
operations/clean: remove unused import
2 years ago
Fries
6147d0d065
amethyst: change version to 4.1.0
...
we have patches/v4.0.0 for patches to v4.0.0 so main is now developing
v4.1.0
2 years ago
Fries
37f58858a5
amethyst: add my name to the authors
2 years ago
Fries
bf34b975d2
operations/clean: make sure paccache keeps 3 pkgs
...
looks like .pacnew files don't generate properly unless theres like 3
packages in the pacman cache. why is pacman so confusing i swear nobody
knows how it works. well anyways this commit also removes the config
keys `paccache_keep` and `paccache_keep_ins_pkgs` as they shouldnt be
able to be changed.
2 years ago
Michal S
48ee44531f
Adjust AUR prompt
2 years ago
Fries
2bc764e4c5
amethyst: warn if installing aur packages
2 years ago
Michal S
64b7ea72bc
Fixed env for flake
2 years ago
Fries
3690ad1562
args: make quiet help more clear
2 years ago
Fries
16e9cbc937
operations/upgrade: support quiet option
2 years ago
Fries
8be997002e
operations/install: support quiet option
2 years ago
mrshmllow
875a7da0b2
Update docs url
2 years ago
mrshmllow
0cab1b6630
add fallback AMETHYST_CODENAME
2 years ago
Michal S
cef501d3f9
Adjust CI to have new codename envvar
2 years ago
Michal S
e9efff91c0
Pull codename from envvar
2 years ago
Michal S
ef18fa9ce5
Add codename to version output
2 years ago
Matt C
91dde29dba
Add `makepkg` instructions
...
closes issue #53
Signed-off-by: Matt C <mdc028@bucknell.edu>
2 years ago
Fries
eb3fcf3945
amethyst: follow the paperclip (clippys) advice
2 years ago
Fries
786db41860
operations/clean: fix noconfirm for clean
2 years ago
Fries
8475af9af8
builder/paccache: more obvious func/var names
2 years ago
Fries
6b90744230
operations: Replace unwrap_or_else with if let Err
2 years ago
Fries
2ae9ea34dd
operations/clean: Remove debug string
2 years ago