- Some galaxy or other...
- https://sloum.colorfield.space/
-
I have more repos here: https://git.rawtext.club/sloum
- Joined on Dec 15, 2018
sloum commented on issue sloum/bombadillo#219
User defined keyboard shortcutsNot on the fly. It is _really_ easy to modify that particular section of the code and recompile though. Go [here](https://tildegit.org/sloum/bombadillo/src/branch/master/client.go#L144) to see the…
3 months ago
sloum commented on issue sloum/bombadillo#218
rendering issue with version 2.4.0`2.4.0` adds a `maxwidth` configuration option. cat's header art for their gopher hole is particularly wide (more than 90 columns, which -as a sidenote- is odd in gopher). What is happening is…
3 months ago
sloum pushed tag 2.4.0 to sloum/bombadillo
4 months ago
sloum released "Version 2.4.0" at sloum/bombadillo
4 months ago
sloum pushed to master at sloum/bombadillo
-
30e550c183 Merge pull request 'Release to master 2.4.0' (#217) from develop into master
-
df99584222 Merge pull request 'release-2.4.0' (#215) from release-2.4.0 into develop
-
93cf4321d4 Last minute update to add information about the maxwidth setting to the manpage
-
5a91f4ac94 Merge pull request 'Better word wrapping' (#214) from raidancampbell/bombadillo:master into release-2.4.0
-
2a254a42ff Merge pull request 'Adds UP hot key' (#213) from up-dir into release-2.4.0
- Compare 15 commits »
4 months ago
sloum pushed to develop at sloum/bombadillo
-
df99584222 Merge pull request 'release-2.4.0' (#215) from release-2.4.0 into develop
-
93cf4321d4 Last minute update to add information about the maxwidth setting to the manpage
-
5a91f4ac94 Merge pull request 'Better word wrapping' (#214) from raidancampbell/bombadillo:master into release-2.4.0
-
2a254a42ff Merge pull request 'Adds UP hot key' (#213) from up-dir into release-2.4.0
-
1bef2e51a1 when wrapping, omit leading whitespace created if the wrap occurs at a space char
- Compare 18 commits »
4 months ago
sloum commented on issue sloum/bombadillo#216
percent encoded spaces break linksI think it accidentally submitted a comment that was just a draft that I did not intend to send, so you may have gotten an e-mail with it. Sorry, if so. It was not meant to be sent. I am…
4 months ago
sloum commented on issue sloum/bombadillo#216
percent encoded spaces break linksI am actually not sure that this is an actual issue. I agree it is broken... but it is more of an incompatibility between gopher and gemini. Gopher does not percent encode links. They do notuse…
4 months ago
sloum pushed to release-2.4.0 at sloum/bombadillo
-
93cf4321d4 Last minute update to add information about the maxwidth setting to the manpage
5 months ago
sloum pushed to release-2.4.0 at sloum/bombadillo
-
5a91f4ac94 Merge pull request 'Better word wrapping' (#214) from raidancampbell/bombadillo:master into release-2.4.0
-
1bef2e51a1 when wrapping, omit leading whitespace created if the wrap occurs at a space char
-
070f7eb6ba extract logic for reading maxwidth config into a function: now safely handles fallbacks for missing or malformed configuration
-
dac13e1669 soft wrap between words
-
984fb4eb2f max width for softwraping now configured via maxwidth configuration item: default or invalid value falls back to previous 100 column
- Compare 5 commits »
5 months ago
sloum pushed to release-2.4.0 at sloum/bombadillo
-
2a254a42ff Merge pull request 'Adds UP hot key' (#213) from up-dir into release-2.4.0
-
ceb83eb5e3 Merge branch 'release-2.4.0' into up-dir
-
d747249069 Adds UP hot key
- Compare 3 commits »
5 months ago
sloum commented on pull request sloum/bombadillo#214
Better word wrappingSounds great! I probably wont get around to merging and working through the release until next week, but this is great! I'm not too worried about amazingly clean/performant (you've seen the…
5 months ago
sloum commented on pull request sloum/bombadillo#214
Better word wrappingOk. I have built this. Looks great! Updating the width with `:set maxwidth 60` or the like works well and the word wrapping is great! I don't want to put more work on you, but if you wanted to…
5 months ago