@fabrixxm Only for like a week. My first manager unplugged my mouse and unbound the arrow keys and escape key and told me to "figure it out" and it only took me a couple weeks.
Mitchell Hashimoto
Posts
-
Nobody should be using up arrows to get previous commands in a terminal or shell. -
Nobody should be using up arrows to get previous commands in a terminal or shell.Nobody should be using up arrows to get previous commands in a terminal or shell. You have to move your hand and its linear complexity in keystrokes. Use ctrl+p (for low n) or ctrl+r. Use a real shell or history manager (fish, fzf, atuin) for ctrl+r.
-
libghostty can now encode terminal contents as HTML.libghostty can now encode terminal contents as HTML. On the left is an example program that reads stdin, loads it in a terminal, and encodes to HTML. On the right, an example of `fastfetch` encoded to the browser. Coming soon to Ghostty clipboard ops automatically.
-
Libghostty is coming.Libghostty is coming. 👻 The first library will be libghostty-vt: a zero-dependency (not even libc!) library that provides an API for parsing terminal sequences and maintaining terminal state, extracted directly from Ghostty's real-world proven core. https://mitchellh.com/writing/libghostty-is-coming