kamiyaa / joshuto

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

[BUG] Linemode 'sizemtime' unknown. #523

Open Beethoven-n opened 2 months ago

Beethoven-n commented 2 months ago
joshuto --version
joshuto-0.9.8
branch:main
commit_hash:d9496689
build_time:2024-04-07 16:21:04 +00:00
build_env:rustc 1.77.1 (7cf61ebde 2024-03-27),stable-x86_64-unknown-linux-gnu

this is with the git package. looks like the other linemodes work, but not sizemtime.

Akmadan23 commented 2 months ago

You set linemode = "sizemtime"? If so you should use the pipe char as a separator (|), so in this case linemode = "size|mtime".