Commit Graph

625 Commits (master)

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