Skip to content

thisryan/catch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Note

All functionality of this program can be achieved using git this is purely for educational purposes. Or in cases you really dont want to use a git repo for some reason.

Catch

A simple program so save the state of a directory to later return it to this state.

To save the current state you simply call the program:

./catch

To return the directory to its saved state:

./catch release
or
./catch r

After doing catch release you can also return to the point before releasing with:

./catch reset

General notes:

  • catch will ignore any directories or files which start with .
  • If you want to save guard against accidentaly overwriting data you can create a file .relasestop, this will stop catch from releasing in this directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors