7 unstable releases (3 breaking)
0.4.0 | Apr 2, 2024 |
---|---|
0.3.3 | Sep 26, 2023 |
0.2.0 | Sep 11, 2023 |
0.1.0 | Sep 7, 2023 |
#1416 in Filesystem
73 downloads per month
12KB
297 lines
STASHR
This is stashr.
With stashr you can stash a file wherever you are.
And then get it back wherever you will be.
Usage
Stash some files
stashr foo.txt bar.txt
Get them back
stashr
Install
cargo install stashr
Troubleshooting
You need to be on the nightly release channel of rust to install stashr.
If you are not, you might get the following error: error[E0554]: `#![feature]` may not be used on the stable release channel
.
To proceed first install rustup, then run the following two commands:
rustup install nightly
cargo +nightly install stashr
Dependencies
~1.8–2.5MB
~47K SLoC