Commit Graph

212 Commits (master)

Author SHA1 Message Date
chris west 38dff71ac0 prevent downloading internal pages, better error message 1 year ago
deadjakk b29ea2cee4 added help line 1 year ago
deadjakk cf2810af80 derived default filepath for download from url using parse_url 1 year ago
deadjakk 4a5328a14e added ability to save the current url to a filepath 1 year ago
chris west fb1b3d2185 disable/enable raw mode when suspending/resuming 2 years ago
chris west 8ebeb8dec9 add color themes 2 years ago
chris west 6861848217 add `scroll` config option and default to entire screen 2 years ago
chris west 4029fca177 add `R` keyboard shortcut to reload URL 2 years ago
chris west 7522427d71 appease clippy 2 years ago
walksanatora e587fad0e6 autoplay feature so that media is automatically played 2 years ago
chris west cf9e16650e share config so we can modify it in views 4 years ago
chris west 400fe770a9 simplify status line & show cp439 in it 4 years ago
chris west 41324a0ff3 CP437 support 4 years ago
chris west 06344f734a 📎📎📎 4 years ago
chris west 993ce83800 fix clippyisms 4 years ago
chris west 1b02d330d9 fix reloading logic 4 years ago
chris west 6e55457f26 only redraw on F5, don't reload 4 years ago
chris west 5fb8f14586 Revert "F5 fully reloads page"
This reverts commit 2da3a20c4e.
4 years ago
chris west 2da3a20c4e F5 fully reloads page 4 years ago
chris west 4d47287849 ctrl+u can reload the current page 4 years ago
chris west ac77420ba9 hook up --media flag 4 years ago
chris west b6cea29372 un-gate media feature 4 years ago
chris west f8c808e8f3 prompt before opening media player 4 years ago
chris west 65c8403e0e experimental media player support w/ `media` feature 4 years ago
chris west 88cc95c59f don't quit parent when child receives SIGINT 4 years ago
chris west 1146f42174 raw mode in main. fixes panics 4 years ago
chris west 4e97579932 always shutdown() on drop() 4 years ago
chris west d925124807 resize on SIGWINCH 4 years ago
chris west 1b1d1fc8f3 use channels for keyboard events
this fixes the 'cancel download' bug
4 years ago
chris west 2ccd55dad7 note 4 years ago
chris west a4fd553431 start wrapping termion 4 years ago
chris west 24ba3fb636 Page -> View, kill some pubs 4 years ago
chris west e32d0c9da5 views remember their wide mode setting 4 years ago
chris west 44b4648ce7 wrong url 4 years ago
chris west 05f10f40e7 fetch() -> load() 4 years ago
chris west c40997f0cd move utils to utils 4 years ago
chris west dce0729e7a deal with unused return values 4 years ago
chris west 2e277b14cf kill needless color allocations 4 years ago
chris west 51f401394a gopher::type_for_url() 4 years ago
chris west d66a9c610c parse_url returns simple struct, not tuple 4 years ago
chris west 89291da67b move String instead of re-alloc 4 years ago
chris west 3c321c53da fewer Strings, more refs 4 years ago
chris west 537be056cb Start making `missing_docs` happy 4 years ago
chris west 2bd48f7a2d don't let \n into status line 4 years ago
chris west b529e9c1cb more notes 4 years ago
chris west dd4e47dc8e some notes 4 years ago
chris west c951731e58 mode gets its own little file 4 years ago
chris west ab364c5b8a --print shows all lines 4 years ago
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
4 years ago
chris west c1e3bf7209 wide mode is now session-wide 4 years ago