Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
TobberH opened this issue Dec 2, 2021 · 3 comments · Fixed by #83
Closed

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

TobberH opened this issue Dec 2, 2021 · 3 comments · Fixed by #83
Assignees
Labels
new feature New feature or request
Milestone

Comments

@TobberH
Copy link

TobberH commented Dec 2, 2021

Description

Some recommended improvements to the interface.

Changes

Key bindings:

  • Home key should go to top of file list
  • End key should go to bottom of file list
  • Tab should switch between local and remote list, use another key bind to go to the log view.

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

  • F5 key should also download/upload like Space
  • Shift-F6 key should also rename
  • F7 should also create directory
  • F8 should also delete

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.

  • ...
@TobberH TobberH added the new feature New feature or request label Dec 2, 2021
@veeso veeso added this to the 0.8.0 milestone Dec 2, 2021
@veeso
Copy link
Owner

veeso commented Dec 2, 2021

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
Copy link
Author

TobberH commented Dec 2, 2021

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
Copy link
Owner

veeso commented Dec 11, 2021

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.

@veeso veeso closed this as completed Dec 11, 2021
veeso added a commit that referenced this issue Jan 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants