Commit Graph

  • a4fd553431 start wrapping termion chris west 2020-02-05 14:20:46 -0800
  • eedf1dfa34 found the bug chris west 2020-02-05 14:07:09 -0800
  • bcb48b2582 upgrade termion chris west 2020-02-05 14:07:02 -0800
  • e4ce7a45be clean up on cancelled download chris west 2020-02-05 12:49:34 -0800
  • 84b30b6dec char chris west 2020-02-01 16:01:35 -0800
  • 1e2df643b9 (cargo-release) start next development iteration 0.9.1-dev chris west 2020-02-01 15:53:05 -0800
  • 50d6db8dc0 (cargo-release) version 0.9.0 v0.9.0 chris west 2020-02-01 15:52:53 -0800
  • 24ba3fb636 Page -> View, kill some pubs chris west 2020-02-01 15:52:01 -0800
  • 1f48a090b1 update changelog chris west 2020-02-01 15:46:00 -0800
  • 3c8a45deea clarify chris west 2020-01-29 17:37:54 -0800
  • 63663d4db1 ci -> build chris west 2020-01-27 23:28:42 -0800
  • eaa4c321f9 more ctrl-c chris west 2020-01-27 23:27:48 -0800
  • 02a52296ba more specific chris west 2020-01-27 23:24:17 -0800
  • 0b86d5de42 wrong version chris west 2020-01-27 23:14:11 -0800
  • 8f7a9cedc3 add some criterion benchmarks chris west 2020-01-27 23:08:16 -0800
  • fa8f1d4a27 add criterion chris west 2020-01-27 22:39:02 -0800
  • 0ca5da5194 mild ad chris west 2020-01-27 22:27:35 -0800
  • d754539dbd use the smaller name chris west 2020-01-27 19:35:12 -0800
  • e32d0c9da5 views remember their wide mode setting chris west 2020-01-27 19:33:47 -0800
  • 6a429c8a86 count chars, not bytes chris west 2020-01-27 19:07:43 -0800
  • 85998aba06 space chris west 2020-01-27 18:57:17 -0800
  • f37ab17084 simpler -v chris west 2020-01-27 18:54:16 -0800
  • c5447bc64f update changelog chris west 2020-01-27 18:53:25 -0800
  • fabf30fa31 add release workflow chris west 2020-01-27 18:36:41 -0800
  • e8ef499f6c rename, update test workflow chris west 2020-01-27 18:36:28 -0800
  • 839c4132d5 Don't print trailing \r chris west 2020-01-27 12:46:23 -0800
  • e110f262a2 Fix crash on long menus with no links chris west 2020-01-27 12:44:13 -0800
  • 2fee4c3700 group `use` chris west 2020-01-20 07:51:20 -0800
  • 05235abd91 check bounds, fix slice math chris west 2020-01-20 07:48:15 -0800
  • 3242996189 make menu lines just refs, not duplicated strings chris west 2020-01-20 00:16:42 -0800
  • 44b4648ce7 wrong url chris west 2020-01-19 01:04:59 -0800
  • 05f10f40e7 fetch() -> load() chris west 2020-01-19 00:44:36 -0800
  • 428392f569 fix for nix chris west 2020-01-19 00:33:31 -0800
  • 708e95b640 slightly nicer clipboard/open errors chris west 2020-01-18 20:24:01 -0800
  • c40997f0cd move utils to utils chris west 2020-01-18 19:45:35 -0800
  • 7e15889164 advertise gopher url up front chris west 2020-01-16 22:33:55 -0800
  • caedc35c90 fix bug in text urls chris west 2020-01-16 22:29:15 -0800
  • 301f022c22 ignore trailing whitespace on URL arg chris west 2020-01-16 13:47:38 -0800
  • 49718a9ca8 fix .onion URLs chris west 2020-01-16 01:46:47 -0800
  • 45d0ccfc32 missing doc chris west 2020-01-16 01:44:51 -0800
  • dce0729e7a deal with unused return values chris west 2020-01-15 19:51:28 -0800
  • 4d07a43d35 todo chris west 2020-01-15 19:50:34 -0800
  • d34a1e4352 clippy chris west 2020-01-15 19:35:21 -0800
  • a3644a672f almost everything is a link chris west 2020-01-15 19:31:55 -0800
  • 52f1e88ec2 kill more color allocations, missed a few usages chris west 2020-01-15 19:24:05 -0800
  • 71a2394d73 kill some unneeded format! calls chris west 2020-01-15 18:16:53 -0800
  • 2e277b14cf kill needless color allocations chris west 2020-01-15 18:01:55 -0800
  • 07011b7175 menu::parse, not menu::Menu::parse chris west 2020-01-15 11:37:27 -0800
  • 9ce524dd1f explictily do nothing on Run chris west 2020-01-15 10:06:34 -0800
  • e2f69f5c1e Don't load phetch.conf in tests chris west 2020-01-15 10:05:12 -0800
  • 617bd25c0e Type::is_text() chris west 2020-01-15 00:20:26 -0800
  • a8c8b255a4 redundant chris west 2020-01-14 23:29:26 -0800
  • 51f401394a gopher::type_for_url() chris west 2020-01-14 23:27:10 -0800
  • d66a9c610c parse_url returns simple struct, not tuple chris west 2020-01-14 23:15:56 -0800
  • 999171e0e5 line.name => line.text chris west 2020-01-14 20:30:34 -0800
  • 61e4942ecb fix info lines chris west 2020-01-14 20:27:15 -0800
  • 89291da67b move String instead of re-alloc chris west 2020-01-14 20:18:36 -0800
  • 9c64f7c420 clippy chris west 2020-01-14 19:32:43 -0800
  • 344e4d7e5f shorter chris west 2020-01-14 19:32:03 -0800
  • ee8dfa9c79 extract menu line parsing chris west 2020-01-14 19:31:51 -0800
  • 692fbbc554 type gets impl fmt::Display chris west 2020-01-14 19:31:39 -0800
  • 3c321c53da fewer Strings, more refs chris west 2020-01-14 16:06:18 -0800
  • ae280b4a61 off by 1 chris west 2020-01-14 15:58:46 -0800
  • 2d71e5da6c More basic doc chris west 2020-01-14 15:58:40 -0800
  • 537be056cb Start making `missing_docs` happy chris west 2020-01-14 13:46:19 -0800
  • eecaf79d8a crate doc chris west 2020-01-14 13:29:21 -0800
  • f03c6e1422 make clippy happy chris west 2020-01-14 13:08:48 -0800
  • 75ac066caa `--no-default-features` to disable tls, tor chris west 2020-01-14 10:13:19 -0800
  • 2bd48f7a2d don't let \n into status line chris west 2020-01-14 00:19:44 -0800
  • e15d2065d3 don't crash the build if git isn't available chris west 2020-01-13 16:40:18 -0800
  • bdcc3c9d0d Raw mode works the same with or without a tty chris west 2020-01-13 15:03:06 -0800
  • b529e9c1cb more notes chris west 2020-01-11 19:57:41 -0800
  • dd4e47dc8e some notes chris west 2020-01-11 19:34:27 -0800
  • 349b1c6ba6 don't do TTY stuff in tests chris west 2020-01-11 18:47:51 -0800
  • 37170c4ee2 only load conf if phetchdir exists chris west 2020-01-11 18:42:21 -0800
  • 9702633354 check -C and -c first so order of args doesnt matter chris west 2020-01-11 18:33:04 -0800
  • 0d3cd1c3af missing --no-config (-C worked) chris west 2020-01-11 18:26:58 -0800
  • 28ac8beb10 tests for cmdline arg parsing chris west 2020-01-11 18:15:07 -0800
  • ca5074cb91 gopher://phkt.io/0/code/phetch/CHANGELOG.md chris west 2020-01-11 16:54:02 -0800
  • 140732a237 0.9.0 is the next version chris west 2020-01-11 16:52:34 -0800
  • 075e82d2d0 save some space chris west 2020-01-11 16:52:12 -0800
  • acf0a6656d wrapped for 70s chris west 2020-01-11 16:47:22 -0800
  • 305c36b1a5 (cargo-release) start next development iteration 0.1.14-dev chris west 2020-01-11 16:38:39 -0800
  • 4ad58d90ee (cargo-release) version 0.1.13 v0.1.13 chris west 2020-01-11 16:38:29 -0800
  • 6806e113a6 release notes chris west 2020-01-11 16:38:23 -0800
  • 22c15cb44f not yet chris west 2020-01-11 16:34:21 -0800
  • 6ba17ff7cb note on the next version chris west 2020-01-11 16:33:48 -0800
  • 920a74753c update manual chris west 2020-01-11 16:30:51 -0800
  • 0003597f42 add CHANGELOG chris west 2020-01-11 16:30:05 -0800
  • 39cfbcf21e show full text with -p too chris west 2020-01-11 16:12:37 -0800
  • 8645571d7a print a plain version when no tty chris west 2020-01-11 16:10:11 -0800
  • c951731e58 mode gets its own little file chris west 2020-01-11 15:50:25 -0800
  • ab364c5b8a --print shows all lines chris west 2020-01-11 15:47:35 -0800
  • 7cf9e25c6b handle switching screens on our own chris west 2020-01-11 15:23:17 -0800
  • d587df8def Add new flags to manpage chris west 2020-01-11 15:14:38 -0800
  • be12941ce3 add --config and --no-config chris west 2020-01-11 15:10:07 -0800
  • bbf0d4b9dd Add -S/-O --no-tls --no-tor chris west 2020-01-11 14:47:05 -0800
  • 92331d9ab7 config file options only now chris west 2020-01-11 14:13:10 -0800
  • b67815b45f hide cursor when printing chris west 2020-01-11 14:10:27 -0800
  • 9a2eb4e4b6 tls is -s, tor is -o, remove --emoji chris west 2020-01-11 14:06:34 -0800