findjobs
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
- Add more sources
- Add more search options (remote work, visa sponsorship etc)
Contributing
- Fork it ( https://github.com/atipugin/findjobs/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request