Crates.io | up |
lib.rs | up |
version | 0.17.0 |
source | src |
created_at | 2024-10-26 00:05:05.791718 |
updated_at | 2024-10-27 01:19:05.822791 |
description | up is a tool to help you keep your machine up to date. |
homepage | https://github.com/gibfahn/up |
repository | https://github.com/gibfahn/up |
max_upload_size | |
id | 1423411 |
size | 384,750 |
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.
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
See CommandLineHelp-macOS.md or CommandLineHelp-Linux.md (or run up --help
or man up
locally) for full usage.
See CONTRIBUTING.md.