Skip to content

Commit

Permalink
Preparing for 2.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Aug 28, 2022
1 parent 13fb904 commit 3bf3877
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# gather-cli

<!-- README -->
<!--README-->
<!--GITHUB-->![](https://cdn3.brettterpstra.com/uploads/2022/08/gatherheader-rb.webp)<!--END GITHUB-->
<!--JEKYLL{% img aligncenter 800 220 /uploads/2022/08/gatherheader-rb.jpg %}-->

![](https://cdn3.brettterpstra.com/uploads/2022/08/gatherheader-rb.webp)
Current version: <!--VER-->2.0.7<!--END VER-->

This project is the successor to read2text, which was a Python based tool that used Arc90 Readability and html2text to convert web URLs to Markdown documents, ready to store in your notes. It takes its name from another of my similar projects that I've since retired. It was this, but with a GUI, and this is infinitely more scriptable and is designed to nestle into your favorite tools and projects.

Expand Down Expand Up @@ -82,5 +84,5 @@ Comments can often be fruitful (and important) to an answer, but they also get m

Lastly, sometimes there's more than one good answer worth saving, but a bunch of zero-vote errors in judgement you don't need in your notes. Use `--min-upvotes X` to filter answers by a minimum number of upvotes. For example, `--min-upvotes 60` would easily weed out the less-desirable answers on an older question. Filtering by upvotes does not affect the accepted answer, if that exists it's included no matter how many upvotes is has (or doesn't have).

<!-- END README -->
<!--END README-->

2 changes: 1 addition & 1 deletion Sources/gather/gather.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ArgumentParser
import Foundation
import HTML2Text
import Readability
var VERSION = "2.0.7"
var VERSION = "2.0.8"

var disableReadability = false
var inline = false
Expand Down

0 comments on commit 3bf3877

Please sign in to comment.