Add one-time commands, scripts directory, and native notifications#4
Merged
vim-zz merged 4 commits intovim-zz:mainfrom Mar 4, 2026
Merged
Conversation
…ommand history - Add [commands] config section for fire-and-forget one-time commands with three output modes: silent, notify, terminal - Add scripts_dir config option to auto-discover .sh scripts with configurable default output mode (scripts_output) - Add CommandRunner in core with structured NotifyEvent callback for cross-platform dispatch - Replace osascript notifications with native NSUserNotificationCenter on macOS (shows app icon, supports click-to-view-history) - Add command execution history logging to command_history.log with timestamps, exit codes, and full output - Show elapsed time in notifications for long-running commands (>2s), with delayed "Running..." indicator - Add "View Command History" menu item (shown only when commands are configured) - Bump version to 1.8.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
Author
Code reviewNo issues found. Checked for bugs and CLAUDE.md compliance. 🤖 Generated with Claude Code - If this code review was useful, please react with 👍. Otherwise, react with 👎. |
Resolve conflicts in README.md and Cargo.lock. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fixes CI build failure on ubuntu-latest. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
[commands]config section for fire-and-forget one-time commands with three output modes:silent,notify,terminalscripts_dir/scripts_outputconfig options to auto-discover.shscripts from a directoryNSUserNotificationCenteron macOS (shows app icon, supports click-to-view-history)🤖 Generated with Claude Code