diff options
-rw-r--r-- | README.md | 38 | ||||
-rwxr-xr-x | bollux | 2 |
2 files changed, 29 insertions, 11 deletions
diff --git a/README.md b/README.md index c987eed..07ddde5 100644 --- a/README.md +++ b/README.md | |||
@@ -2,11 +2,9 @@ | |||
2 | 2 | ||
3 | inspired by | 3 | inspired by |
4 | 4 | ||
5 | => https://github.com/dylanaraps/birch birch | 5 | * [birch](https://github.com/dylanaraps/birch) |
6 | 6 | * [castor](https://git.sr.ht/~julienxx/castor) | |
7 | => https://git.sr.ht/~julienxx/castor castor | 7 | * [gemini](https://gemini.circumlunar.space/) |
8 | |||
9 | => https://gemini.circumlunar.space/ gemini | ||
10 | 8 | ||
11 | # CAPABILITIES | 9 | # CAPABILITIES |
12 | 10 | ||
@@ -20,14 +18,35 @@ inspired by | |||
20 | 18 | ||
21 | # STILL TO DO | 19 | # STILL TO DO |
22 | 20 | ||
21 | * history -- | ||
22 | SEE the [history branch](https://git.sr.ht/~acdw/bollux/tree/history) | ||
23 | * test configuring capabilities | 23 | * test configuring capabilities |
24 | * bookmarks | 24 | * bookmarks |
25 | * history | ||
26 | * mailcap something | 25 | * mailcap something |
27 | * generate certificates? | 26 | * generate certificates? |
28 | * implement TOFU? | 27 | * implement TOFU? |
29 | * recognize more protocols | 28 | * recognize more protocols |
30 | 29 | ||
30 | # INSTALL | ||
31 | |||
32 | ## From source | ||
33 | |||
34 | ``` | ||
35 | $ git clone https://git.sr.ht/~acdw/bollux | ||
36 | $ cd bollux | ||
37 | # make install | ||
38 | ``` | ||
39 | |||
40 | ## Alternative | ||
41 | |||
42 | ``` | ||
43 | $ curl -fLo bollux https://git.sr.ht/~acdw/bollux/blob/0.2.2/bollux | ||
44 | $ chmod +x bollux | ||
45 | $ ./bollux | ||
46 | ``` | ||
47 | |||
48 | It's a bash script, so just plop it in your $PATH somewhere. | ||
49 | |||
31 | # LICENSE | 50 | # LICENSE |
32 | 51 | ||
33 | MIT | 52 | MIT |
@@ -35,9 +54,6 @@ MIT | |||
35 | # CONTRIBUTING | 54 | # CONTRIBUTING |
36 | 55 | ||
37 | Feel free to write to my | 56 | Feel free to write to my |
38 | 57 | [public inbox](https://lists.sr.ht/~acdw/public-inbox) | |
39 | => https://lists.sr.ht/~acdw/public-inbox public inbox | ||
40 | |||
41 | with changes you'd like to make, or submit an issue to the | 58 | with changes you'd like to make, or submit an issue to the |
42 | 59 | [ticket tracker.](https://todo.sr.ht/~acdw/bollux) | |
43 | => https://todo.sr.ht/~acdw/bollux ticket tracker. | ||
diff --git a/bollux b/bollux index ed5c71b..9055b5d 100755 --- a/bollux +++ b/bollux | |||
@@ -425,6 +425,8 @@ mklesskey() { | |||
425 | [ quit 2 # 50 back | 425 | [ quit 2 # 50 back |
426 | ] quit 3 # 51 forward | 426 | ] quit 3 # 51 forward |
427 | r quit 4 # 52 re-request / download | 427 | r quit 4 # 52 re-request / download |
428 | # other keybinds | ||
429 | \40 forw-screen-force | ||
428 | END | 430 | END |
429 | } | 431 | } |
430 | 432 | ||