← Back to tools
View AGENTS.md for feuille
Description
feuille is a fast, dead-simple socket-based pastebin. It accepts text over a TCP socket and returns a URL, making it trivially easy to share text snippets from the command line.
AI Summary
A minimal socket-based pastebin that accepts text over TCP and returns a URL for sharing.
Capabilities
- + Share text via TCP socket
- + Get a URL for shared content
- + Dead-simple usage with netcat
Use When
- → User wants a self-hosted pastebin
- → User needs the simplest possible paste service
Avoid When
- x User needs a feature-rich paste service