sfm
sfm copied to clipboard
Simple two-panel file manager written in Rust inspired by vim and Total Commander
Fixes Shift modifier problem.
I use a Firefox plugin called [Vimium C](https://addons.mozilla.org/en-US/firefox/addon/vimium-c/) to have `vim`-like navigation in the browser. To go back, I use `Shift+H` (Shift+Left in `vim` terminology). I would like to have...
`error[E0599]: no method named `is_dir` found for type parameter `TPath` in the current scope -- | --> src\app\file_system\functions.rs:31:18 | \| | 31 \| if item_path.is_dir() { | \| ^^^^^^ method...