agguser
agguser
E.g. ``` vifm /etc/vifm +'sp %c' ``` causes error: ``` "/etc/vifm/%c" Press Enter/Escape to continue ``` , unlike `:cd %c`. I have to use `:exe 'sp' expand('%c')` instead. By the...
``` ls -d {/etc,/usr/share}/vifm | vifm - +tree ``` A workaround is to recursively list files for a custom view, e.g.: ``` find {/etc,/usr/share}/vifm | vifm - +tree ```
Currently, a DVKP field without a key uses its index as its key. E.g. ``` $ echo 'a,z=b,c' | mlr cat 1=a,z=b,3=c ``` , but I find that implicit keys...
### App version 2.3.0 ### Android version 14 ### Describe the bug When copying received text with the Copy button, all newlines in the text are removed. ### Steps to...
I resize qutebrowser to half screen, open two tabs, one is youtube.com. After I view YouTube video fullscreen, the window is automatically resized to fullscreen, then I switch to the...
```sh $ mlr repl Miller 6.13.0 REPL for linux/amd64/go1.23.2 Docs: https://miller.readthedocs.io Type ':h' or ':help' for online help; ':q' or ':quit' to quit. [mlr] xprint 123 # not exit if...
Currently, if OFS is multiple characters, PPRINT does not align well; e.g. ```sh $
On `Android` (14), on `Google Chrome` browser (133.0.6943.89) (and `Brave`), the web site does **not go to the next lesson** when the current lesson has completed (all characters have been...
### Description In `Settings> Mouse> Tab actions> Middle click on tab`, there is an option called `duplicate as a child`, which opens a duplicate as the *last* child. This should...