Commit Graph

612 Commits (68089575dcd39ff5968e5baedd282b2dce9cfd5e)
 

Author SHA1 Message Date
trivernis 68089575dc
Merge branch 'main' into cleanup 2 years ago
trivernis 36c5f28b1c
Move error to different file and add thiserror impl 2 years ago
trivernis 4e37078758
Update dependencies 2 years ago
trivernis 6840689d77
Add colored builder that allows for turning color on and off 2 years ago
seshotake beff1005a5 feat: allow installing package groups
Fixes #97
2 years ago
Fries 51f5d28d50 amethyst: make clippy the paperclip happy 2 years ago
Fries b0c1bd3a7b amethyst: use rustls and update deps 2 years ago
Fries ea26257b67 fix ci 2 years ago
Weblate 1526f04d93 Merge branch 'main' of https://git.getcryst.al/crystal/software/amethyst 2 years ago
Sergio Varela 2f7be57847 Translated using Weblate (Spanish)
Currently translated at 22.4% (29 of 129 strings)

Translation: Crystal Linux/Amethyst
Translate-URL: https://i18n.getcryst.al/projects/crystal-linux/amethyst/es/
2 years ago
Stefan Yohansson da Silva Areeira Pinto e4f7ed5a46 Added translation using Weblate (Portuguese (Brazil)) 2 years ago
Fries b4d02e8ab1 amethyst: wrap root check in a safe wrapper 2 years ago
seshotake 9f103984fe Translated using Weblate (Ukrainian)
Currently translated at 100.0% (129 of 129 strings)

Translation: Crystal Linux/Amethyst
Translate-URL: https://i18n.getcryst.al/projects/crystal-linux/amethyst/uk/
2 years ago
seshotake df05c65a68 Added translation using Weblate (Ukrainian) 2 years ago
Nick Pryshchepa e13de26109 Translated using Weblate (Russian)
Currently translated at 35.6% (46 of 129 strings)

Translation: Crystal Linux/Amethyst
Translate-URL: https://i18n.getcryst.al/projects/crystal-linux/amethyst/ru/
2 years ago
Luna Jernberg 603efc8bb4 Translated using Weblate (Swedish)
Currently translated at 100.0% (129 of 129 strings)

Translation: Crystal Linux/Amethyst
Translate-URL: https://i18n.getcryst.al/projects/crystal-linux/amethyst/sv/
2 years ago
Jan Fooken b49c854bc9 Translated using Weblate (German)
Currently translated at 100.0% (129 of 129 strings)

Translation: Crystal Linux/Amethyst
Translate-URL: https://i18n.getcryst.al/projects/crystal-linux/amethyst/de/
2 years ago
Ben Schenk a220cfe867 Translated using Weblate (German)
Currently translated at 100.0% (129 of 129 strings)

Translation: Crystal Linux/Amethyst
Translate-URL: https://i18n.getcryst.al/projects/crystal-linux/amethyst/de/
2 years ago
Michal S 5f64a81dea Added translation using Weblate (Russian) 2 years ago
jasio hericium a0534b117d Translated using Weblate (Polish)
Currently translated at 77.7% (98 of 126 strings)

Translation: Crystal Linux/Amethyst
Translate-URL: https://i18n.getcryst.al/projects/crystal-linux/amethyst/pl/
2 years ago
Matt Compton b2d3ae0d12 Added translation using Weblate (Spanish) 2 years ago
jasio hericium fe37832922 Translated using Weblate (Polish)
Currently translated at 73.8% (93 of 126 strings)

Translation: Crystal Linux/Amethyst
Translate-URL: https://i18n.getcryst.al/projects/crystal-linux/amethyst/pl/
2 years ago
jasio hericium 459de74541 Translated using Weblate (Polish)
Currently translated at 64.2% (81 of 126 strings)

Translation: Crystal Linux/Amethyst
Translate-URL: https://i18n.getcryst.al/projects/crystal-linux/amethyst/pl/
2 years ago
Luna Jernberg adf710826c Translated using Weblate (Swedish)
Currently translated at 100.0% (126 of 126 strings)

Translation: Crystal Linux/Amethyst
Translate-URL: https://i18n.getcryst.al/projects/crystal-linux/amethyst/sv/
2 years ago
jasio hericium 622e54071b Translated using Weblate (Polish)
Currently translated at 32.5% (41 of 126 strings)

Translation: Crystal Linux/Amethyst
Translate-URL: https://i18n.getcryst.al/projects/crystal-linux/amethyst/pl/
2 years ago
Fries f87cef3388 Translated using Weblate (German)
Currently translated at 96.0% (121 of 126 strings)

Translation: Crystal Linux/Amethyst
Translate-URL: https://i18n.getcryst.al/projects/crystal-linux/amethyst/de/
2 years ago
Ben Schenk 9d86acc7a6 Translated using Weblate (German)
Currently translated at 96.0% (121 of 126 strings)

Translation: Crystal Linux/Amethyst
Translate-URL: https://i18n.getcryst.al/projects/crystal-linux/amethyst/de/
2 years ago
0xMRTT 07d122292e Translated using Weblate (French)
Currently translated at 3.2% (4 of 125 strings)

Translation: Crystal Linux/Amethyst
Translate-URL: https://i18n.getcryst.al/projects/crystal-linux/amethyst/fr/
2 years ago
0xMRTT 26ef660351 Added translation using Weblate (French) 2 years ago
Weblate Admin e935b3149d Added translation using Weblate (Polish) 2 years ago
Michal S 18363f6866
Fix `search` ftl conflict 2 years ago
Michal S fa09199606 Add checkupdates AUR support 2 years ago
Michal S 8ee7c35b7d Add checkupdates subcommand for `crystal-update` compat 2 years ago
Michal Stopyra 9112ece292 Add GitLab CI 2 years ago
Jan Fooken 81a4a648bb
Update German translation
Add a German translation for the explicit option for the query command.
2 years ago
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