Skip to content

Conversation

@majiayu000
Copy link

Fixes #166

Changes

  • Add Tab key to select/deselect individual files
  • Add 'a' key to select/deselect all files in current directory
  • Selected files highlighted in green with status bar showing count
  • Batch yank (y) copies all selected file paths to clipboard
  • Batch delete (d) deletes all selected files with undo support

🤖 Generated with Claude Code

Add the ability to select multiple files for batch operations:
- Tab to select/deselect individual files
- 'a' to select/deselect all files in current directory
- Selected files are highlighted in green
- Status bar shows selection count
- Yank (y) copies all selected file paths (newline-separated)
- Delete (dd) deletes all selected files with undo support

Closes antonmedv#166

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: majiayu000 <1835304752@qq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

multi-file selection

1 participant