Commit Graph

101 Commits

Author SHA1 Message Date
sloum
89095351a8 Fixes help to take an optional action as a value to get syntax for a given command 2020-10-31 22:05:27 -07:00
7dc68a18bf Corrected several issues identified during review 2020-09-14 06:17:54 +10:00
86ba01b1d9 Updated branch, reduced to implementing improved error messages 2020-09-11 14:30:17 +10:00
568de7d3b3 Merge branch 'develop' into improve-command-error-messages 2020-09-10 14:49:00 +10:00
99fb1ce20b Solves merge conflicts with target 2020-07-09 21:45:58 -07:00
44dc3f5029 Merge branch 'release2.3.2' into fixes-relative-redirects 2020-07-10 00:38:17 -04:00
d7a65e6679 Allows for relative redirects 2020-07-02 14:47:38 -07:00
b6207c7b96 Merge branch 'release2.3.2' of https://tildegit.org/sloum/bombadillo into remove-client-certs 2020-07-02 11:51:37 -07:00
21e87706aa Removes gemini client certificate support from Bombadillo 2020-07-02 11:51:07 -07:00
df3b03c661 Merge branch 'release2.3.2' into timeout-setting 2020-07-01 22:39:01 -04:00
185c62f272 Adds timeout config option 2020-06-29 22:19:14 -07:00
d2c8af2a08 Page content now renders to the entire terminal width 2020-06-23 14:56:10 +10:00
3ffd878ad6 Working help requests! 2020-06-21 10:16:05 -07:00
4a297490c1 Adds better error messaging for commands and starts the help documentation 2020-06-20 22:33:59 -07:00
b8721366a2 Merge pull request 'Alternative way of rendering when bookmarks are not open' (#167) from rendering-fix into release-2.3.1
Since this has been reviewed as functional I am merging into the release branch. There will be another opportunity to review, if need be, for the release branch when a PR is made into `develop`.
2020-05-28 00:50:47 -04:00
sloum
0227523487 Adds query escaping 2020-05-25 19:43:19 -07:00
sloum
f47f6597f4 Adds in the correct variable when checking for existing querystring value 2020-05-25 19:12:52 -07:00
sloum
c9d634499b Alternative way of rendering when bookmarks are not open 2020-05-25 09:49:34 -07:00
sloum
90cf1d6681 Resolves merge conflict 2020-05-24 09:39:29 -07:00
sloum
0d8b3e015b Fixes querystring chaining issue 2020-05-24 07:45:34 -07:00
e3e2afc4fc Replace calls to stty with syscalls
- Move termios-related functionality to its own package
- Reimplement stty calls using ioctl calls
- Add per-platform constants for linux and non-linux because the ioctl
  enums are different. The enums in Darwin seem to come from BSD and so
  I'm assuming they might also work for other operating systems. If not,
  we'll need to add other build-constrained const files.

This code has been tested on Darwin and will be tested on Linux before
merging.
2020-05-24 09:25:38 +03:00
ba38b78ca6 Merge pull request 'Adds option to handle preformatted code blocks in different ways for gemini' (#148) from gemini-alt-text into release-2.3.0 2020-05-22 17:49:58 -04:00
sloum
0257ca92b1 Adds clarification to man page and removes old comment 2020-05-19 14:40:56 -07:00
sloum
64590f53e7 Resolved merge conflict 2020-05-18 20:14:32 -07:00
sloum
b9057508d9 Reworks how relative URLs are handled for gemini 2020-05-18 20:10:02 -07:00
sloum
b23b9b3121 Fixes the workflow for allowing alt text and handling preformatted blocks 2020-05-17 21:36:49 -07:00
sloum
a23e0026fa Adds command aliasing to vim keys for forward and back 2020-05-15 17:32:08 -07:00
sloum
c58b40def2 Removes goroutines in search that were causing input issues on gemini cgi scripts 2020-05-14 08:28:39 -07:00
sloum
9af1a4d642 Adds quick-link navigation by number keys 2020-04-12 22:53:08 -07:00
sloum
996e209c50 Leaves a note re: improving render speeds 2020-02-13 22:46:39 -08:00
sloum
c9765bf0fa Adds lo-fi image rendering to Bombadillo 2020-02-13 21:26:23 -08:00
sloumdrone
ef36895c5d Removes dead code 2020-01-04 10:58:56 -08:00
sloumdrone
10f28027dc Working search 2019-12-18 22:17:52 -08:00
sloumdrone
9e7ac3c866 Finally solved infuriating rendering issue 2019-12-17 22:32:45 -08:00
sloumdrone
f68996decf Beginnings of text search... semi-working 2019-12-16 22:18:28 -08:00
sloumdrone
021678d9da Adds support for a new color theme mode 2019-12-10 21:56:41 -08:00
sloumdrone
275f7928ea Fixes logic to not be based on length, but on position 2019-12-07 22:20:33 -08:00
sloumdrone
2c9c00ab8d Makes the first history position reloadable 2019-12-06 21:53:21 -08:00
sloumdrone
fde463be0f Removes unnecessary variable from exit routine 2019-12-05 22:01:22 -08:00
sloumdrone
6f0be3b4e4 Adds visible error handling for bad exits and improves exit code use 2019-12-05 21:46:31 -08:00
9880fdffd0 Merge branch 'remove-getCurrentPage-' of sloum/bombadillo into develop 2019-11-28 14:54:19 -05:00
67293823e0 Change c.Visit(u) call to blocking, from goroutine 2019-11-27 18:37:39 +11:00
ebd33c6dbd Remove unused functions getCurrentPageRawData & getCurrentPageUrl 2019-11-26 12:24:16 +11:00
Brian Evans
26c4b176c0 Updates the set command to disallow configlocation and updates associated man apge entry 2019-11-18 15:44:32 -08:00
Brian Evans
3ee7bd9c7b Makes local protocol navigable 2019-11-15 14:48:50 -08:00
9d29acc8e8 Review of webmode, corrections to error messages and comments 2019-11-14 21:22:17 +11:00
sloumdrone
28c2d6b277 Diversifies the web rendering backends and removes confusing configuration options 2019-11-13 22:23:57 -08:00
bf446289f1 Merge branch 'fix-footbar' of sloum/bombadillo into develop
Fixes #88
2019-11-13 20:07:12 -05:00
Brian Evans
0b63b85a1a HOT FIX: Solves issue where input bar disappears on empty search input 2019-11-13 11:25:13 -08:00
sloumdrone
4ae093d3e3 Adds in missing calls to draw the message 2019-11-12 21:16:19 -08:00