Jeff

Results 128 comments of Jeff

Hey, I think theres some confusion here with the symlink ability. It should be 1. `pl` add selected files to clipboard 2. `pp` paste them as symlink Similar to how...

Interesting. I think the `ranger` approach makes more sense. Intuitively, users would `yy` and decide whether to paste, paste symlink or paste overwrite at a later state. Lets create a...

Yes, joshuto uses `file` command to determine what mimetype files are :+1:

I'm not able to reproduce this. Can you try with latest git and see if the issue still persists? Also maybe posting the output of `ls -l /` to get...

> I wonder how we can test that the query is executed inside a transaction? let me see if I can write a unittest for it :+1:

You can take a look at some of the example configs here: https://github.com/kamiyaa/joshuto/blob/main/config/mimetype.toml#L176 In particular, you can add the `fork = true` option and it will spawn zathura detached I...