Releases: smallhadroncollider/brok
Releases · smallhadroncollider/brok
1.1.0
- 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 rundpkg -i brok-1.1.0_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
1.0.0
- 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 rundpkg -i brok-$1_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
0.2.0
- 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 rundpkg -i brok-0.2.0_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
0.1.7
- Fixes issue where
https://
andhttp://
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 rundpkg -i brok-0.1.7_x86-64-linux.deb
. You may also need to install thelibtinfo5
package (sudo apt install libtinfo5
) - Fedora: Run
sudo dnf install ncurses-compat-libs
then download and run binary as described above
0.1.6
- 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 rundpkg -i brok-0.1.6_x86-64-linux.deb
0.1.5
- 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 rundpkg -i brok-0.1.5_x86-64-linux.deb
0.1.4
0.1.2
0.1.1
- 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 rundpkg -i brok-0.1.1_x86-64-linux.deb
0.1.0
Find broken links in text documents
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 rundpkg -i brok-0.1.0_x86-64-linux.deb