#KittyTerminal

2025-05-17

kitty 0.42.1 released - changelog

midwest.social/post/28106230

2025-05-14

kitty 0.41.1 released - changelog

midwest.social/post/27973401

Chris Renfrow :ferris_gesture:crenfrow@hachyderm.io
2025-05-13

In my light digging on inter-process communication I've discovered `SIGUSR1` and `SIGUSR2`, the former of which is used in #KittyTerminal (.@kittyterminal ) and #HelixEditor as a way to signal a configuration reload to the targeted process.

I've used this great effect in a light/dark-mode toggle script I've found myself running more often as the weather improves and I spend time working outside.

e.g.: in #FishShell it's as easy as `for pid in (pgrep $PROGRAM); kill -SIGUSR1 $pid; end`

Are there any other programs folks know of that make use of "miscellaneous" signals?

gnu.org/software/libc/manual/h

#shell #linux #CLI

2025-05-01

kitty 0.41.0 released - changelog (apologies for missing this one)

midwest.social/post/27176235

2025-04-25

Тыкаю #FootTerminal. Среди прочего обнаружил, что открытие по `Control+Shift+n` нового окна в текущей директории работает для оболочки, но не для nvim'а. До этого я использовал #KittyTerminal и постоянно открывал новую оболочку в текущей директории редактора. Там, видимо, используется какое-то [очень сильное колдунство](github.com/kovidgoyal/kitty/di), в то время как foot полагается на OSC-7, то есть предлагает приложениям самостоятельно сообщать об изменении директории.

Если вручную запустить в редакторе последовательность, то новое окно открывается в заданной директории. То есть, neovim просто не посылает подобных последовательностей терминалу. Что ж, исправим это (смотри вложение).

#nvim #neovim

```lua
vim.api.nvim_create_autocmd("DirChanged", {
  callback = function(event)
    io.stdout:write("\x1B]7;file://" .. vim.fn.hostname() .. event.file .. "\x1B\\")
  end,
})
```
2025-04-19

TIL Kitty terminal can show a dock panel on Linux desktops!

midwest.social/post/26488344

2025-03-29

kitty 0.41.0 released - changelog

midwest.social/post/25359152

2025-03-18

kitty 0.40.1 released - changelog

midwest.social/post/24726415

@deanfx Kitty terminal or Wezterm. Both are very quick and extremely customizable and cross-platform. #KittyTerminal #wezterm

2025-03-08

kitty 0.40.0 released - changelog

midwest.social/post/24179381

2025-02-01

kitty 0.39.1 released - changelog

midwest.social/post/22535469

2025-01-28

Thank you, Kitty. I haven’t experienced something like this in a long time. It reminded me of the old days. Ah, the endless error windows…

kitty v0.37.0

#KittyTerminal

Endless error windows…
2025-01-20

Using #Kitty as a drop down terminal on #LinuxMint with tdrop.
Made a custom shortcut for F12 with that command after installing tdrop:

tdrop -ma -x 15 -y 100 -w 1890 -h 540 -s dropdown kitty

Works good. It replacing the windows position. A bit off annoying, but great to have a modern terminal at all times.

My "love affair" with kitty goes on for some time on a lot of distributions :)

#kittyterminal #tdrop

2025-01-16

kitty 0.39.0 released - changelog

midwest.social/post/21824573

2024-12-26

kitty 0.38.1 released - changelog

midwest.social/post/20921882

2024-12-16

kitty 0.38.0 released - changelog

midwest.social/post/20487761

Salvatore Zappalàsalvozappa@fosstodon.org
2024-12-01

Just released an extension for the Kitty terminal!

🐱 Gattino: A kitty terminal extension that turns plain language into commands.

I often found myself copy-pasting commands from ChatGPT to my terminal so I realised that I needed a better way to do this, without having a full blown AI terminal such like warp.
It uses Ollama under the hood.

Check it out here:
github.com/salvozappa/gattino

#opensource #commandline #cli #kittyterminal #devtools #ollama

2024-11-25

Anybody else run into this? On a MacBook with that annoying camera bezel. #kittyterminal with `macos_terminal_fullscreen yes`, how to make kitty not only toggle fullscreen on key map, but also set padding-top so the bezel/notch doesn't overlap anything. I got this working with `combine`, but can't figure out how to reset padding-top to 0 when I go back to non-fullscreen

2024-10-30

kitty 0.67.0 released - changelog

midwest.social/post/18685019

2024-10-11

Un simple viernes de escritorio. Configurando para seguir estudiando y avanzando, mi entorno de desarollo web.
Pense que gnome utilizaria mas ram. Aca tengo abierta varias pesta;as de firefox, vscodium y cosas......
El consumo de ram me parecio normal.

#viernesdeescritorio
#opensuse
#kittyterminal

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst