en0mem
en0mem
Try this (adapted from the [tips](https://github.com/gokcehan/lf/wiki/Tips#copy-and-move-files-asynchronously)): ``` cmd sudocp ${{ set -- $(cat ~/.local/share/lf/files) mode="$1" shift case "$mode" in copy) sudo cp -rn -- "$@" .;; move) sudo mv -n...
Browsing GVfs should be possible in `lf` if you mount it on the filesystem.
`lf` does not support regular expressions in search, but it does support globs (`set globsearch`). Your examples could be rewritten in globs like this: ``` a* IMG_2022* *.go ```