Gitjob 💻 - Github jobs at your terminal

Gitjob :computer: is a simple cli tool that lets you look for Github jobs from around the world right in your terminal.

I created this node based CLI tool just to teach myself how to build command line apps from total scratch only through research.Thought you guys might like it too.
So please give it a look and let me know your thoughts on this.

The commands available are:

  • gitjob : this will return all type of job opening from all around.
  • gitjob <city> <language> :This is location + language specific command to look for jobs at specific location only
  • (ex: gitjob london python)

Install this tool using npm :
npm install -g gitjob

Github job api does not support some specific location so bear with it.[Still looking for a walk around for this.

[Note : Also if you want to contribute to this project.Then you start by submitting an issue in the repo.The file structure is not very confusing]

(star this repo if you liked the idea❤)

Here is the project link :point_right: GitHub - rocktimsaikia/git-job: 💻 Look for Github jobs right from your terminal

2 Likes

Great idea. I might have to check it out! :clap:

1 Like

Thanks there :innocent: . Also if you want to contribute to this project.You’re more than welcome as this tool is in its’s initial stage .Anyone with some cli app development and ES6 experience can make contribution.

:clap: Looks like a really nice project to make! How long did it take you to make it?

1 Like

it took me about 3 days i think. the base idea is quite simple but the issues i faced while testing it with different terminals as i am using chalk library here .And chalk does not actually works the same way with all the terminals as it does with command prompt so had to do some research to walk around problems like that. but ultimately i learned a ton a of things with it.:slightly_smiling_face:

1 Like

Very nice, good work.

1 Like

thank you :slightly_smiling_face: glad you liked it :raised_hands: it would be great if you star :star: it in github

1 Like