Fisherman is a lightweight, user-friendly GUI application for viciously killing Docker containers. Built with Go and the Fyne toolkit, it provides a simple interface to monitor and control your Docker containers in real-time.
This is largely a test of using Cursor to write a quick GUI application (and test out Fyne capabilities).
- Docker installed and running
- Install Go if you haven't already: https://golang.org/doc/install
brew install go- Run the application
go run main.goYou can build a full MacOS app by running:
makeThis project is licensed under the MIT License - see the LICENSE file for details.