2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-10 13:10:54 +00:00
Commit Graph

746 Commits

Author SHA1 Message Date
chris west
2e277b14cf kill needless color allocations 2020-01-15 18:01:55 -08:00
chris west
07011b7175 menu::parse, not menu::Menu::parse 2020-01-15 11:37:27 -08:00
chris west
9ce524dd1f explictily do nothing on Run 2020-01-15 10:06:34 -08:00
chris west
e2f69f5c1e Don't load phetch.conf in tests 2020-01-15 10:05:12 -08:00
chris west
617bd25c0e Type::is_text() 2020-01-15 00:20:26 -08:00
chris west
a8c8b255a4 redundant 2020-01-14 23:29:26 -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
999171e0e5 line.name => line.text 2020-01-14 20:30:34 -08:00
chris west
61e4942ecb fix info lines 2020-01-14 20:27:15 -08:00
chris west
89291da67b move String instead of re-alloc 2020-01-14 20:18:39 -08:00
chris west
9c64f7c420 clippy 2020-01-14 19:32:43 -08:00
chris west
344e4d7e5f shorter 2020-01-14 19:32:03 -08:00
chris west
ee8dfa9c79 extract menu line parsing 2020-01-14 19:31:54 -08:00
chris west
692fbbc554 type gets impl fmt::Display 2020-01-14 19:31:39 -08:00
chris west
3c321c53da fewer Strings, more refs 2020-01-14 16:06:18 -08:00
chris west
ae280b4a61 off by 1 2020-01-14 15:58:46 -08:00
chris west
2d71e5da6c More basic doc 2020-01-14 15:58:40 -08:00
chris west
537be056cb Start making missing_docs happy 2020-01-14 13:46:19 -08:00
chris west
eecaf79d8a crate doc 2020-01-14 13:29:21 -08:00
chris west
f03c6e1422 make clippy happy 2020-01-14 13:08:48 -08:00
chris west
75ac066caa --no-default-features to disable tls, tor 2020-01-14 10:13:19 -08:00
chris west
2bd48f7a2d don't let \n into status line 2020-01-14 00:19:44 -08:00
chris west
e15d2065d3 don't crash the build if git isn't available 2020-01-13 16:40:18 -08:00
chris west
bdcc3c9d0d Raw mode works the same with or without a tty 2020-01-13 15:03:10 -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
349b1c6ba6 don't do TTY stuff in tests 2020-01-11 18:47:51 -08:00
chris west
37170c4ee2 only load conf if phetchdir exists 2020-01-11 18:42:21 -08:00
chris west
9702633354 check -C and -c first so order of args doesnt matter 2020-01-11 18:33:04 -08:00
chris west
0d3cd1c3af missing --no-config (-C worked) 2020-01-11 18:26:58 -08:00
chris west
28ac8beb10 tests for cmdline arg parsing 2020-01-11 18:15:07 -08:00
chris west
ca5074cb91 gopher://phkt.io/0/code/phetch/CHANGELOG.md 2020-01-11 16:54:02 -08:00
chris west
140732a237 0.9.0 is the next version 2020-01-11 16:52:34 -08:00
chris west
075e82d2d0 save some space 2020-01-11 16:52:12 -08:00
chris west
acf0a6656d wrapped for 70s 2020-01-11 16:47:22 -08:00
chris west
305c36b1a5 (cargo-release) start next development iteration 0.1.14-dev 2020-01-11 16:38:39 -08:00
chris west
4ad58d90ee (cargo-release) version 0.1.13 2020-01-11 16:38:29 -08:00
chris west
6806e113a6 release notes 2020-01-11 16:38:23 -08:00
chris west
22c15cb44f not yet 2020-01-11 16:34:21 -08:00
chris west
6ba17ff7cb note on the next version 2020-01-11 16:33:48 -08:00
chris west
920a74753c update manual 2020-01-11 16:30:51 -08:00
chris west
0003597f42 add CHANGELOG 2020-01-11 16:30:05 -08:00
chris west
39cfbcf21e show full text with -p too 2020-01-11 16:12:37 -08:00
chris west
8645571d7a print a plain version when no tty 2020-01-11 16:10:11 -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
d587df8def Add new flags to manpage 2020-01-11 15:14:38 -08:00
chris west
be12941ce3 add --config and --no-config 2020-01-11 15:10:07 -08:00