Skip to content

danclaudiupop/pyhackernews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyhackernews

mimicking HN look and feel in terminal

HN in terminal with tmux:

image

instalation and usage:

pip install pyhackernews

and then in terminal:

hn

configuration:

Custom keybindings can be defined in either:

$HOME/.pyhackernews

Or:

$HOME/.config/pyhackernews

Like so:

[Keys]
quit = q
open = o
tabopen = O
refresh = r
scroll_up = k
scroll_down = j
bottom = G

[Commands]
; %URL is a placeholder for where the actual URL will be inserted.
; Remove these if unused.

open = dwbremote :open %URL
tabopen = dwbremote :tabopen %URL

About

mimicking HN look and feel in terminal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages