stashr

Crates.iostashr
lib.rsstashr
version0.4.0
sourcesrc
created_at2023-09-07 13:27:03.716237
updated_at2024-04-02 11:44:20.554142
descriptionA dynamic move command or simple file stash
homepage
repositoryhttps://github.com/sirno/stashr
max_upload_size
id966235
size20,029
Nicolas Ochsner (sirno)

documentation

README

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
Commit count: 33

cargo fmt