-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHaxor-news.txt
54 lines (40 loc) · 1.43 KB
/
Haxor-news.txt
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Content-Type: text/x-zim-wiki
Wiki-Format: zim 0.4
Creation-Date: 2017-02-09T23:33:20+01:00
====== Haxor-news ======
Created Thursday 09 February 2017
**Really badass way to get your daily knowledge. **
== Installation ==
$ yaourt -S haxor-news
===== Usage =====
**# You'll never again look like a lazy browser - none questions you in the terminal!^**
== List Posts ==
**# There are several of categories to list; **//Top, Best, Show, Ask, Jobs, New//** and **//Onion//
**# Ex, to show the top posts**
$ hn top
**# Listing post is by default set to 10 posts, unless specified**
**#** **Ex, to show 50 (top) posts**
$ hn top 50
== Open Post ==
**# Once you've found an interesting subject, open it with **//view//
**# Ex, to open post no. 9**
$ hn view 9
== Comments ==
**# You could check if there was any good comment to the post**
**# Ex, for post no. 9 again**
$ hn view 9 -c | less -r
**# Or to filter most recent comments first**
$ hn view 9 -cr | less -r
== Hiring and Freelancers ==
**# For the monthly hiring posts, you can use Regex Filters**
**# **//(?i) //**= Case Sensitive**
$ hn hiring "(?i)PHP|HTML"
**# HN also hosts monthly freelancers post and their availabilities - same Regex rules counts here**
$ hn freelancer "(?i)JavaScript|Node"
== Users ==
**# To view user info, ex. for User ID 10**
$ hn user 10
== Open in Browser ==
**# To view the post in your default browser instead, append **//-b//
**# Ex, for post no. 9**
$ hn view 9 -b