Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reword comment | Case Duckworth | 2021-02-26 |
| | |||
* | Shorten lines | Case Duckworth | 2021-02-26 |
| | | | | Wanted to make sure all lines are less than 80 characters. | ||
* | Disable shellcheck in usplit | Case Duckworth | 2021-02-25 |
| | | | | | | The local variables aren't picked up by shellcheck because of the printf level of indirection I do later in the function, which is the reason /why/ I use a variable in the first argument to printf. | ||
* | Correct URL | Case Duckworth | 2021-02-25 |
| | |||
* | Add -S to less_cmd (fix #9) | Case Duckworth | 2021-02-25 |
| | | | | Should keep from wrapping pre-formatted blocks. | ||
* | Run shfmt on the buffer | Case Duckworth | 2021-02-25 |
| | |||
* | Merge pull request 'add shellcheck with drone' (#8) from ↵ | Case Duckworth | 2021-02-25 |
|\ | | | | | | | | | | | | | | | | | | | ben/bollux:drone-shellcheck into main Reviewed-on: https://tildegit.org/acdw/bollux/pulls/8 Dope, thanks!! (Still learning ;) ) | ||
| * | add drone shellcheck badge | Ben Harris | 2021-02-25 |
| | | |||
| * | add shellcheck with drone | Ben Harris | 2021-02-25 |
|/ | |||
* | Trap SIGINT: fixes #3 | Case Duckworth | 2021-02-25 |
| | |||
* | Update README | Case Duckworth | 2021-02-25 |
| | | | | | - specify `less` version - change CONTRIBUTING notes | ||
* | Merge pull request 'change default install PREFIX to /usr/local' (#5) from ↵ | Case Duckworth | 2021-02-25 |
|\ | | | | | | | | | | | ben/bollux:local-prefix into main Reviewed-on: https://tildegit.org/acdw/bollux/pulls/5 | ||
| * | change default install PREFIX to /usr/local | Ben Harris | 2021-02-25 |
|/ | |||
* | Change implementation of URL array | Case Duckworth | 2020-06-18 |
| | |||
* | Handle unknown protocols better (by not handling them) | Case Duckworth | 2020-06-08 |
| | |||
* | Reload page if no links | Case Duckworth | 2020-06-08 |
| | |||
* | Implement 'sleep' as a builtin | Case Duckworth | 2020-06-08 |
| | |||
* | Set BOLLUX_URL on 3* status codes | Case Duckworth | 2020-06-08 |
| | |||
* | Fix bye message | Case Duckworth | 2020-06-08 |
| | |||
* | Comment less invocation | Case Duckworth | 2020-06-08 |
| | |||
* | Remove unneeded variables | Case Duckworth | 2020-06-08 |
| | |||
* | Fold text better | Case Duckworth | 2020-06-08 |
| | | | | | | | `fold_line` now has a lot of options that determine how to fold the text so that each line can be separately styled with ANSI escapes. It turns out that `less` only styles the first line of multi-line blocks that are ANSI-escaped, so this was necessary to make it look "good." | ||
* | Enable extglob on extglob | Case Duckworth | 2020-06-08 |
| | |||
* | Log function name | Case Duckworth | 2020-06-08 |
| | |||
* | Notes for TOFU | Case Duckworth | 2020-06-08 |
| | |||
* | Specify permissions | Case Duckworth | 2020-06-08 |
| | |||
* | Actually fix regression in Makefile | Case Duckworth | 2020-06-08 |
| | |||
* | Fix Makefile | Case Duckworth | 2020-06-08 |
| | |||
* | Escape URL queries | Case Duckworth | 2020-06-08 |
| | |||
* | Fix regression with BOLLUX_URL not being set | Case Duckworth | 2020-06-08 |
| | |||
* | Change formatting of quotes and fix list | Case Duckworth | 2020-06-08 |
| | |||
* | Add quote support to text/gemini typesetting | Case Duckworth | 2020-06-08 |
| | |||
* | Add -servername to openssl command | Case Duckworth | 2020-06-07 |
| | |||
* | Fix makefile | Case Duckworth | 2020-06-07 |
| | |||
* | Add comments | Case Duckworth | 2020-06-07 |
| | |||
* | Update manpage | Case Duckworth | 2020-06-07 |
| | |||
* | Change display and keymaps | Case Duckworth | 2020-06-07 |
| | |||
* | Comment unused options | Case Duckworth | 2020-06-07 |
| | |||
* | Change less options | Case Duckworth | 2020-06-07 |
| | |||
* | Support status code 11 | Case Duckworth | 2020-06-07 |
| | |||
* | Update README | Case Duckworth | 2020-06-07 |
| | |||
* | Update README | Case Duckworth | 2020-06-07 |
| | |||
* | Update documentation | Case Duckworth | 2020-06-07 |
| | |||
* | Set timeout | Case Duckworth | 2020-06-07 |
| | |||
* | Add gophertypes 7 and hopefully others (download) | Case Duckworth | 2020-06-04 |
| | |||
* | Add gopher support; clean up | Case Duckworth | 2020-06-04 |
| | |||
* | Version bump | Case Duckworth | 2020-06-03 |
| | |||
* | Update docs | Case Duckworth | 2020-06-03 |
| | |||
* | Add G bind | Case Duckworth | 2020-06-03 |
| | |||
* | Add back/forward binds to statusline | Case Duckworth | 2020-06-02 |
| |