chris west
|
38dff71ac0
|
prevent downloading internal pages, better error message
|
2023-04-09 15:17:30 -07:00 |
|
deadjakk
|
b29ea2cee4
|
added help line
|
2023-04-09 15:17:22 -07:00 |
|
deadjakk
|
cf2810af80
|
derived default filepath for download from url using parse_url
|
2023-04-09 15:17:22 -07:00 |
|
deadjakk
|
4a5328a14e
|
added ability to save the current url to a filepath
|
2023-04-09 15:17:22 -07:00 |
|
chris west
|
fb1b3d2185
|
disable/enable raw mode when suspending/resuming
|
2022-11-19 13:24:10 -08:00 |
|
chris west
|
8ebeb8dec9
|
add color themes
|
2022-11-13 21:43:43 -08:00 |
|
chris west
|
6861848217
|
add scroll config option and default to entire screen
|
2022-11-13 14:37:55 -08:00 |
|
chris west
|
4029fca177
|
add R keyboard shortcut to reload URL
|
2022-11-13 14:11:33 -08:00 |
|
chris west
|
7522427d71
|
appease clippy
|
2022-11-13 13:36:16 -08:00 |
|
walksanatora
|
e587fad0e6
|
autoplay feature so that media is automatically played
|
2022-10-27 23:12:30 -07:00 |
|
chris west
|
cf9e16650e
|
share config so we can modify it in views
|
2020-11-11 16:59:03 -08:00 |
|
chris west
|
400fe770a9
|
simplify status line & show cp439 in it
|
2020-11-11 15:36:43 -08:00 |
|
chris west
|
41324a0ff3
|
CP437 support
|
2020-11-11 15:36:43 -08:00 |
|
chris west
|
06344f734a
|
📎📎📎
|
2020-11-11 15:36:01 -08:00 |
|
chris west
|
993ce83800
|
fix clippyisms
|
2020-10-23 14:19:21 -07:00 |
|
chris west
|
1b02d330d9
|
fix reloading logic
|
2020-09-30 18:41:55 -07:00 |
|
chris west
|
6e55457f26
|
only redraw on F5, don't reload
|
2020-09-28 09:06:27 -07:00 |
|
chris west
|
5fb8f14586
|
Revert "F5 fully reloads page"
This reverts commit 2da3a20c4e .
|
2020-09-28 09:05:40 -07:00 |
|
chris west
|
2da3a20c4e
|
F5 fully reloads page
|
2020-09-26 12:40:17 -07:00 |
|
chris west
|
4d47287849
|
ctrl+u can reload the current page
|
2020-09-26 12:22:32 -07:00 |
|
chris west
|
ac77420ba9
|
hook up --media flag
|
2020-05-30 11:36:29 -07:00 |
|
chris west
|
b6cea29372
|
un-gate media feature
|
2020-05-30 11:12:48 -07:00 |
|
chris west
|
f8c808e8f3
|
prompt before opening media player
|
2020-05-23 12:48:28 -07:00 |
|
chris west
|
65c8403e0e
|
experimental media player support w/ media feature
|
2020-05-23 12:38:15 -07:00 |
|
chris west
|
88cc95c59f
|
don't quit parent when child receives SIGINT
|
2020-05-23 12:19:15 -07:00 |
|
chris west
|
1146f42174
|
raw mode in main. fixes panics
|
2020-05-14 11:25:49 -07:00 |
|
chris west
|
4e97579932
|
always shutdown() on drop()
|
2020-05-13 23:13:46 -07:00 |
|
chris west
|
d925124807
|
resize on SIGWINCH
|
2020-05-13 13:23:14 -07:00 |
|
chris west
|
1b1d1fc8f3
|
use channels for keyboard events
this fixes the 'cancel download' bug
|
2020-05-13 12:52:52 -07:00 |
|
chris west
|
2ccd55dad7
|
note
|
2020-05-13 12:19:48 -07:00 |
|
chris west
|
a4fd553431
|
start wrapping termion
|
2020-02-05 14:20:46 -08:00 |
|
chris west
|
24ba3fb636
|
Page -> View, kill some pubs
|
2020-02-01 15:52:01 -08:00 |
|
chris west
|
e32d0c9da5
|
views remember their wide mode setting
|
2020-01-27 19:33:47 -08:00 |
|
chris west
|
44b4648ce7
|
wrong url
|
2020-01-19 01:04:59 -08:00 |
|
chris west
|
05f10f40e7
|
fetch() -> load()
|
2020-01-19 00:45:02 -08:00 |
|
chris west
|
c40997f0cd
|
move utils to utils
|
2020-01-18 19:45:35 -08:00 |
|
chris west
|
dce0729e7a
|
deal with unused return values
|
2020-01-15 19:51:28 -08:00 |
|
chris west
|
2e277b14cf
|
kill needless color allocations
|
2020-01-15 18:01:55 -08:00 |
|
chris west
|
51f401394a
|
gopher::type_for_url()
|
2020-01-14 23:27:10 -08:00 |
|
chris west
|
d66a9c610c
|
parse_url returns simple struct, not tuple
|
2020-01-14 23:15:56 -08:00 |
|
chris west
|
89291da67b
|
move String instead of re-alloc
|
2020-01-14 20:18:39 -08:00 |
|
chris west
|
3c321c53da
|
fewer Strings, more refs
|
2020-01-14 16:06:18 -08:00 |
|
chris west
|
537be056cb
|
Start making missing_docs happy
|
2020-01-14 13:46:19 -08:00 |
|
chris west
|
2bd48f7a2d
|
don't let \n into status line
|
2020-01-14 00:19:44 -08:00 |
|
chris west
|
b529e9c1cb
|
more notes
|
2020-01-11 19:57:41 -08:00 |
|
chris west
|
dd4e47dc8e
|
some notes
|
2020-01-11 19:36:12 -08:00 |
|
chris west
|
c951731e58
|
mode gets its own little file
|
2020-01-11 15:50:25 -08:00 |
|
chris west
|
ab364c5b8a
|
--print shows all lines
|
2020-01-11 15:47:35 -08:00 |
|
chris west
|
7cf9e25c6b
|
handle switching screens on our own
print mode doesn't want alternate mode,
so we won't use it in that case
|
2020-01-11 15:23:22 -08:00 |
|
chris west
|
c1e3bf7209
|
wide mode is now session-wide
|
2020-01-11 13:57:46 -08:00 |
|