Skip to content

sirno/stashr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A dynamic move command or simple file stash

Resources

License

Stars

Watchers

Forks

Packages

No packages published