Hey, great project but I have a little suggestion - Implement some sort of type highlighting. This is my current temp workaround:
manix "" | grep '^# ' | sed 's/^# \(.*\) (.*/\1/;s/ (.*//;s/^# //' | fzf --ansi --preview="manix '{}' | sed 's/type: /> type: /g' | bat -l Markdown --color=always --plain"
I am just adding the symbol > in front of the type. Seems to get the job done :)
Thanks for this project, and good luck 👍
Hey, great project but I have a little suggestion - Implement some sort of
typehighlighting. This is my current temp workaround:I am just adding the symbol
>in front of the type. Seems to get the job done :)Thanks for this project, and good luck 👍