kbgrep -- knowledgebase search tool #515
Replies: 2 comments 4 replies
-
Nice. So it is a wrapper around ripgrep? And what are the advantages of using cue instead of YAML directly? I am suspicious of people choosing JSON over YAML... :) When running it on my knowledge base, the output was unexpected.
Also - since I assume this is a markdown-oriented search tool, perhaps employ a markdown display tool, such as glow or tty-merkdown-cli instead of bat? Perhaps the tool to use can be defined with an environment variable? |
Beta Was this translation helpful? Give feedback.
-
Hey @pcrockett - I just noticed that kbgrep is not linked from https://bashly.dannyb.co/examples/#real-world-examples |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://github.com/pcrockett/kbgrep
some more interesting details:
bashly.yml
file -- i keep my config in a cuelang file, and convert it to yaml just before callingbashly generate
. because i can 😎 .on the to-do list:
feedback welcome
Beta Was this translation helpful? Give feedback.
All reactions