Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix download method | Case Duckworth | 2022-06-08 |
| | | | | Thanks White_Rabbit! | ||
* | Special-case file: protocol (empty string allowed) | Case Duckworth | 2022-06-08 |
| | |||
* | Clarify comment | Case Duckworth | 2022-06-08 |
| | |||
* | Fix typo -- thanks White_Rabbit! | Case Duckworth | 2022-06-08 |
| | |||
* | Merge pull request 'Fix download link in alternative install method' (#12) ↵ | Case Duckworth | 2022-01-10 |
|\ | | | | | | | | | | | from haivets/bollux:main into main Reviewed-on: https://tildegit.org/acdw/bollux/pulls/12 | ||
| * | fix download link in alternative install method | M. Gardner | 2022-01-10 |
|/ | |||
* | Fix typo | Case Duckworth | 2021-12-11 |
| | | | | thanks bruno! | ||
* | Merge branch 'main' of tildegit.org:acdw/bollux | Case Duckworth | 2021-12-11 |
|\ | |||
| * | Update URL | Case Duckworth | 2021-04-27 |
| | | | | | | | | Thanks Sevan! | ||
| * | Update URL | Case Duckworth | 2021-04-27 |
| | | | | | | | | Thanks Sevan! | ||
* | | WTF re-re-format apparently | Case Duckworth | 2021-12-11 |
| | | |||
* | | Finally fix bruno's bug report | Case Duckworth | 2021-12-11 |
|/ | | | | | | | | | Thanks, bruno! Instead of escaping the brackets at all in KEY_BACK and KEY_FORWARD, I just put them in there raw. It's possible that this is a difference between Bash 4 and Bash 5, since I assume I tried it that way before, but I don't remember. Bug reports for Bash 4 users are welcome. | ||
* | Merge branch 'main' of https://tildegit.org/acdw/bollux | Case Duckworth | 2021-03-04 |
|\ | |||
| * | Move functions around for better sense and document more | Case Duckworth | 2021-03-04 |
| | | |||
* | | Fix a bug with name collision | Case Duckworth | 2021-03-04 |
|/ | |||
* | Still. More. Documentation. | Case Duckworth | 2021-03-03 |
| | |||
* | 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 |
| |