Add ability to select multiple files #2
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
C-t should add the file/directory under the cursor to the current selection and move one position down, if possible. The selection will be retained in the state file, for the current directory only, of the given parent shell instance.
Similar to Norton Commander, the total count and size of selected files will be displayed on the lowest line.
The selection will be cancelled upon chdir (to a different directory) and when C-g is pressed. M-+ and M-- will be bound to a prompt for a glob to add or remove from the selection.
The entire selection will be inserted at the shell's cursor when "choose" is executed. The "view" and "edit" actions will be applied to all members. "view" will skip over directories. "rename" and "rename-prefill" will fail.