V0.5.5 (Editor, Tree and Keypress Prompt) #5

Merged
irammini merged 3 commits from 0.5.5 into main 2026-01-24 22:42:09 +00:00
irammini commented 2026-01-24 19:44:53 +00:00 (Migrated from github.com)
No description provided.
irammini commented 2026-01-24 19:45:07 +00:00 (Migrated from github.com)

In this commit:

  • Added EditorPrompt implementation in src/prompts/editor.ts
  • Added EditorOptions to src/types.ts
  • Exposed MepCLI.editor() in src/core.ts
  • Updated example.ts with usage demo
  • Updated README.md with documentation
In this commit: - Added `EditorPrompt` implementation in `src/prompts/editor.ts` - Added `EditorOptions` to `src/types.ts` - Exposed `MepCLI.editor()` in `src/core.ts` - Updated `example.ts` with usage demo - Updated `README.md` with documentation
irammini commented 2026-01-24 20:05:19 +00:00 (Migrated from github.com)

In this commit:

  • Implement TreePrompt for hierarchical selection with expand/collapse support.
  • Implement KeypressPrompt for pausing or single-key commands.
  • Add tree and keypress methods to MepCLI.
  • Update documentation and examples.
In this commit: - Implement `TreePrompt` for hierarchical selection with expand/collapse support. - Implement `KeypressPrompt` for pausing or single-key commands. - Add `tree` and `keypress` methods to `MepCLI`. - Update documentation and examples.
Sign in to join this conversation.
No description provided.