Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Keep documenting | Case Duckworth | 2021-03-03 |
| | |||
* | Allow for customizing default gemini & gopher ports | Case Duckworth | 2021-03-03 |
| | |||
* | More documentation | Case Duckworth | 2021-03-02 |
| | |||
* | Document some more | Case Duckworth | 2021-03-02 |
| | |||
* | Fix tiny bugs | Case Duckworth | 2021-03-02 |
| | | | | The rubber ducky method works!! | ||
* | Make shfmt happy | Case Duckworth | 2021-03-02 |
| | | | | The (C-c) pissed it off for some reason .. and it's only on the upstairs machine.. | ||
* | Add commentary | Case Duckworth | 2021-03-02 |
| | |||
* | Bump version | Case Duckworth | 2021-03-02 |
| | |||
* | Update man pages | Case Duckworth | 2021-03-01 |
| | |||
* | Enable customization of keybindings | Case Duckworth | 2021-03-01 |
| | |||
* | Fix another XDG dir | Case Duckworth | 2021-03-01 |
| | | | | ... sigh. | ||
* | Add README install advice to remove /usr/bin/bollux | Case Duckworth | 2021-02-27 |
| | |||
* | Change default T_PRE_DISPLAY to both,pre,alt | Case Duckworth | 2021-02-27 |
| | |||
* | Change default pre-cycle to 'p' | Case Duckworth | 2021-02-27 |
| | |||
* | Make shellcheck happy | Case Duckworth | 2021-02-27 |
| | |||
* | HOTFIX: actually LOAD the config file | Case Duckworth | 2021-02-27 |
| | | | | | | | Bollux was trying to load the config from $XDG_CONFIG_DIR, which /isn't/ anything, so far as XDG is concerned. It's been fixed to XDG_CONFIG_HOME -- and I've added a DEBUG variable to make debugging stuff /even easier/ later. | ||
* | Change BOLLUX_PRE_DISPLAY to T_PRE_DISPLAY; document | Case Duckworth | 2021-02-26 |
| | | | | It's really a typesetting option, so I changed the namespace. | ||
* | Unix file endings | Case Duckworth | 2021-02-26 |
| | |||
* | Add BOLLUX_PRE_DISPLAY and functionality (fix #1) | Case Duckworth | 2021-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 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 |
| |