diff options
author | Case Duckworth | 2020-06-03 08:17:34 -0500 |
---|---|---|
committer | Case Duckworth | 2020-06-03 08:17:34 -0500 |
commit | 22f2cf07c960cf0fb3234a89f440ca0cb81abe19 (patch) | |
tree | b2aba5a2c434757164b7778401aa89fb673db47a | |
parent | Add G bind (diff) | |
download | bollux-22f2cf07c960cf0fb3234a89f440ca0cb81abe19.tar.gz bollux-22f2cf07c960cf0fb3234a89f440ca0cb81abe19.zip |
Update docs
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | bollux.1 | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md index 07ddde5..07b4252 100644 --- a/README.md +++ b/README.md | |||
@@ -27,6 +27,15 @@ inspired by | |||
27 | * implement TOFU? | 27 | * implement TOFU? |
28 | * recognize more protocols | 28 | * recognize more protocols |
29 | 29 | ||
30 | # DEPENDENCIES | ||
31 | |||
32 | * bash >= 4.0 | ||
33 | * iconv | ||
34 | * openssl | ||
35 | * gawk | ||
36 | * less | ||
37 | * dd | ||
38 | |||
30 | # INSTALL | 39 | # INSTALL |
31 | 40 | ||
32 | ## From source | 41 | ## From source |
diff --git a/bollux.1 b/bollux.1 index 92dd51c..08a8d82 100644 --- a/bollux.1 +++ b/bollux.1 | |||
@@ -49,6 +49,9 @@ open a link on the current page | |||
49 | .B g | 49 | .B g |
50 | goto a new URL | 50 | goto a new URL |
51 | .TP | 51 | .TP |
52 | .B G | ||
53 | goto a new URL - with current URL pre-filled | ||
54 | .TP | ||
52 | .B r | 55 | .B r |
53 | refresh the current page | 56 | refresh the current page |
54 | .TP | 57 | .TP |