#tool #keep #machine #help #date #command-line-tool #system

bin+lib up

up is a tool to help you keep your machine up to date

3 unstable releases

0.17.1 Jan 3, 2025
0.17.0 Oct 27, 2024
0.16.0 Oct 26, 2024

#192 in Configuration

Download history 5/week @ 2024-09-24 217/week @ 2024-10-22 29/week @ 2024-10-29 6/week @ 2024-11-05 4/week @ 2024-11-19 133/week @ 2024-12-31 8/week @ 2025-01-07

141 downloads per month

MIT/Apache

220KB
4.5K SLoC

up

Latest Version (crates.io) Latest Version (lib.rs) Documentation (docs.rs) Master CI Status

Wrapper tool to keep a dev machine up to date. It has a few different features that help with this.

See up --help for more details.

Install

The binary is self-contained, you can simply download it and mark the binary as executable:

curl --create-dirs -Lo ~/bin/up https://github.com/gibfahn/up/releases/latest/download/up-$(uname)
chmod +x ~/bin/up

Or if you have Cargo on your system you can also build it from source:

cargo install up

Or if you use homebrew you can install it via:

brew install gibfahn/tap/up

Usage

See CommandLineHelp-macOS.md or CommandLineHelp-Linux.md (or run up --help or man up locally) for full usage.

Contributing and Developing

See CONTRIBUTING.md.

Dependencies

~37–56MB
~1M SLoC