This application designed to facilitate the invocation of pre-defined prompt sequences through shortcuts.
I created this project because I frequently reuse the same prompts throughout my day-for rewriting messages, adjusting email tone, or rephrasing content. The goal is to cut down on repetitive steps and make the process faster and easier.
- Custom Prompts – Create and manage your own prompt workflows.
- Flexible Model Choice – Connect to the AI model of your preference.
- Quick Shortcuts – Instantly run SmartCut on your clipboard with
Alt + Shift + G(G stands for Generate). - Always Up to Date – SmartCut updates automatically and securely.
- Local or Remote – Works with both locally hosted and remote LLMs.
- Ollama – Install from Ollama's website.
- Make sure Ollama is running before starting SmartCut.
- Go to the SmartCut releases page.
- Download and extract the latest zip.
- Run the SmartCut binary - it works out of the box.
Example configuration:
Usage example, rewriting an email:
Before building SmartCut, ensure you have the following installed:
- Golang: Download and install Golang from the official website.
- Fyne: Download and install Fyne from Fyne's website.
- Ollama: Download and install Ollama from Ollama's website.
go run main.go
go build -ldflags -H=windowsgui cmd/smartcut/main.go
fyne package -app-id com.mouuff.smartcut -os windows -icon images/icon.png -release

