Commit Graph

202 Commits (master)

Author SHA1 Message Date
chris west 9baac849e5 thanks clippy 2 years ago
chris west 89b5febd4b wrong order 2 years ago
chris west 02cfc41aa2 theme the cursor 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 9da392c04b ignore doctests, for now 2 years ago
chris west 7522427d71 appease clippy 2 years ago
chris west cf9e16650e share config so we can modify it in views 4 years ago
chris west 06344f734a 📎📎📎 4 years ago
chris west 596c8042ed use Line & LineIter instead of passing raw text around 4 years ago
chris west 65c8403e0e experimental media player support w/ `media` feature 4 years ago
chris west cd350b15b9 Show unknown types as binary (downloads) 4 years ago
chris west e034c66a4f test color counting 4 years ago
chris west 91ffcb459a dont need to peek 4 years ago
chris west 384cbe0939 only run through lines that have colors 4 years ago
chris west 575ebdbd01 ignore colors when calculating line length 4 years ago
✨ Q (it/its) ✨ 8ce045ef16
Fix #13 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 6a429c8a86 count chars, not bytes 4 years ago
chris west 839c4132d5 Don't print trailing \r 4 years ago
chris west e110f262a2 Fix crash on long menus with no links 4 years ago
chris west 2fee4c3700 group `use` 4 years ago
chris west 05235abd91 check bounds, fix slice math 4 years ago
chris west 3242996189 make menu lines just refs, not duplicated strings 4 years ago
chris west 52f1e88ec2 kill more color allocations, missed a few usages 4 years ago
chris west 71a2394d73 kill some unneeded format! calls 4 years ago
chris west 2e277b14cf kill needless color allocations 4 years ago
chris west 07011b7175 menu::parse, not menu::Menu::parse 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 999171e0e5 line.name => line.text 4 years ago
chris west 61e4942ecb fix info lines 4 years ago
chris west 89291da67b move String instead of re-alloc 4 years ago
chris west ee8dfa9c79 extract menu line parsing 4 years ago
chris west 3c321c53da fewer Strings, more refs 4 years ago
chris west 2d71e5da6c More basic doc 4 years ago
chris west 537be056cb Start making `missing_docs` happy 4 years ago
chris west f03c6e1422 make clippy happy 4 years ago
chris west b529e9c1cb more notes 4 years ago
chris west dd4e47dc8e some notes 4 years ago
chris west 39cfbcf21e show full text with -p too 4 years ago
chris west 8645571d7a print a plain version when no tty 4 years ago
chris west ab364c5b8a --print shows all lines 4 years ago
chris west b67815b45f hide cursor when printing 4 years ago
chris west c1e3bf7209 wide mode is now session-wide 4 years ago
dvkt 54e4c538ea some sites use /URL: 4 years ago
dvkt 17cefcc67f Tor support 4 years ago
dvkt 2c1d126adf wrong text color 4 years ago