Skip to content

Sweep files under the rug

License

Notifications You must be signed in to change notification settings

JonathonMA/rugsweep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rugsweep

Build Status

Sweeps files under the rug.

Installation

Install it using rubygems:

$ gem install rugsweep

Usage

Create a configuration file: not implemented yet

$ rugsweep init --rug=tmp GoodFile1 GoodFile2

Now you can sweep things under the rug:

$ ls
GoodFile1
GoodFile2
BadFile
BadFile2

$ rugsweep
(M) BadFile
(M) BadFile2

$ ls
GoodFile1
GoodFile2

$ ls tmp
BadFile
BadFile2

You can mark additional "good" files using ok not implemented yet

$ rugsweep ok GoodFile3

TODO

  1. init
  2. ok

Contributing

  1. Fork it ( https://github.com/JonathonMA/rugsweep/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

Sweep files under the rug

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages