Skip to content

Releases: smallhadroncollider/brok

1.1.0

27 Jul 20:25
Compare
Choose a tag to compare
  • won't check the same URL twice
  • various under-the-hood changes to make code easier to work with

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i brok-1.1.0_x86-64-linux.deb. You may also need to install the libtinfo5 package (sudo apt install libtinfo5)
  • Fedora: Run sudo dnf install ncurses-compat-libs then download and run binary as described above

1.0.0

19 Apr 13:43
Compare
Choose a tag to compare
  • adds -v/--version command
  • doesn't check certificates by default - a website will often still work with certificate errors (e.g. incomplete certificate chain)
  • adds --check-certs option to force certificate checks

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i brok-$1_x86-64-linux.deb. You may also need to install the libtinfo5 package (sudo apt install libtinfo5)
  • Fedora: Run sudo dnf install ncurses-compat-libs then download and run binary as described above

0.2.0

03 Feb 17:18
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • adds --no-color option
  • refactored to RIO monad

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i brok-0.2.0_x86-64-linux.deb. You may also need to install the libtinfo5 package (sudo apt install libtinfo5)
  • Fedora: Run sudo dnf install ncurses-compat-libs then download and run binary as described above

0.1.7

23 Jan 15:55
Compare
Choose a tag to compare
0.1.7 Pre-release
Pre-release
  • Fixes issue where https:// and http:// counted as URLs

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i brok-0.1.7_x86-64-linux.deb. You may also need to install the libtinfo5 package (sudo apt install libtinfo5)
  • Fedora: Run sudo dnf install ncurses-compat-libs then download and run binary as described above

0.1.6

08 Feb 18:18
Compare
Choose a tag to compare
0.1.6 Pre-release
Pre-release
  • added --only-failures option

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i brok-0.1.6_x86-64-linux.deb

0.1.5

08 Feb 16:47
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release
  • Added --no-cache option

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i brok-0.1.5_x86-64-linux.deb

0.1.4

07 Feb 16:29
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release
  • Fixed URL parsing bug (#3)

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i brok-0.1.4_x86-64-linux.deb

0.1.2

18 Jan 13:24
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release
  • fixed false positive 404 with HEAD request (thanks @katjad)

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i brok-0.1.2_x86-64-linux.deb

0.1.1

17 Jan 22:13
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • Fixed uncaught InvalidURLException

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i brok-0.1.1_x86-64-linux.deb

0.1.0

17 Jan 16:54
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Find broken links in text documents

Demo

More information

Installation

  • Mac/Linux: download binary and place it in a directory in your $PATH (e.g. /usr/local/bin)
  • Debian (including Ubuntu): download the .deb file and run dpkg -i brok-0.1.0_x86-64-linux.deb