You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Space toggles selection at cursor
- Shift+arrows/click for range selection with shrink support
- Cmd+A / Cmd+Shift+A for select/deselect all
- Selection preserved on sort, cleared on navigation
- Yellow highlight for selected files
- MCP tools: selection_clear, selection_selectAll, etc.
description:"List of available volumes (favorites, main volume, attached volumes, cloud drives). Each volume has an index for use with volume_selectLeft/volume_selectRight tools.".to_string(),
83
83
mime_type:"application/json".to_string(),
84
84
},
85
+
Resource{
86
+
uri:"cmdr://selection".to_string(),
87
+
name:"Selected files".to_string(),
88
+
description:"List of selected file indices in the focused pane".to_string(),
0 commit comments