Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 651 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 651 Bytes

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