Gem Version Build Status Code Climate Coverage Status Dependencies Documentation PullReview stats

Linknew

Linknew creates links to all files in another directory once. You can use it to keep track of which files in a shared directory you already looked at.

Installation

$ gem install linknew

Usage

  1. echo "/path/to/target/folder" >> .linknew
  2. linknew

Contributing

  1. Fork it ( https://github.com/voidus/linknew/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