Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
citizen428 committed May 18, 2022
1 parent 59fe55b commit 6d6c81d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# unsavory: get rid of those stale bookmarks!

`unsavory` checks your [Pinboard](https://pinboard.in) bookmarks for dead links (HTTP status code 404) and removes them. Additionally it will also inform you about links which return a status code other than 200 (OK).
`unsavory` checks your [Pinboard](https://pinboard.in) bookmarks for dead links (specifically HTTP status codes [404](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404) and [410](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/410)) and removes
them. Additionally it will also inform you about links which return a status code other than 200 (OK).

This is a Go re-implementation of the [original Ruby version](https://github.com/citizen428/unsavory-legacy).

If you wonder about the name, this program was originally written for [del.icio.us](https://en.wikipedia.org/wiki/Delicious_(website)) and I can't resist a bad pun.
Expand Down Expand Up @@ -75,8 +77,7 @@ $ unsavory --token=user:NNNNNN --proxy-url=http://example.com:8080

## Warning

Any link that returns an HTTP status code of 404 will be deleted without warning. There's no undo,
use at your own risk!
Any link that returns an HTTP status code of 404 or 410 will be deleted without warning. There's no undo, use at your own risk!

## Todo

Expand Down

0 comments on commit 6d6c81d

Please sign in to comment.