DLFW

Results 66 comments of DLFW

The ranger keybinding would be * `pl` for symlinking absolute path * `pL` for symlinking relative path I think they make sense. Feature very much appreciated! :smiley:

Hi! Unfortunately, I cannot reproduce this behavior. I scrolled `/dev` up and down, waited at some files (also at `/dev/random`) in case some bug needs some time to wake up,...

Hi! Yes and yes. That's why the preview pane disappears for a very short time when the cursor moves to a not-yet-visited file and is then shown again once the...

I think the `ansi-to-tui` problems are solved, right? Can't we make `syntax_highlight` a default feature again?

``` thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', /home/daniel/.cargo/registry/src/github.com-1ecc6299db9ec823/ansi-to-tui-0.4.1/src/ansi.rs:69:39 stack backtrace: 0: rust_begin_unwind at /rustc/0035d9dcecee49d1f7349932bfa52c05a6f83641/library/std/src/panicking.rs:517:5 1: core::panicking::panic_fmt at /rustc/0035d9dcecee49d1f7349932bfa52c05a6f83641/library/core/src/panicking.rs:93:14 2: core::panicking::panic at /rustc/0035d9dcecee49d1f7349932bfa52c05a6f83641/library/core/src/panicking.rs:50:5 3: core::option::Option::unwrap at /rustc/0035d9dcecee49d1f7349932bfa52c05a6f83641/library/core/src/option.rs:735:21...

I tested this again with the new ansi-to-tui dependency. When cat-ing a binary, just nothing is shown in Joshuto's preview pane, and no error message is shown either. I guess...

But there is hope: https://github.com/kamiyaa/joshuto

Hi! No, other “linemodes” are not available in Joshuto. Displaying the size only is currently hard-coded. But I agree that other linemodes and especially "custom linemodes" would be a very...

Ahoi, I have implemented a simple linemode feature which allows three basic linemodes: size, mtime, and sizemtime. → #206 The default key-bindings I have chosen are different from the ranger...

@tkna91: #206 has been merged, if you want to try it out. :wink: