Project

file-stash

0.0
No commit activity in last 3 years
No release in over 3 years
A utility to get rid of files that are no longer interesting without deleting them.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

stash(1) -- UNIX File Stasher

NAME

stash -- store unused files in a configurable location

SYNOPSIS

stash [--message MSG] [--stash PATH] FILES

INSTALLATION

gem install file-stash

DESCRIPTION

Stash gets rid of files you are no longer interested in. Pass it a list of files and it will move them to the path specified by the STASH_PATH environment variable, or ~/.stash by default. It places the files listed in a folder based upon the current time within the stash.

You may specify an optional message with the -m or --message parameter.

stash -m "Old css for TwitterClone" public/stylesheets/*.css cache/*.css

Those files would then be relocated to a folder named something like:

/home/alexmchale/.stash/2010-09-01T19:35:01+00:00-old.css.for.twitterclone