upchuk

Crates.ioupchuk
lib.rsupchuk
version1.0.0
created_at2025-08-03 12:15:25.546042+00
updated_at2025-08-03 12:15:25.546042+00
descriptionA CLI tool to manage and check URLs
homepagehttps://github.com/UD11/upchuk
repositoryhttps://github.com/UD11/upchuk
max_upload_size
id1779670
size55,842
UddalakSeal (UD11)

documentation

https://github.com/UD11/upchuk

README

Upchuk

Upchuk is a simple CLI tool to manage, store, and check the availability of URLs from a local config file. It helps you track tagged URLs over time and test their accessibility on demand.


📦 Features

  • Add URLs with optional tags and auto-generated date
  • Store URLs in a line-delimited JSON file (~/.config/upchuk/upchuk_urls.json)
  • List all saved URLs with metadata
  • Check URL reachability with HTTP GET requests
  • CLI output includes timing, status, and errors

🚀 Getting Started

Add a URL

upchuk add https://example.com --tag blog
Commit count: 0

cargo fmt