sfm icon indicating copy to clipboard operation
sfm copied to clipboard

Simple two-panel file manager written in Rust inspired by vim and Total Commander

Results 3 sfm issues
Sort by recently updated
recently updated
newest added

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...