Q. Kate which terminal is that!? omg
A. The terminal I use is called kitty. https://sw.kovidgoyal.net/kitty/
Other">https://sw.kovidgoyal.net/kitty/&qu... terminals can display images, too.
Go and read this: https://saitoha.github.io/libsixel/
I">https://saitoha.github.io/libsixel/... think kitty uses its own protocol, rather than sixel.
A. The terminal I use is called kitty. https://sw.kovidgoyal.net/kitty/
Other">https://sw.kovidgoyal.net/kitty/&qu... terminals can display images, too.
Go and read this: https://saitoha.github.io/libsixel/
I">https://saitoha.github.io/libsixel/... think kitty uses its own protocol, rather than sixel.
Q. Where can I get idot?
A. It& #39;s just a shell alias to run dot(1) with defaults for fonts and colours to match my terminal.
It& #39;s the regular Graphviz dot you& #39;re looking for, outputting svg.
A. It& #39;s just a shell alias to run dot(1) with defaults for fonts and colours to match my terminal.
It& #39;s the regular Graphviz dot you& #39;re looking for, outputting svg.
Q. How does your terminal render SVG??
Q. omg I want a terminal with svg support!
Q. wowww svg in your terminal is cool
A. It doesn& #39;t. I use rsvg-convert to render to a png, and then the terminal& #39;s builtin to display the png image.
I& #39;d like a terminal with svg support, too.
Q. omg I want a terminal with svg support!
Q. wowww svg in your terminal is cool
A. It doesn& #39;t. I use rsvg-convert to render to a png, and then the terminal& #39;s builtin to display the png image.
I& #39;d like a terminal with svg support, too.
Q. Kate how do you draw the moomins with the square dots?
A. They& #39;re UTF8 braille characters.
I wrote a program to convert an XBM image to make them. You can get xbm-utf8.c here: #file-xbm-utf8-c">https://gist.github.com/katef/59450aa622315bd35fc27bd383c2dbe6 #file-xbm-utf8-c">https://gist.github.com/katef/594...
A. They& #39;re UTF8 braille characters.
I wrote a program to convert an XBM image to make them. You can get xbm-utf8.c here: #file-xbm-utf8-c">https://gist.github.com/katef/59450aa622315bd35fc27bd383c2dbe6 #file-xbm-utf8-c">https://gist.github.com/katef/594...
Rendering with UTF8 braille characters depends very much on your font. Here& #39;s xterm instead, with the default & #39;fixed& #39; font:
Q. Kate why is your prompt a semicolon, you weird hipster minimalist?
A. So you can cut & paste multiple lines.
The idea comes from Tom Duff, it& #39;s the default for the rc(1) shell.
A. So you can cut & paste multiple lines.
The idea comes from Tom Duff, it& #39;s the default for the rc(1) shell.
Q. Why does your prompt change colour?
A. I have it change colour when $? is non-zero.
Usually I don& #39;t care what the value is, just whether a command failed or not.
In zsh that& #39;s:
PS1=& #39;%(?.%(!.#.;).%F{6}%B;%b%f) & #39;
A. I have it change colour when $? is non-zero.
Usually I don& #39;t care what the value is, just whether a command failed or not.
In zsh that& #39;s:
PS1=& #39;%(?.%(!.#.;).%F{6}%B;%b%f) & #39;
You can get plot.awk here if you want it:
https://gist.github.com/katef/fb4cb6d47decd8052bd0e8d88c03a102">https://gist.github.com/katef/fb4...
https://gist.github.com/katef/fb4cb6d47decd8052bd0e8d88c03a102">https://gist.github.com/katef/fb4...
libfsm for regular expressions: https://github.com/katef/libfsm/
kgt">https://github.com/katef/lib... for context-free grammars as railroad diagrams: https://github.com/katef/kgt/
(which">https://github.com/katef/kgt... can also generate html for a grammar)
kgt">https://github.com/katef/lib... for context-free grammars as railroad diagrams: https://github.com/katef/kgt/
(which">https://github.com/katef/kgt... can also generate html for a grammar)
I forgot, this is handy if you work with fonts a bunch, maybe you might this this useful too. https://twitter.com/thingskatedid/status/1288688482920013825">https://twitter.com/thingskat...