Commit Graph

620 Commits (fab97539d96c51e36817d964454dbee38deec1de)

Author SHA1 Message Date
chris west 45d0ccfc32 missing doc 5 years ago
chris west dce0729e7a deal with unused return values 5 years ago
chris west d34a1e4352 clippy 5 years ago
chris west a3644a672f almost everything is a link 5 years ago
chris west 52f1e88ec2 kill more color allocations, missed a few usages 5 years ago
chris west 71a2394d73 kill some unneeded format! calls 5 years ago
chris west 2e277b14cf kill needless color allocations 5 years ago
chris west 07011b7175 menu::parse, not menu::Menu::parse 5 years ago
chris west 9ce524dd1f explictily do nothing on Run 5 years ago
chris west e2f69f5c1e Don't load phetch.conf in tests 5 years ago
chris west 617bd25c0e Type::is_text() 5 years ago
chris west a8c8b255a4 redundant 5 years ago
chris west 51f401394a gopher::type_for_url() 5 years ago
chris west d66a9c610c parse_url returns simple struct, not tuple 5 years ago
chris west 999171e0e5 line.name => line.text 5 years ago
chris west 61e4942ecb fix info lines 5 years ago
chris west 89291da67b move String instead of re-alloc 5 years ago
chris west 9c64f7c420 clippy 5 years ago
chris west 344e4d7e5f shorter 5 years ago
chris west ee8dfa9c79 extract menu line parsing 5 years ago
chris west 692fbbc554 type gets impl fmt::Display 5 years ago
chris west 3c321c53da fewer Strings, more refs 5 years ago
chris west ae280b4a61 off by 1 5 years ago
chris west 2d71e5da6c More basic doc 5 years ago
chris west 537be056cb Start making `missing_docs` happy 5 years ago
chris west eecaf79d8a crate doc 5 years ago
chris west f03c6e1422 make clippy happy 5 years ago
chris west 75ac066caa `--no-default-features` to disable tls, tor 5 years ago
chris west 2bd48f7a2d don't let \n into status line 5 years ago
chris west bdcc3c9d0d Raw mode works the same with or without a tty 5 years ago
chris west b529e9c1cb more notes 5 years ago
chris west dd4e47dc8e some notes 5 years ago
chris west 349b1c6ba6 don't do TTY stuff in tests 5 years ago
chris west 37170c4ee2 only load conf if phetchdir exists 5 years ago
chris west 9702633354 check -C and -c first so order of args doesnt matter 5 years ago
chris west 0d3cd1c3af missing --no-config (-C worked) 5 years ago
chris west 28ac8beb10 tests for cmdline arg parsing 5 years ago
chris west 075e82d2d0 save some space 5 years ago
chris west 39cfbcf21e show full text with -p too 5 years ago
chris west 8645571d7a print a plain version when no tty 5 years ago
chris west c951731e58 mode gets its own little file 5 years ago
chris west ab364c5b8a --print shows all lines 5 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
5 years ago
chris west d587df8def Add new flags to manpage 5 years ago
chris west be12941ce3 add --config and --no-config 5 years ago
chris west bbf0d4b9dd Add -S/-O --no-tls --no-tor 5 years ago
chris west 92331d9ab7 config file options only now 5 years ago
chris west b67815b45f hide cursor when printing 5 years ago
chris west 9a2eb4e4b6 tls is -s, tor is -o, remove --emoji 5 years ago
chris west c1e3bf7209 wide mode is now session-wide 5 years ago
chris west 456ee0ad2d don't switch to alternate screen until startup 5 years ago
chris west 545a58eb0f new url 5 years ago
dvkt dd6e7ee1ae more secure 5 years ago
dvkt 5a28c87b97 Tor error: 5 years ago
dvkt 96010e7d52 bump line # 5 years ago
dvkt c114f8db1e document phetch.conf 5 years ago
dvkt 30ded8ed69 just for fun 5 years ago
dvkt 54e4c538ea some sites use /URL: 5 years ago
dvkt 1747d2e546 ignore errant \n 5 years ago
dvkt 16581e6d4f replace string 5 years ago
dvkt 4c0a2646d2 always start from the default cfg 5 years ago
dvkt 17cefcc67f Tor support 5 years ago
dvkt f489f42bf7 inline as_ref, kill doc test 5 years ago
dvkt 2c1d126adf wrong text color 5 years ago
dvkt 246531a231 color! takes many colors, only resets once 5 years ago
dvkt 180d24cf9c color as_ref and a basic test 5 years ago
dvkt adc3d8fca4 color! macro 5 years ago
dvkt b8a38efe30 use our own color lib 5 years ago
dvkt a544404bee use config 5 years ago
dvkt 409b9218a5 load config 5 years ago
dvkt 2b473719ce simple phetch.conf format 5 years ago
dvkt 27cb5831f2 config -> phetchdir 5 years ago
dvkt 4bd38e5cc9 Clear out Unicode control chars 5 years ago
dvkt f3d1c0f224 check for EOR 5 years ago
dvkt 356024e5b8 fix ctrl+z/job suspend 5 years ago
dvkt 8cbd322cbf basic telnet support finally 5 years ago
dvkt 0989f94a85 fid telnet url parsing 5 years ago
dvkt 7e70b4f785 fix display bug on simple `i` lines 5 years ago
dvkt 8257d76834 credits format was bothering me 5 years ago
dvkt 7905daf869 don't die on utf8 errors 5 years ago
dvkt a5d9c1c93e ctrl-c/esc just cancels, doesnt clear 5 years ago
dvkt 5bec1c274a edit url doc 5 years ago
dvkt 83d5c01837 `u` now allows editing URL 5 years ago
dvkt 6a4442bcac update usage too 5 years ago
dvkt f90f4aef7e stop fighting with tabs 5 years ago
dvkt 032c10d6ec more space 5 years ago
dvkt 5a7161a505 alignment 5 years ago
dvkt 204b587d02 update -h style 5 years ago
dvkt c819c1f65e unused imports 5 years ago
dvkt 884255668c --print: just print rendered gopher response 5 years ago
dvkt 0335d491f9 don't clear all on quit, delay switching screen 5 years ago
dvkt e868f4dc4e doc tweak 5 years ago
dvkt b07252997b don't print -h on arg fail 5 years ago
dvkt 5e3c50a7c7 not you 5 years ago
dvkt df4663b3ce fail on unknown cmdline arguments 5 years ago
dvkt 5688e8c4bb cargo build --features disable-tls 5 years ago
dvkt af449a6402 show build details on About screen 5 years ago
dvkt 133ed96831 --features tls 5 years ago
dvkt 8412f9892a simpler style 5 years ago
dvkt e8c6a5b1ef fix url arg parsing 5 years ago
dvkt 925db458fc ll 5 years ago
dvkt 967c2f018e too bold 5 years ago
dvkt 07c3d4098c show TLS status in bottom right 5 years ago
dvkt 9128ffc85b track which pages are loaded via tls 5 years ago
dvkt 7148ddd999 enable try tls mode 5 years ago
dvkt 612bbffa28 --tls 5 years ago
dvkt b86f574ffc try tls first on every request 5 years ago
dvkt 5aaa04c9a7 request not get 5 years ago
dvkt d0dfeae29b /// 5 years ago
dvkt cb1efced5f give gopher::Type its own file 5 years ago
dvkt 201a0592e4 die on fatal errors 5 years ago
dvkt 8e0a72f74c check for updates 5 years ago
dvkt 12739ba218 store host triple during build 5 years ago
dvkt c1b26186e1 more clear 5 years ago
dvkt d3b9412973 todo later 5 years ago
dvkt 2fa5307db3 fix cursor in wide mode 5 years ago
dvkt 10b4c8adf1 -l to quick connect to a local gopher server 5 years ago
dvkt 991c8c96a4 grab term size on startup 5 years ago
dvkt d7d246b3f0 bug url 5 years ago
dvkt 9f6b79ff6c notes 5 years ago
dvkt edee36ce09 dont wrap on down arrow if no links 5 years ago
dvkt ca1403476b use helper 5 years ago
dvkt 07b765f948 clippy 5 years ago
dvkt d307d79fe6 use terminal codes to clear lines, fix a few text bugs 5 years ago
dvkt 19c962da2f bookmarks append to the file 5 years ago
dvkt f8ef98b032 don't auto prepend / to selectors 5 years ago
dvkt 65d64a2b78 don't clear status on None 5 years ago
dvkt eeed189aa5 show error on no page loaded 5 years ago
dvkt 857ca25b08 dont spin on first request 5 years ago
dvkt 318bcdb17d update readme, fake separate input and num buffers 5 years ago
dvkt 849353e4cf link to gopherhole 5 years ago
dvkt 66c5772cf9 these are the bad ones 5 years ago
dvkt 2039309d9c spacer.gif 5 years ago
dvkt 05280c350c render \t as 4 spaces 5 years ago
dvkt b94f612bc1 Revert "the \rs are acting funny on my dumb terminal"
This reverts commit 9eb7e1ca59.
5 years ago
dvkt 9eb7e1ca59 the \rs are acting funny on my dumb terminal 5 years ago
dvkt 0a1fabce08 ignore trailing \r 5 years ago
dvkt e6b0c1243a use q to quit 5 years ago
dvkt f9428256a8 clear status once per loop 5 years ago
dvkt 38f09f7893 use Action::List when selecting a link 5 years ago
dvkt 1743322c16 missing macro dependency 5 years ago
dvkt 19b549603c Action::List 5 years ago
dvkt e986f34fc7 impl Debug for Action 5 years ago
dvkt a51e936d56 use Action::Status on menu search 5 years ago
dvkt 56a63c5b34 check maths 5 years ago
dvkt debcbd4c8a always write status line 5 years ago
dvkt 44ca7fbc56 use reset_cursor on select_link 5 years ago
dvkt 5a78ca16c1 clear empty status line 5 years ago
dvkt 16e12b6c57 use ? 5 years ago
dvkt 6c5c714876 find screen coords of a link 5 years ago