summary refs log tree commit diff
path: root/README.md
blob: c4ea5cfd396e0bf758130ec3bde55f475baee90a (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
# cbink

a simple c client for the [bink](https://git.tilde.town/nebula/bink)
microblogging platform.  there is no central server, only files in
`/home/*/.bink`, named after the number of nanoseconds since the unix
epoch at the time of their creation.

## dependencies

* make (posix should be fine)
* a c11-compatible c compiler
* libncursesw (with unicode support)

## keyboard shortcuts

* `k` / `Up` --- up
* `j` / `Down` -- down
* `d` / `Space` / `PageDown` / `Ctrl-D` --- page down
* `b` / `u` / `PageUp` / `Ctrl-U` --- page up
* `g` / `Home` -- top of feed
* `G` / `End` -- bottom of feed
* `r` -- refresh feed
* `c` -- create new post
* `v` -- view post at top of window in `less(1)`
* `e` -- edit post at top of window (must be yours)