kbgrep -- knowledgebase search tool #515
pcrockett
started this conversation in
Show and tell
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? |
3 replies
|
Hey @pcrockett - I just noticed that kbgrep is not linked from https://bashly.dannyb.co/examples/#real-world-examples |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.ymlfile -- 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
All reactions