Jakub Klinkovský

Results 293 comments of Jakub Klinkovský

You need to unbind `f`, or in other words map it to the empty command: map f

> @lahwaacz But I still want the single `f` key That does not make sense. What do you expect to happen when you press `f`? Should it execute the command...

lf's default opener on Linux is xdg-open, not mimeopen. See https://pkg.go.dev/github.com/gokcehan/lf#hdr-Opening_Files

Or you can add something like `ln 01;38;5;37` to `~/.config/lf/colors` to highlight links with a different color.

There is an example for showing progress: https://github.com/gokcehan/lf/wiki/Tips#show-progress-for-file-copying

This patch seems to work for me: ```patch diff --git a/gpus.go b/gpus.go index ca3bcaf..9e90421 100644 --- a/gpus.go +++ b/gpus.go @@ -38,15 +38,19 @@ func GPUsGetMetrics() *GPUsMetrics { func ParseAllocatedGPUs() float64...

> while with `%N` a compressed list of the hosts is printed, like the following: > > ``` > host0[01-10] > ``` This also means that if there were some...

There is an open PR for this: https://github.com/vpenso/prometheus-slurm-exporter/pull/57

Duplicate of #61 (heh...)

> I changed it to > `args := []string{"-a", "-X", "--format=AllocTRES", "--state=RUNNING", "--noheader", "--parsable2"}` > Rebuild, reinstall ant it works. It's not that simple, the format of the output changed...