catfetch

module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 3, 2026 License: MIT

README

CatFetch

A desktop GUI application built with Go and Gio UI that fetches and displays random cat images from cataas.com.

Prerequisites

  • Go 1.25 or higher

Getting Started

Clone the Repository
git clone <repository-url>
cd catfetch
Build the Application
go build -o build/catfetch ./cmd/catfetch
Run the Application

From the project directory:

./build/catfetch

Or run directly without building:

go run ./cmd/catfetch/main.go
Optional: Install System-wide

To run the application from anywhere without ./:

Linux/macOS (user-local install):

cp build/catfetch ~/bin/catfetch
# Ensure ~/bin is in your PATH

Linux (system-wide install):

sudo cp build/catfetch /usr/local/bin/catfetch

Then you can run it from anywhere:

catfetch

Usage

Launch the application and click the "Fetch Image" button to load a random cat picture. The image will automatically scale to fit the window while maintaining its aspect ratio.

Roadmap

  • Cat History: Browse previously fetched cat images
  • Text Overlays: Add custom text overlays to cat images
  • Tag Search: Search for cats by specific tags
  • Image Filters: Add sliders and options to apply filters (sepia, blur, brightness, etc.) using cataas API parameters

License

MIT License - see LICENSE file for details.

Copyright (c) 2026 NovelGit LLC

Directories

Path Synopsis
cmd
catfetch command
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL