Closed pfr-dev closed 3 years ago
Thanks for opening a new issue. The team has been notified and will review it as soon as possible. For urgent issues and priority support, visit https://xscode.com/gnebbia/kb
Actually kb does not use cat, it just prints the artifacts line by line without calling an external program.
anyway you could try to setup a function in your .bashrc or .profile file, such as:
function kbvbat(){ kbv "$1" | bat; }
Of course rename the function as you wish.
function kbvbat(){ kbv "$1" | bat; }
This does pipe the output through bat, however it exits out to a prompt meaning that you still cannot use the keyboard to scroll up/down.
Sorry I don't understand the issue, I tried and I am scrolling just fine, did you try it? The program does not enforce the use of cat or any other pager. Try the above solution and let me know.
Nevermind, I got it working. Thanks
Is it possible to configure kb to use bat instead of cat when viewing notes and cheatsheets? for large files this will allow for easy scrolling.