about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* Unix file endingsCase Duckworth2021-02-26
|
* Add BOLLUX_PRE_DISPLAY and functionality (fix #1)Case Duckworth2021-02-26
| | | | | | | | | | | Configuration option: BOLLUX_PRE_DISPLAY - comma-separated list of following options: 'pre', 'alt', 'both' - default: 'pre,alt,both' Keybind: ` - when pressed, will cycle through the options in BOLLUX_PRE_DISPLAY Full documentation coming in the next commit.
* Reword commentCase Duckworth2021-02-26
|
* Shorten linesCase Duckworth2021-02-26
| | | | Wanted to make sure all lines are less than 80 characters.
* Disable shellcheck in usplitCase Duckworth2021-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 URLCase Duckworth2021-02-25
|
* Add -S to less_cmd (fix #9)Case Duckworth2021-02-25
| | | | Should keep from wrapping pre-formatted blocks.
* Run shfmt on the bufferCase Duckworth2021-02-25
|
* Merge pull request 'add shellcheck with drone' (#8) from ↵Case Duckworth2021-02-25
|\ | | | | | | | | | | | | | | | | | | ben/bollux:drone-shellcheck into main Reviewed-on: https://tildegit.org/acdw/bollux/pulls/8 Dope, thanks!! (Still learning ;) )
| * add drone shellcheck badgeBen Harris2021-02-25
| |
| * add shellcheck with droneBen Harris2021-02-25
|/
* Trap SIGINT: fixes #3Case Duckworth2021-02-25
|
* Update READMECase Duckworth2021-02-25
| | | | | - specify `less` version - change CONTRIBUTING notes
* Merge pull request 'change default install PREFIX to /usr/local' (#5) from ↵Case Duckworth2021-02-25
|\ | | | | | | | | | | ben/bollux:local-prefix into main Reviewed-on: https://tildegit.org/acdw/bollux/pulls/5
| * change default install PREFIX to /usr/localBen Harris2021-02-25
|/
* Change implementation of URL arrayCase Duckworth2020-06-18
|
* Handle unknown protocols better (by not handling them)Case Duckworth2020-06-08
|
* Reload page if no linksCase Duckworth2020-06-08
|
* Implement 'sleep' as a builtinCase Duckworth2020-06-08
|
* Set BOLLUX_URL on 3* status codesCase Duckworth2020-06-08
|
* Fix bye messageCase Duckworth2020-06-08
|
* Comment less invocationCase Duckworth2020-06-08
|
* Remove unneeded variablesCase Duckworth2020-06-08
|
* Fold text betterCase Duckworth2020-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 extglobCase Duckworth2020-06-08
|
* Log function nameCase Duckworth2020-06-08
|
* Notes for TOFUCase Duckworth2020-06-08
|
* Specify permissionsCase Duckworth2020-06-08
|
* Actually fix regression in MakefileCase Duckworth2020-06-08
|
* Fix MakefileCase Duckworth2020-06-08
|
* Escape URL queriesCase Duckworth2020-06-08
|
* Fix regression with BOLLUX_URL not being setCase Duckworth2020-06-08
|
* Change formatting of quotes and fix listCase Duckworth2020-06-08
|
* Add quote support to text/gemini typesettingCase Duckworth2020-06-08
|
* Add -servername to openssl commandCase Duckworth2020-06-07
|
* Fix makefileCase Duckworth2020-06-07
|
* Add commentsCase Duckworth2020-06-07
|
* Update manpageCase Duckworth2020-06-07
|
* Change display and keymapsCase Duckworth2020-06-07
|
* Comment unused optionsCase Duckworth2020-06-07
|
* Change less optionsCase Duckworth2020-06-07
|
* Support status code 11Case Duckworth2020-06-07
|
* Update READMECase Duckworth2020-06-07
|
* Update READMECase Duckworth2020-06-07
|
* Update documentationCase Duckworth2020-06-07
|
* Set timeoutCase Duckworth2020-06-07
|
* Add gophertypes 7 and hopefully others (download)Case Duckworth2020-06-04
|
* Add gopher support; clean upCase Duckworth2020-06-04
|
* Version bumpCase Duckworth2020-06-03
|
* Update docsCase Duckworth2020-06-03
|