Skip to content

v0.2.0

Latest

Choose a tag to compare

@ACPixel ACPixel released this 11 May 05:27

Summary

  • Make try config an interactive editor for try_dir and prune_on_use.
  • Add try config show for non-interactive config inspection.
  • Split the codebase into focused files for config, database migrations, folder operations, UI, shared types, and utilities.
  • Preserve existing behavior for folder creation, fuzzy jumping, listing, pruning, config loading, and migrations.

Verification

  • go build ./...
  • go test ./...
  • Smoke-tested config inspection, create, list, and automatic pruning with isolated temporary directories.