about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAge
* Update README mainCase Duckworth2023-09-05
|
* Add link to lessCase Duckworth2022-08-09
|
* Remove spurious mklesskey callCase Duckworth2022-08-09
|
* Rewrite mklesskey to fix #13Case Duckworth2022-08-09
|
* Fix download methodCase Duckworth2022-06-08
| | | | Thanks White_Rabbit!
* Special-case file: protocol (empty string allowed)Case Duckworth2022-06-08
|
* Clarify commentCase Duckworth2022-06-08
|
* Fix typo -- thanks White_Rabbit!Case Duckworth2022-06-08
|
* Merge pull request 'Fix download link in alternative install method' (#12) ↵Case Duckworth2022-01-10
|\ | | | | | | | | | | from haivets/bollux:main into main Reviewed-on: https://tildegit.org/acdw/bollux/pulls/12
| * fix download link in alternative install methodM. Gardner2022-01-10
|/
* Fix typoCase Duckworth2021-12-11
| | | | thanks bruno!
* Merge branch 'main' of tildegit.org:acdw/bolluxCase Duckworth2021-12-11
|\
| * Update URLCase Duckworth2021-04-27
| | | | | | | | Thanks Sevan!
| * Update URLCase Duckworth2021-04-27
| | | | | | | | Thanks Sevan!
* | WTF re-re-format apparentlyCase Duckworth2021-12-11
| |
* | Finally fix bruno's bug reportCase Duckworth2021-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/bolluxCase Duckworth2021-03-04
|\
| * Move functions around for better sense and document moreCase Duckworth2021-03-04
| |
* | Fix a bug with name collisionCase Duckworth2021-03-04
|/
* Still. More. Documentation.Case Duckworth2021-03-03
|
* Keep documentingCase Duckworth2021-03-03
|
* Allow for customizing default gemini & gopher portsCase Duckworth2021-03-03
|
* More documentationCase Duckworth2021-03-02
|
* Document some moreCase Duckworth2021-03-02
|
* Fix tiny bugsCase Duckworth2021-03-02
| | | | The rubber ducky method works!!
* Make shfmt happyCase Duckworth2021-03-02
| | | | The (C-c) pissed it off for some reason .. and it's only on the upstairs machine..
* Add commentaryCase Duckworth2021-03-02
|
* Bump versionCase Duckworth2021-03-02
|
* Update man pagesCase Duckworth2021-03-01
|
* Enable customization of keybindingsCase Duckworth2021-03-01
|
* Fix another XDG dirCase Duckworth2021-03-01
| | | | ... sigh.
* Add README install advice to remove /usr/bin/bolluxCase Duckworth2021-02-27
|
* Change default T_PRE_DISPLAY to both,pre,altCase Duckworth2021-02-27
|
* Change default pre-cycle to 'p'Case Duckworth2021-02-27
|
* Make shellcheck happyCase Duckworth2021-02-27
|
* HOTFIX: actually LOAD the config fileCase Duckworth2021-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; documentCase Duckworth2021-02-26
| | | | It's really a typesetting option, so I changed the namespace.
* 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