Vimscript: "Telescope grep_string search_dirs=["$HOME/.config"]"
Lua: require("telescope.builtin").grep_string({ search_dirs = { os.get_env("HOME") .. "/.config" } })
Vimscript: "Telescope grep_string search_dirs=["$HOME/.config"]"
Lua: require("telescope.builtin").grep_string({ search_dirs = { os.get_env("HOME") .. "/.config" } })
Not at the moment, no. But it's worth it for the range of things you find on there.
This might be an issue with opensearch.xml, which is a standard for how browsers recognise search engines.
See here:
https://github.com/hnhx/librex/blob/main/opensearch.xml.example
I don't know how you're hosting it, but when I was hosting LibreX, I had to make an opensearch.xml with the correct domain and bind mount it to the correct location. I don't exactly remember the details since I moved to Searxng.
Also, if you're not aware, LibreX was forked to LibreY, which is the updated repo.
Navidrome replaced Spotify for me, with Symfonium on Android, I'm never going back. On PC you can use any Subsonic client, and there are plenty I threw Tailscale on top to access it when I go out.
Org-mode, with Orgzly on Android, sync via a WebDav server, which you can also mount on you PC and literally use any editor to edit.
I really had hoped that was a bit but it wasn't lol
Well guess I'll add one more to my three a day.
Okay I think I might know what you mean? I just tried doing that and got it to work. We can compare what we did. Here's mine.
I created a shared folder called "Shared"
then I create a group called "All" and mount the "Shared" folder to /shared
I went to a user and add them to group "All"
Examining that user's files
I can navigate into that shared folder and access everything (I have stuff in there already).
To set up the folder, which I called "shared", I set the home directory for it to /srv/sftpgo/data/shared
. For reference, my user home directory is /srv/sftpgo/data/user1
. Then to allow user1 to access it, I mount it as a virtual folder. Is this what you did?
Of course whatever works for you works too, we found workarounds for what we need.
Yes it's more convenient because it's a keybinding away. Also, on Wayland I have to use kernel modeset and it is impossible to "overclock/undervoltage" the GPU to save energy. I also get more frames on X. It's not that KDE on Wayland is bad...it's exactly switching to X just to do that to play games is inconvenient.
You're mixing Lua with Vimscript, the stuff with in double quotes should be in Vimscript
s = { "Telescope grep_string search_dirs=['$prj_path/dir1/dir2/dir3/'] cr>", "Grep on dir3" }