rieje
rieje
Is it possible to check for sync completeness as "100%" when sync % is maxed out at 99% because ignored directories are considered out of sync? I am trying to...
EDIT: Actually, I'm thinking this might not be qimgv problem--I see it attached here and it displays fine but opening this github thread on chromium looks like [this](https://0x0.st/8qKG.png)... maybe I'm...
Oops, wrong title, but the issue is not related (this one is involves `--no-ignore`, the other involves `--glob`. I changed the title accordingly, thanks. Can you remove the references to...
You tried with the setting `(setq counsel-rg-base-command "rg --smart-case --no-heading --line-number --no-ignore --color auto %s .")`, right? It doesn't show results for me. If I change the path from `.`...
Unlock, prompts for passphrase. On success: $ udisksctl unlock -b /dev/sdb1 Passphrase: Unlocked /dev/sdb1 as /dev/dm-2. On fail: > Error unlocking /dev/sdb1: GDBus.Error:org.freedesktop.UDisks2.Error.Failed: Error unlocking /dev/sdb1: Failed to activate device:...
On Linux: Encrypt formatted partition with passphrase: $ sudo cryptsetup luksFormat --type luks2 --verify-passphrase Encrypt formatted partition with keyfile: # Create keyfile $ sudo dd bs=512 count=4 if=/dev/random of=/path/to/keyfile iflag=fullblock...
Everything under `[Controls]` are all in one line by default, which makes editing and reading inconvenient. Please also use use a sensible config path/name, i.e. `~/.config/qimgv/qimgv.conf`. Both seem like easy...
If eza is advertised as a replacement to `ls`, a ubiquitous and one of the most used CLI tools, then it makes sense to default to binary and also (at...
This is the feature I struggle with most trying to find a comparable alternative in Yazi that's as intuitive and efficient. It feels so natural using in nnn.
I just mean copying or symlinking shouldn't be necessary and can be avoided by putting them together under a directory in the repo itself, then the user only needs to...