GithubHelp home page GithubHelp logo

hanabishirecca / aur-check-updates Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 76 KB

A very basic CLI app for checking updates from Arch User Repository (AUR).

License: MIT License

Rust 100.00%
arch-linux arch-user-repository archlinux aur cli update check packages updates arch

aur-check-updates's Introduction

aur-check-updates

A very basic CLI app for checking updates from Arch User Repository (AUR).

$ aur-check-updates
:: Checking AUR updates...
foo 1.0 => 2.0
bar 1.0 => [not found in AUR]

The app is designed to perform only this simple task, so it does not build packages nor pull VCS updates.
If you need a fully-featured AUR helper, consider using paru instead.

Usage

$ aur-check-updates [<option>...]
Option Description
--ignore <package> Do not check updates for a package.1
--ignoregroup <group> Do not check updates for packages in a group.1
--color <when> Specify when to enable coloring: always, never or auto.2
--timeout <ms> Set a timeout for network connection in milliseconds.3
-h, --help Display help message and exit.
  1. Ignore options can be used more than once. Multiple packages/groups can be specified by separating them with a comma.
  2. Default value is auto, it enables coloring only when tty is detected.
  3. Default value is 5000.

Example

$ aur-check-updates --ignore foo,bar --ignoregroup custom --color never --timeout 10000

Ignores foo and bar packages, ignores all packages in custom group, disables coloring, sets timeout to 10 seconds.

Download

You can download prebuilt binaries from releases page.

Building from the source

Rust 1.70 or up is required.

Install dependencies:

  • libalpm
  • libcurl

Install Rust compiler and run:

$ cargo build --release

Packages

AUR

aur-check-updates's People

Contributors

hanabishirecca avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.