Add ability to select multiple files #2

Open
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
Sign in to join this conversation.
No Label
WIP
easy
priority
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: p/sdn#2
No description provided.