Skip to content

Releases: dvdbits/leaf

Leaf v2.0.0

12 Nov 18:11

Choose a tag to compare

Major Changes

Complete rewrite from macOS GUI app to CLI-only tool with AI integration.

What's New

  • AI command generation: New ai command to generate shell commands from natural language
  • AI configuration: New aicfg command 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

06 Sep 09:24
be4996b

Choose a tag to compare

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 items
  • leaf show <alias> - Show item content
  • leaf run <alias> - Execute command
  • leaf help - Show help

Requirements

  • macOS 12.0 or later

Note: CLI is currently read-only. Use the GUI to add/edit items.