https://github.com/mwarkentin/roomba
Print out response codes for all links found within a directory
https://github.com/mwarkentin/roomba
Last synced: about 1 year ago
JSON representation
Print out response codes for all links found within a directory
- Host: GitHub
- URL: https://github.com/mwarkentin/roomba
- Owner: mwarkentin
- License: mit
- Created: 2013-08-29T02:04:12.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-08-29T02:17:13.000Z (almost 13 years ago)
- Last Synced: 2025-02-05T23:57:12.333Z (over 1 year ago)
- Language: Shell
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
roomba
======
Find all of those dusty corners (aka broken links) in your source code.
Usage
=====
```
./roomba.sh /Users/mwarkentin/repos/foobar | grep 404
404 https://support.foobar.com/entries/12847384-how-to-foo-your-bar
404 https://support.foobar.com/entries/21470424-collaborating-with-your-bazzle
```