You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am really exciting about setting up and using Shell Velocity but I've run into a problem that might just be user error.
I have set SHV_PATH to my existing NVALT directory. When I run 'shv' I see all the files and the search works fine, however when I select the file it opens a blank document with an additional .md extension. For example if I select reading-notes.md it opens reading-notes.md.md which is empty.
The text was updated successfully, but these errors were encountered:
Okay, I've just realized that the problem is that the majority of my files have spaces in the filename because of the way nvAlt saved my files. Thus, when I open reading notes.md, it tries to replace the space with a - and gives it a new file name (reading notes.md -> reading-notes.md.md)
Hi,
I need some more information to understand better the problem:
OS
PICKER (fzf, dmenu, etc)
SHELL (you can check with echo $SHELL)
Also yes having white spaces in the filename can definitely make things behave weirdly. I'd suggest for your sanity to rename your files to have underscores or dashes instead of spaces. It will make thing much easier to process things on the command line. I suggest you to look into vimv to bulk rename files.
Hi,
I am really exciting about setting up and using Shell Velocity but I've run into a problem that might just be user error.
I have set
SHV_PATH
to my existing NVALT directory. When I run 'shv' I see all the files and the search works fine, however when I select the file it opens a blank document with an additional .md extension. For example if I selectreading-notes.md
it opensreading-notes.md.md
which is empty.The text was updated successfully, but these errors were encountered: