jobcannon

package module
v0.0.0-...-33df4e0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 4, 2022 License: MIT Imports: 0 Imported by: 0

README

Job Cannon

Oh, get a job? Just get a job? Why don't I strap on my job helmet and squeeze down into a job cannon and fire off into job land, where jobs grow on jobbies?!

— Charlie Kelly

Video of Charlie Kelly from the Always Sunny in Philadelphia TV show ranting about jobs

So Why Do?

Job Cannon helps the enterprising job seeker to sort, filter and record interest in job postings on Hackernews' monthly whoishiring stories e.g: Ask HN: Who is hiring? (February 2022)

As I was looking for a job, I found that as new job postings were arriving, I was having difficulty tracking what I'd seen before, and opening links to bookmark resulted in me losing context pretty quickly.

When run, it will present the user with a backlog of job postings that can be marked as interesting or not-interesting. Answers are stored under $YOUR_CONFIG_DIR/jobcannon.

Image depicting jobcannon being run in the terminal showing a job and a prompt to express interest.

Future Plans

  • Displaying Job Postings in readable manner
  • A TUI for easy expression of interest and reviewing
  • More clear separation of different whoishiring stories
  • Keyword searching
  • Smart ordering of the backlog by some real smart AI/ML based on your keywords

Image depicting the Scooby Doo gang unmasking Artificial Intelligence to discover it is a series of If conditionals.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Catalog

type Catalog struct {
	Id     CatalogId
	JobIds []JobId
}

type CatalogId

type CatalogId int

type ExpressionOfInterest

type ExpressionOfInterest struct {
	CatalogId  CatalogId
	JobId      JobId
	By         string
	Text       string
	Interested bool
}

type Job

type Job struct {
	Id   JobId
	By   string
	Text string
}

type JobId

type JobId int

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL