23 releases (6 breaking)
new 0.8.2 | Feb 27, 2021 |
---|---|
0.7.0 | Feb 17, 2021 |
0.5.4 | Dec 5, 2020 |
0.5.2 | Nov 6, 2020 |
0.3.0 | Mar 16, 2020 |
#350 in Command line utilities
108 downloads per month
135KB
3K
SLoC
up-rs
I use this to keep my machine up to date. It does a couple of different things.
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-rs/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-rs
Subcommands
Link
$ up link --from ~/code/dotfiles --to ~
symlinks the files in dotfiles
into the matching directory in ~
(so ~/.config/git/config
becomes a link to
~/code/dotfiles/.config/git/config
).
Update
Coming soon.
Updates all the software on your machine.
Contributing and Developing
See CONTRIBUTING.md.
Related Projects
Dependencies
~28MB
~652K SLoC