Releases: dvdbits/leaf
Releases · dvdbits/leaf
Leaf v2.0.0
Major Changes
Complete rewrite from macOS GUI app to CLI-only tool with AI integration.
What's New
- AI command generation: New
aicommand to generate shell commands from natural language - AI configuration: New
aicfgcommand to configure LLM settings - Full command suite:
add,delete,edit,show,list,run,import,export - Colored output: Better visual feedback in terminal
Breaking Changes
- Removed GUI application (CLI-only now)
- All commands are subcommands:
leaf add,leaf ai, etc. - Due to storing changes previous data is lost
Leaf v1.0.0
Leaf v1.0.0 - Command & Text Snippet Manager
First Stable Release
A macOS tool for storing and quickly accessing text snippets and shell commands through both GUI and CLI interfaces.
Key Features
- Store snippets with optional aliases
- Execute commands with real-time output
- Import/export JSON data
- Modern SwiftUI interface
- Command-line access
CLI Commands
leaf list- List all itemsleaf show <alias>- Show item contentleaf run <alias>- Execute commandleaf help- Show help
Requirements
- macOS 12.0 or later
Note: CLI is currently read-only. Use the GUI to add/edit items.