From acf0a6656ddd034318e81921e4510fb41f4f1e9f Mon Sep 17 00:00:00 2001 From: chris west Date: Sat, 11 Jan 2020 16:47:22 -0800 Subject: [PATCH] wrapped for 70s --- CHANGELOG.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c89546..2078a78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,16 @@ before the 1.0 release. ### Added - phetch now supports [Tor][tor]! -- phetch now supports a `~/.config/phetch/phetch.conf` config file! -- Specify your own config file with `--config FILE`. Or disable with `-C`/`--no-config`. -- Emoji can be used as status indicators. Put `emoji yes` in your config file. 🧅🔐 +- phetch now supports a `~/.config/phetch/phetch.conf` config file! +- Specify your own config file with `--config FILE`. Or disable with + `-C`/`--no-config`. +- Emoji can be used as status indicators. Put `emoji yes` in your + config file. 🧅🔐 - `phetch --print URL` will just print a rendered version of the page. -- `phetch -p URL | cat` works now. A simplified, plaintext version of the page will be rendered. -- Tor and TLS can be disabled with `-O` and `-S`, opposites of their `-o` and `-s` flags. +- `phetch -p URL | cat` works now. A simplified, plaintext version of + the page will be rendered. +- Tor and TLS can be disabled with `-O` and `-S`, opposites of their + `-o` and `-s` flags. - On macOS, phetch is now available through [Homebrew](brew.sh): > brew install xvxx/code/phetch