Skip to content

Commit

Permalink
Preparing for 2.0.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Aug 29, 2022
1 parent 07bd642 commit f2f0e9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 106 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
![Howzit banner image](https://cdn3.brettterpstra.com/uploads/2022/08/gatherheader-rb.webp)


Current version: 2.0.19
Current version: 2.0.16

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
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.19"
var VERSION = "$newversion"

var disableReadability = false
var inline = false
Expand Down
104 changes: 0 additions & 104 deletions package.sh

This file was deleted.

2 changes: 2 additions & 0 deletions scripts/fixreadme.rb
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@
content.gsub!(/<!--JEKYLL(.*?)-->/m, '')

File.open(dest, 'w') { |f| f.puts(content) }

Process.exit 0

0 comments on commit f2f0e9d

Please sign in to comment.