Does bat use Bubbles? #2252
Answered
by
keith-hall
terminalPoltergeist
asked this question in
Q&A
-
I am working on a command line utility and wondering if the "viewport" that bat uses to display a file makes use of Bubbles? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
keith-hall
Jul 29, 2022
Replies: 1 comment
-
Nope, just your standard |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
terminalPoltergeist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nope, just your standard
PAGER
application, generally defined to beless
by default on most systems. N. B. Looks like Bubbles is written in Go, whereasbat
is a Rust utility.