aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: adce52d4056a7af0cbeccdadeef6c17b3100c1ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Who is Hiring?
--------------

Search and browse job posts from Hacker News 'Who is Hiring?' threads as
markdown files -offline-.

'whoishiring.hs' downloads all root item posts on a Hacker News thread as
markdown files, allowing you to use -existing- filesystem tools to find the job
of your dreams.  It also offers a Tinder-like option for browsing the markdown
files via the 'decide' subcommand.
```
#./whoishiring.hs --help
Pull and browse Jobs posted on Hacker News

Usage: whoishiring.hs (pull | decide)

Available options:
  -h,--help                Show this help text

Available commands:
  pull                     download Hacker News job postings
  decide                   browse through Jobs in current directory
```

Requirements
============
  
  If stack is installed, it will pull all required dependencies.

  - [stack](https://docs.haskellstack.org/en/stable/README/)