• Stars
    star
    13
  • Rank 1,512,713 (Top 30 %)
  • Language
    Ruby
  • Created about 9 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple CLI to help you find your next job.

findjobs

Build Status Code Climate Gem Version

Simple CLI tool to help you find your next job. Based on RSS feeds of various job boards (GitHub, StackOverflow etc).

List of currently supported sources:

Want more? Let me know!

Installation

Just add water (i.e. install the gem):

$ gem install findjobs

Usage

Find all jobs by term (e.g. "ruby"):

$ findjobs ruby

Find jobs in specific location:

$ findjobs ruby --location=berlin

Display jobs posted last 7 days:

$ findjobs ruby --days=7

Plans

  1. Add more sources
  2. Add more search options (remote work, visa sponsorship etc)

Contributing

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