kamiyaa / joshuto

ranger-like terminal file manager written in Rust
https://crates.io/crates/joshuto
GNU Lesser General Public License v3.0
3.4k stars 150 forks source link

--foreground=true not working any longer #357

Closed fatualux closed 1 year ago

fatualux commented 1 year ago

Since I updated Joshuto (I am on joshuto-0.9.5) the --foreground=true option is no longer working (only permanently works).

This is my keymap:

{ keys = [ "delete" ], command = "delete_files --permanently" }, { keys = [ "d", "D" ], command = "delete_files --foreground=true" },

DLFW commented 1 year ago

Hi. Removed from config template in commit 6e968f8aab4cff7f001c10c3fcbe59030dda6ed0. I don't find the realted change in the code logic, but this option has apparently been removed. I had to remove it from my config some time ago.

kamiyaa commented 1 year ago

I've changed it to --background=true instead :eyes:

fatualux commented 1 year ago

thanks for your support, all clear