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.61k stars 46 forks source link

[Feature Request] - Some recommended changes to the user interface #80

Closed TobberH closed 2 years ago

TobberH commented 2 years ago

Description

Some recommended improvements to the interface.

Changes

Key bindings:

For everyone used to Midnight Commander, Total Commander, FMan, etc, this would be really nice:

File/directory names should have more space, right now names are cropped even though there is plenty of space to the right.

In the browsing view when connected to remote it would be nice with a hint to using H to show available keys. It took me quite a while to figure out that pressing Space key would copy. Had to find the website manual which really shouldn't be necessary.

veeso commented 2 years ago

Hi,

thank you for your feedback on the Ui.

Regarding home and end keys I've already implemented them for the next update.

For me, the other suggestions are good too, so I will put them into my backlog.

Regarding the name spaces, it really depends on your screen size, so if you have a large screen, it may result in a waste of space. That's why there is the possibility to set the length used by each field in the file row. These parameters are available in the app configuration.

TobberH commented 2 years ago

I looked at the File formatter syntax, which is a REALLY nice option btw! But maybe it could support percentages as an alternative to letter count? Then it could stretch out the columns to use available space instead.

veeso commented 2 years ago

Length as percentages would be cool, but it's kinda hard to implement and some attributes, such as the permissions, takes always the same length, so idk. Maybe in the future, I'll give it further time for analysis, but for the moment I'll keep it as is.

Anyway, the suggestions have been merged into 0.8.0, so you'll be able to see the changes in the next release.