Kivimango

Results 20 issues of Kivimango

Hello ! I'm receiving a panic when i want to rotate the image in slint using software renderer (other platforms works ok) ```rust thread 'main' panicked at 'not yet implemented',...

enhancement
a:renderer-software

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

Hello ! i stuck with a problem: i cant build a tree from bottom up. Consider the following scenario: (i would like to store GUI widgets parent-children relationships using this...