Add ability to select multiple files #2

Closed
opened 2020-10-10 22:03:50 +02:00 by p · 0 comments
Owner

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.

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.
p self-assigned this 2020-10-10 22:03:50 +02:00
p referenced this issue from a commit 2024-12-30 00:31:58 +01:00
p closed this issue 2024-12-30 00:31:58 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: p/sdn#2
No description provided.