Kitty Terminal 0.40.0 introduces the Text Sizing Protocol: "multiple font sizes ... in a backwards compatible, opt-in way"
-
This post did not contain any content.
-
-
This post did not contain any content.
https://github.com/kovidgoyal/kitty/issues/8226 shows an example of rendered text.
-
This post did not contain any content.
I always wondered if something like this could be possible in the future of terminals. glad to see kitty pushing the envelope! Looking forward to see this used for stuff like markdown rendering. Hoping this gets picked up by other terminals and neovim like the undercurl did.
-
This post did not contain any content.
Kitty is probably the best terminal emulator I've ever tried out... It even made me drop Temux as multiplexer on my stupid Mac !
I only have basic use case right now, nothing complex but customization seems way above others.
The full OSC51 integration with micro for copy/past over SSH and taking up the terminal clipboard was also a game changer (nearly dropped micro because of that...)
I only scratched the surface and have only basic usage but I can't believe one single person is behind this project (I think?).
-
Kitty is probably the best terminal emulator I've ever tried out... It even made me drop Temux as multiplexer on my stupid Mac !
I only have basic use case right now, nothing complex but customization seems way above others.
The full OSC51 integration with micro for copy/past over SSH and taking up the terminal clipboard was also a game changer (nearly dropped micro because of that...)
I only scratched the surface and have only basic usage but I can't believe one single person is behind this project (I think?).
I like it mainly because of the image protocol and supporting both x11 and wayland. I still have alacritty installed as well because i like how damn fast it is. If alacritty had proper image support i'd probably only be using alacritty, but they are both great terminal emulators.
-
I like it mainly because of the image protocol and supporting both x11 and wayland. I still have alacritty installed as well because i like how damn fast it is. If alacritty had proper image support i'd probably only be using alacritty, but they are both great terminal emulators.
Yeah Alacritty was my second pick, but after reading their documentation it seemed more for people accustomed to VI and the like.
So yeah that's not something I'm willing to spare some time right now, anyway I'm mostly doing some "sys admin" stuff in my homelab, so simple text editing in a simple terminal is a better fit in my workflow/learning process !
-
Kitty is probably the best terminal emulator I've ever tried out... It even made me drop Temux as multiplexer on my stupid Mac !
I only have basic use case right now, nothing complex but customization seems way above others.
The full OSC51 integration with micro for copy/past over SSH and taking up the terminal clipboard was also a game changer (nearly dropped micro because of that...)
I only scratched the surface and have only basic usage but I can't believe one single person is behind this project (I think?).
As a non-user of kitty, why did it make you drop tmux? Don't they do different jobs?
-
As a non-user of kitty, why did it make you drop tmux? Don't they do different jobs?
Kitty has multiplexing built in so it can also replace a lot of what tmux does (unless you're using tmux over ssh)
-
Kitty has multiplexing built in so it can also replace a lot of what tmux does (unless you're using tmux over ssh)
That exception is my primary use case for tmux, so that explains it.
-
I like it mainly because of the image protocol and supporting both x11 and wayland. I still have alacritty installed as well because i like how damn fast it is. If alacritty had proper image support i'd probably only be using alacritty, but they are both great terminal emulators.
Images in the terminal? At that point you're just reinventing the GUI.
-
As a non-user of kitty, why did it make you drop tmux? Don't they do different jobs?
Tmux has probably some specific features Kitty won't do as good as a native multiplexer? (sorry I'm not the right person to ask this question :s) but It has the features I'm looking for without the need to install one.
It was quite cumbersome to configure a terminal + a multiplexer on MacOS to behave how I liked it. Kitty solved this issue while being fast, simple and a lot of customization in one single app.
One feature that was really important, copy/past over SSH with Micro which involved quite a hacky thing with iTerm2 + Tmux.Also being able to split my windows, create tabs...
But as I said I have only basic use cases and can't really say If Kitty's multiplexing features are on par with Tmux. However, during my web search I read about a lot of people far more knowledge than myself who actually switch to kitty from Tmux without regrets !
-
https://github.com/kovidgoyal/kitty/issues/8226 shows an example of rendered text.
This is cool! I'm almost more interested in the underline gaps for descenders that got snuck in as a "oh yeah I did this too" feature. That makes underlined text so much easier to read, IMO.
-
This post did not contain any content.
Goyal goated as always
-
Goyal goated as always
Kovid GOATal
-
Images in the terminal? At that point you're just reinventing the GUI.
It's very convenient for terminal based file managers. I use it to preview my wallpapers images and then i use a keybind to set it as the wallpaper for my window manager. I also recently started using rmpc, an mpd client that can display album art.
-
https://github.com/kovidgoyal/kitty/issues/8226 shows an example of rendered text.
Interesting, that's the guy that develops calibre as well
-
Images in the terminal? At that point you're just reinventing the GUI.
i mean yeah that's kinda the point? lets you have some niceties of a GUI in a terminal environment
like i'm not sure what your point is, how do you do terminal stuff in a full-on GUI? Is there some program i don't know of that can generate a graphical interface for any arbitrary terminal program automatically?
-
That exception is my primary use case for tmux, so that explains it.
with kitty you can open a new terminal session that sets it's cwd to the remote directory of the server you're ssh'd into. Honestly the only thing I can think of that termux can do that kitty can't is saving sessions
-
This post did not contain any content.
ok, that's it, I'm donating monthly
-
I like it mainly because of the image protocol and supporting both x11 and wayland. I still have alacritty installed as well because i like how damn fast it is. If alacritty had proper image support i'd probably only be using alacritty, but they are both great terminal emulators.
I recently switched from alacritty to ghostty as I wanted image support as ghostty implements the kitty protocol for it. Ghostty seems as fast as alacrity to me, but with better support. It even has a tmux type replacement, although I haven't used it as I don't need it with sway doing that for me.