Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jadenPete/aurvote-utils
A set of utilities for managing AUR votes
https://github.com/jadenPete/aurvote-utils
Last synced: 3 months ago
JSON representation
A set of utilities for managing AUR votes
- Host: GitHub
- URL: https://github.com/jadenPete/aurvote-utils
- Owner: jadenPete
- License: mit
- Created: 2019-03-30T06:47:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-01T23:08:49.000Z (over 5 years ago)
- Last Synced: 2024-06-19T03:11:41.761Z (5 months ago)
- Language: Python
- Homepage:
- Size: 19.5 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Arch - aurvote-utils - A set of utilities for managing AUR votes. (AUR Helpers / Other)
README
# aurvote-utils
A set of utilities for managing AUR votes## Packages
[`aurvote-utils`](https://aur.archlinux.org/packages/aurvote-utils/)[`aurvote-utils-git`](https://aur.archlinux.org/packages/aurvote-utils-git/)
## aur-vote
> NOTE: If you have `aurutils` installed, `aur vote` may be used instead.If necessary, `aur-vote` will prompt for authentication. Cookies are saved in `$XDG_DATA_HOME/aurvote-utils/cookie`
and are renewed automatically. Alternatively, you may regenerate the cookie manually:```
$ aur-vote -a
```A list of currently voted AUR packages can be queried:
```
$ aur-vote -l
```AUR Package(s) can be voted for:
```
$ aur-vote -v foo
$ aur-vote -v bar baz
```And vote(s) can be removed:
```
$ aur-vote -u package
$ aur-vote -u otherpackage anotherpackage
```## aur-autovote
> NOTE: If you have `aurutils` installed, `aur autovote` may be used instead.If you wish to show appreciation for the packages you have installed, `aur-autovote` is the right tool for the job.
When executed, it will vote for installed packages and remove votes for packages that aren't installed.By default packages that don't belong to a repository are queried.
However, if you use a repository to manage AUR packages (e.g. through `aurutils`), it can be used instead:```
aur-autovote -r repo
```