Crates.io | stashr |
lib.rs | stashr |
version | 0.4.0 |
source | src |
created_at | 2023-09-07 13:27:03.716237 |
updated_at | 2024-04-02 11:44:20.554142 |
description | A dynamic move command or simple file stash |
homepage | |
repository | https://github.com/sirno/stashr |
max_upload_size | |
id | 966235 |
size | 20,029 |
This is stashr.
With stashr you can stash a file wherever you are.
And then get it back wherever you will be.
Stash some files
stashr foo.txt bar.txt
Get them back
stashr
cargo install stashr
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