twin-commander icon indicating copy to clipboard operation
twin-commander copied to clipboard

Yet another text mode twin-panel file manager

Results 7 twin-commander issues
Sort by recently updated
recently updated
newest added

Implement localization by using the following crates: * [i18n-embed-fl](https://crates.io/crates/i18n-embed-fl) * [i18n-embed](https://crates.io/crates/i18n-embed)

Since the [tui-rs](https://github.com/fdehau/tui-rs) crate is deprecated, twin-commander should depend on the new community fork [ratatui](https://github.com/ratatui-org/ratatui).

The application should support remote protocols probably through plugins, like: * (s)FTP * SSH

# Themes twin commander should provide a way to users to select from a list of premade themes and/or make their own theme(s) and help to distribute them to customize...

enhancement
help wanted

twin commander should handle the following archives: * iso * gz * rar * tar * zip * 7zip ## View archive content Contents of archive files should be listed...

enhancement
help wanted
difficulty:medium

It would be good to have a list of previously visited paths on the filesystem that a user can navigate back and forth. Just like in Total Commander.The widget would...

enhancement
help wanted
good first issue

Listing huge dirs with thousands of files are slow to read, and does not render: i think the ui is refreshed before the file list could be drawn into the...

bug