Skip to main content

Tinger

Dart CLI Console
Table of Contents

What is Tinger?

I used it to check for torrent trackers, but you can use it for anything.

Tinger is a command-line tool that pings all links from a file, checks if they are alive, and logs the live links in a new file. It supports HTTP, HTTPS, and UDP links.

This was a go at building a simple CLI tool in Dart. I really liked working on this project.


zbejas/tinger

Ping URLs and save them in a file.

Dart
20
4



Why did I build it?

I had a list of trackers that were mostly dead, and I wanted to check which ones were still alive.

Is this also abandoned?

Not really, it does what it’s supposed to do, and I don’t need to add anything to it. If a need arises, I might add some features, but for now, it’s complete.