leo-arch

Results 124 comments of leo-arch

Great. We can (almost) be sure the issue is then caused by the screen auto-refreshing feature. I'll keep trying to reproduce this issue. Thanks for your feedback @ashprice!

Thanks for the info @cjk! I'll give this a try and let you know.

A few quick tests: I've tried setting **LESS** to a few `less` arguments (`-F`, `-FR`, `-FRX`), and also played a bit with the **PAGER** environment variable (as described by the...

Sounds reasonable. Could you please open an issue for this one?

Thanks @theRoboxx! Added.

Yes, you rightly spotted the difficulty: automated tests work great when it comes to command line arguments, but I wasn't able to find yet a way to make these tests...

I'll give this a try. Thanks.

Hi @knodalyte! I guess it's possible, everything is it, by I'm not sure about the implementation details. For the time being, the first thing coming to my mind is a...

```sh #!/bin/sh # Description: Jump to visited directories using external directory jumpers # Author: L. Abramovich # License: GPL3 # # Dependencies: zoxide if type zoxide >/dev/null 2>&1; then if...

**UPDATE** It works! To keep the zoxide database up to date, add this prompt command to **clifm**'s main config file (`config` or F10): ```sh promptcmd zoxide add -- "$PWD" ```...