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

809 Commits

Author SHA1 Message Date
chris west
708e95b640 slightly nicer clipboard/open errors 2020-01-18 20:24:01 -08:00
chris west
c40997f0cd move utils to utils 2020-01-18 19:45:35 -08:00
chris west
7e15889164 advertise gopher url up front 2020-01-16 22:33:55 -08:00
chris west
caedc35c90 fix bug in text urls 2020-01-16 22:29:15 -08:00
chris west
301f022c22 ignore trailing whitespace on URL arg 2020-01-16 13:47:38 -08:00
chris west
49718a9ca8 fix .onion URLs 2020-01-16 01:46:47 -08:00
chris west
45d0ccfc32 missing doc 2020-01-16 01:44:51 -08:00
chris west
dce0729e7a deal with unused return values 2020-01-15 19:51:28 -08:00
chris west
4d07a43d35 todo 2020-01-15 19:50:34 -08:00
chris west
d34a1e4352 clippy 2020-01-15 19:35:21 -08:00
chris west
a3644a672f almost everything is a link 2020-01-15 19:31:55 -08:00
chris west
52f1e88ec2 kill more color allocations, missed a few usages 2020-01-15 19:24:05 -08:00
chris west
71a2394d73 kill some unneeded format! calls 2020-01-15 18:16:53 -08:00
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