1
0
Fork 0
Commit Graph

53 Commits

Author SHA1 Message Date
Marc Ransome 6a92dd336b
Update URLs for official Project Gemini capsule (#342)
* Update URLs for official Project Gemini capsule

* Update disabled tests
2023-11-03 11:34:18 -04:00
Emily 00541a435d
add confirmation prompts for url schemes (#302)
* add confirmation prompts for url schemes

This commit adds a confirmation prompt before following urls with
with certain schemes.
Wether or not a scheme requires confirmation can be configured in the
new `[url-promps]` section.

* Use other instead of default

* Use other instead of default

Co-authored-by: makeworld <makeworld@protonmail.com>
2022-04-25 21:01:08 -04:00
makeworld cabc0660fd New theme key: `include`
Fixes #154
2021-12-28 19:43:24 -05:00
makeworld 33bf9603b5 Keybinding to open URL with URL handler instead of proxy
Fixes #143
2021-12-28 17:35:08 -05:00
makeworld 7318283aef Add subscriptions.header config option
Fixes #191
2021-12-23 14:18:18 -05:00
makeworld eab0a6a626 Support restricting client certs to subpaths
Fixes #115
2021-12-23 00:23:06 -05:00
makeworld 034b4c019d Center text, fixes #233 2021-12-22 20:36:12 -05:00
mntn 77e3dbed87
Add Chroma support for syntax highlighting (#263) 2021-12-10 23:09:31 -05:00
makeworld 043242392c Accept spaces in paths for url-handlers config
Fixes #214
2021-12-07 15:56:12 -05:00
makeworld 97ee1aa368 Use default application to open unknown schemes
Fixes #207
2021-12-07 15:28:34 -05:00
makeworld 2e1049b8ab Default to using the user's terminal theme colors
Issue #181
2021-12-03 14:58:02 -05:00
makeworld 5098f125a1 Underline non-gemini links for color blind users
Fixes #189
2021-12-03 11:45:36 -05:00
Michael McDonagh 3929c9704e
Fix issue 244 (#245)
Co-authored-by: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com>
2021-08-10 15:03:34 -04:00
makeworld ed36eee83c 🐛 Capture all scrolling keys 2021-05-14 18:09:04 -04:00
Himanshu 9337f63ed2
Add option for custom keybinds for navigation (#222)
Co-authored-by: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com>
2021-04-21 21:59:05 -04:00
lostleonardo 40e9d2106a
Adding bindings to yank the current URL and the selected URL (#225) 2021-04-20 17:00:34 -04:00
makeworld 0884dbeb2d 💬 Change default search to geminispace.info 2021-03-08 14:23:49 -05:00
makeworld 180d108827 🔥 Removed favicon support - fixes #199 2021-02-22 17:41:48 -05:00
makeworld d369704506 🔧 List all keybindings - fixes #190 2021-02-17 15:25:05 -05:00
makeworld 9198572f34
cview update (#107)
Co-authored-by: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com>
Co-authored-by: Stephen Robinson <stephen@drsudo.net>
Co-authored-by: Trevor Slocum <trevor@rocketnine.space>
Co-authored-by: Stephen Robinson <sudobash1@users.noreply.github.com>
2021-02-17 14:17:13 -05:00
makeworld bf47a1d57a Support streaming; error if cmd or types are empty 2020-12-24 23:38:12 -05:00
makeworld 9ed1c638a4 Cleanup config and README 2020-12-24 16:52:04 -05:00
makeworld 7c2f59fcdc Merge branch 'master' into mediatype-handlers 2020-12-24 16:40:10 -05:00
Jeff f10337e429
Keybinding system for global keys (#135)
Co-authored-by: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com>
2020-12-24 16:13:38 -05:00
makeworld b6ad49dfb0 Add cache time limit
Fixes #110
2020-12-20 15:54:47 -05:00
Stephen Robinson 0df5effdcf
Mediatypes support (#134)
Co-authored-by: makeworld <25111343+makeworld-the-better-one@users.noreply.github.com>
Co-authored-by: Stephen Robinson <stephen@drsudo.com>
2020-12-14 14:28:07 -05:00
makeworld d0c8184cc0 Merge branch 'master' into feeds 2020-12-06 22:11:05 -05:00
makeworld dd7550dffb Add pagination 2020-12-06 20:57:57 -05:00
p1gp1g cafbb5c4c1
show links (#133)
Co-authored-by: pigpig <pigpig@pig.pig>
2020-12-01 14:00:01 -05:00
makeworld f6e89fdaa1 Switch subscription-based naming 2020-11-27 17:01:29 -05:00
makeworld ba28b2b5f9 Merge branch 'master' into feeds 2020-11-23 21:11:51 -05:00
makeworld 73bd071753 🔧 Use single quotes for commands and paths in config 2020-11-19 20:49:16 -05:00
makeworld 12321f82a7 Update every X minutes with X workers 2020-11-18 21:24:26 -05:00
makeworld cf5e65f75a 🚧 Adding & displaying feeds/pages works
See NOTES.md for things still left
2020-11-17 20:56:15 -05:00
makeworld 819023daec 🐛 Support ANSI color codes in preformatted blocks 2020-11-04 20:31:04 -05:00
makeworld b3482d3a09 🐛 Fixes #77 2020-11-04 18:35:56 -05:00
makeworld 424ce099dd 📝 Update changelog and config for #112 2020-11-04 16:45:34 -05:00
Trevor Slocum 4e26a51741
Allow specifying a client certificate (#112) 2020-11-04 16:37:00 -05:00
Jansen Price 7b27bd02dd
Strip ANSI codes from page based on config - fixes #79 (#86) 2020-09-04 12:42:01 -04:00
makeworld 30873e1b0b 🐛 Fix empty proxy bug, start on #80 2020-09-01 14:55:52 -04:00
makeworld 164ed98588 Proxy support 2020-08-27 22:40:40 -04:00
Sotiris Papatheodorou 4452fcfec6
Add option to automatically follow redirects (#75)
Co-authored-by: makeworld
2020-08-27 18:55:42 -04:00
Sotiris Papatheodorou 6c3583b1ac
Add option to open unknown URLs (#74) 2020-08-27 18:02:19 -04:00
makeworld 70438cfdb5 🔧 Use shift_numbers - #64 2020-08-06 13:55:43 -04:00
makeworld edd128e7c5 🎨 Rename page cache funcs 2020-08-04 21:05:12 -04:00
makeworld 56a56896c9 Themeing support 2020-07-28 16:58:32 -04:00
makeworld 7fe78f4d6b Response size and time limit - fixes #30 2020-07-10 15:33:39 -04:00
makeworld 39fa7c6a8b 🚧 Downloading pages works - #38 2020-07-09 19:28:39 -04:00
makeworld f00fbce7f9 🐛 Fixed link highlighting when wrapped 2020-07-09 15:21:09 -04:00
makeworld cfe58cb5f3 Add bookmarks! - fixes #10 fixes #13 2020-06-23 20:07:25 -04:00