veeso / termscp

🖥 A feature rich terminal UI file transfer and explorer with support for SCP/SFTP/FTP/S3/SMB
https://termscp.veeso.dev
MIT License
1.65k stars 48 forks source link

[Feature Request] - Deselect all files #255

Closed lobneroO closed 2 months ago

lobneroO commented 4 months ago

Description

Ctrl+A selects all files. M toggles selection on the hovered file. There is no way to Deselect all (selected) files).

Changes

Select all replaced by toggle selection all

Implementation

Since M toggles the hovered one, probably Ctrl+A should also toggle. If there is a just a subset selected, first Ctrl+A should select all, then if all files are selected, Ctrl+A should deselect all.

veeso commented 2 months ago

I will use ALT+A