LinuxCommandLibrary

nvrs

Fast new version checker for software releases

TLDR

Check for new versions
$ nvrs
copy
Check a specific package
$ nvrs check [package_name]
copy

SYNOPSIS

nvrs [command] [options]

DESCRIPTION

nvrs is a CLI tool for tracking and updating software versions. It checks package updates across multiple sources including GitHub, GitLab, AUR, crates.io, and regex-defined URLs.
Built for speed, it can monitor many packages in parallel and report which ones have newer versions available.

CAVEATS

Requires configuration of package sources. API rate limits may apply for some sources like GitHub.

HISTORY

nvrs is written in Rust.

SEE ALSO

nix(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard