Flurrywinde
Flurrywinde
Awesome. Thanks for clarifying. While I'm editing the man page, are there any other changes I should put in?
The use case is for when someone needs to pass image filenames via stdin too. I have a script that gathers images from all over using a bunch of `find`...
I have experimented with the above `mkfifo ctrl && cat ctrl | pqiv --actions-from-stdin`, but it doesn't seem to work. I do `echo "add_file(/path/to/file.jpg)" | socat - ctrl` and pqiv...
A bit more on this. In a bash script, it doesn't work, but if I changed it to: ``` #!/bin/bash mkfifo /tmp/ctrl tail -f /tmp/ctrl | pqiv --actions-from-stdin /path/to/file.jpg &...
This annoys me too. One workaround I found so far is to add `highlight TagbarType guifg=#282828 ctermfg=235` to `~/.vim/bundle/syntax/vimwiki.vim`. (Replace #282828 and 235 with your theme's background color.) This is...
Sorry for the late reply. No, the asterisk isn't inside a code block or backticks.
It seems like this feature isn't implemented yet? Too bad! I too have a use-case. Today, I decided to experiment, and I discovered one can do something like: `xdotool search...
Pulled from my shell history file: ``` # mkdir $(bat --config-dir) # mkdir $(bat --config-dir)/syntaxes # cp -i ChoiceScript.sublime-syntax $(bat --config-dir)/syntaxes # bat --generate-config-file # cd $(bat --config-dir)/syntaxes # bat...
It didn't help. I did: ``` # cp ChoiceScript.sublime-syntax choicescript.sublime-syntax # bat cache --build # bat --list-languages | grep choice ``` I also changed the choicescript.sublime-syntax file's `name:` line to...