Project

findjobs

0.0
No commit activity in last 3 years
No release in over 3 years
Simple CLI to help you find your next job.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.9.0
~> 1.9
~> 4.5.0
~> 2.1.0
~> 0.10.1
~> 10.0
~> 3.3.0
~> 0.34.0

Runtime

~> 0.17.1.2
~> 0.7.7
~> 4.3.5
~> 2.0.0
~> 1.0.5
 Project Readme

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