coderaiser / coderaiser/cloudcmd

[Feature Request] Add extension column and time display to file list

Open
#475 6 comments 0 reactions 1 assignee View on GitHub

@Lentzeris is already working on this.

Since Sep 15, 2026.

Dominant language
JavaScript
Stars
2k
Forks
270
PR merge metrics
No merged PRs in 30d

Description

Is your feature request related to a problem? Please describe.
I'm always frustrated when working with file lists because I can't sort or identify files by their extension separately from the filename. The current "name" column combines both the filename and extension, which makes it difficult to quickly see file types at a glance or sort by extension. Additionally, the date column only shows the date without time information, making it hard to distinguish between files modified on the same day.

Describe the solution you'd like
I would like to see two improvements to the file panel columns:

  1. Separate Extension Column: Add an optional "extension" column that displays only the file extension (e.g., .js, .txt, .jpg). This would allow users to sort files by extension independently from the filename, similar to how Double Commander and other file managers handle this.

  2. Date Column with Time: Enhance the existing date column to include time information (e.g., 2026-09-01 14:30:25 or a configurable format). This would help identify which files were modified most recently within the same day.

Additional context
I'm running Cloud Commander in a Docker environment with latest version. The current column display is name-size-date. I'm aware that the columns system is somewhat customizable, but adding new columns appears to require modifying source code and rebuilding. These features would greatly improve the file management experience for developers and system administrators who frequently work with large numbers of files.

Example of the proposed column layout:

Name Extension Size Modified
README .md 2.1 KB 2026-09-01 14:30:25
package .json 1.4 KB 2026-09-01 13:15:10
index .js 8.7 KB 2026-08-31 09:45:03

This feature would be similar to the column customization options available in other file managers like Double Commander, Total Commander, and Dolphin.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.