Skip to content

Reports updates on GitHub and StackOverflow links in source code

Notifications You must be signed in to change notification settings

ogham/checkback

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

checkback

Have you ever had to include a reference in your code so you can check back on it later, but then you forget?

// can't do this until generic associated types lands:
// https://github.com/rust-lang/rust/issues/44265

checkback is a tool that scans your source code for links to GitHub issues and StackOverflow questions, queries them using their APIs, and reports if any have had any updates within the last month. With luck, someone will have posted an answer, fix, or workaround for your problem, meaning you can update your code and remove the link.

Screenshot of checkback

About

Reports updates on GitHub and StackOverflow links in source code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages