mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#kittyterminal

0 Beiträge0 Beteiligte0 Beiträge heute
The Last Psion | Alex<p>New setup, who dis? It's that time again, but some changes:</p><ul><li><a href="https://oldbytes.space/tags/MAME" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MAME</span></a> 0.279, compiling on and for...</li><li><a href="https://oldbytes.space/tags/HaikuOS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>HaikuOS</span></a> R1B5 x86_64, running on a...</li><li>New machine! A Lenovo M75q gen2 <a href="https://oldbytes.space/tags/TinyMiniMicro" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TinyMiniMicro</span></a> with a Ryzen 5 Pro 4650GE and 32 GB RAM, via...</li><li><a href="https://oldbytes.space/tags/tmux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tmux</span></a> over SSH, viewed from...</li><li><a href="https://oldbytes.space/tags/KittyTerminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KittyTerminal</span></a> on <a href="https://oldbytes.space/tags/KDEPlasma" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KDEPlasma</span></a> 6.4.3, running on...</li><li><a href="https://oldbytes.space/tags/ArchLinux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArchLinux</span></a> (btw)</li></ul><p>The most significant change isn't the hardware. For the first time with MAME on Haiku, the build script uses <a href="https://oldbytes.space/tags/LLVM" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LLVM</span></a> 20's <code>lld</code> instead of GCC's <code>ld</code>. I'm hoping this is going to dramatically reduce build time. We shall see!</p>
It's FOSS<p>Made Kitty Terminal better with 15 simple customizations that really work&nbsp;😼</p><p><a href="https://itsfoss.com/kitty-customization/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">itsfoss.com/kitty-customizatio</span><span class="invisible">n/</span></a></p><p><a href="https://mastodon.social/tags/linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>linux</span></a> <a href="https://mastodon.social/tags/kittyterminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>kittyterminal</span></a></p>
The Last Psion | Alex<p>Linux <a href="https://oldbytes.space/tags/hivemind" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>hivemind</span></a>: Got a question for you regarding <a href="https://oldbytes.space/tags/tmux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tmux</span></a>, <a href="https://oldbytes.space/tags/KittyTerminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KittyTerminal</span></a>, <a href="https://oldbytes.space/tags/KDEPlasma" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KDEPlasma</span></a> and <a href="https://oldbytes.space/tags/Fuzzel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Fuzzel</span></a>.</p><p>I've got a tiny bash script that uses Fuzzel to list the current running tmux sessions. This launches a new Kitty terminal attached to that session. So far so good. However, I'm currently not detecting whether an instance of Kitty is currently attached to that session.</p><p>Further to this, if there is a current Kitty session attached to it, I'd like to be able to switch to it rather than launch a new one.</p><p>What's the best way to do this? Do I need to detect the list of Kitty instances known by KWin? Should I set the Kitty window title to the tmux session name? Is there a better way?</p><p><a href="https://oldbytes.space/tags/AskFedi" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>AskFedi</span></a></p>
Adam H. Sparks :rstats:<p>This is very cool., "Tools for working in the kitty terminal with R" - <a href="https://github.com/djvanderlaan/kitty.r" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/djvanderlaan/kitty.r</span><span class="invisible"></span></a> Takes advantage of the ability to display images in the terminal. <a href="https://rstats.me/tags/RStats" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RStats</span></a> <a href="https://rstats.me/tags/KittyTerminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KittyTerminal</span></a></p>
The Last Psion | Alex<p>Don't know if anyone would like this, but I've written a little script that launches <a href="https://oldbytes.space/tags/Fuzzel" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Fuzzel</span></a> with a list of currently active <a href="https://oldbytes.space/tags/tmux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tmux</span></a> sessions, then launches <a href="https://oldbytes.space/tags/KittyTerminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KittyTerminal</span></a> maximised.</p><pre><code>#! /bin/sh<br><br>action=$(tmux ls -F"#S" | fuzzel --dmenu --prompt='tmux&gt; ' --log-level=none)<br>[ -z "${action}" ] &amp;&amp; exit 130<br>exec kitty --start-as maximized -e tmux attach -t$action<br></code></pre><p>Hack at it as you wish!</p>
R<p><span class="h-card" translate="no"><a href="https://twit.social/@deanfx" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>deanfx</span></a></span> Kitty terminal or Wezterm. Both are very quick and extremely customizable and cross-platform. <a href="https://fosstodon.org/tags/KittyTerminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KittyTerminal</span></a> <a href="https://fosstodon.org/tags/wezterm" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>wezterm</span></a></p>
Ryo<p>Using <a href="https://fosstodon.org/tags/Kitty" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Kitty</span></a> as a drop down terminal on <a href="https://fosstodon.org/tags/LinuxMint" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>LinuxMint</span></a> with tdrop.<br>Made a custom shortcut for F12 with that command after installing tdrop:</p><p>tdrop -ma -x 15 -y 100 -w 1890 -h 540 -s dropdown kitty</p><p>Works good. It replacing the windows position. A bit off annoying, but great to have a modern terminal at all times.</p><p>My "love affair" with kitty goes on for some time on a lot of distributions :)</p><p><a href="https://fosstodon.org/tags/kittyterminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>kittyterminal</span></a> <a href="https://fosstodon.org/tags/tdrop" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tdrop</span></a></p>
Salvatore Zappalà<p>Just released an extension for the Kitty terminal!</p><p>🐱 Gattino: A kitty terminal extension that turns plain language into commands.</p><p>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.<br>It uses Ollama under the hood.</p><p>Check it out here:<br><a href="https://github.com/salvozappa/gattino" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/salvozappa/gattino</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>opensource</span></a> <a href="https://fosstodon.org/tags/commandline" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>commandline</span></a> <a href="https://fosstodon.org/tags/cli" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>cli</span></a> <a href="https://fosstodon.org/tags/kittyterminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>kittyterminal</span></a> <a href="https://fosstodon.org/tags/devtools" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>devtools</span></a> <a href="https://fosstodon.org/tags/ollama" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ollama</span></a></p>
𝔱𝔯𝔷𝔶𝔤𝔩𝔬𝔴 :lattentacle:<p>Put together a (small) retro-based theme for kitty, if anyone's interested.<br><a href="https://mastodon.social/tags/foss" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>foss</span></a> <a href="https://mastodon.social/tags/terminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>terminal</span></a> <a href="https://mastodon.social/tags/customization" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>customization</span></a> <a href="https://mastodon.social/tags/kittyterminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>kittyterminal</span></a></p>
Simon Forman<p>I'm trying out the <a href="https://mastodon.social/tags/KittyTerminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KittyTerminal</span></a> emulator with the Elvish shell. <a href="https://mastodon.social/tags/ElvishShell" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ElvishShell</span></a></p><p>I think this is like when dudes of a certain age buy a Harley and go on a road trip?</p><p><a href="https://sw.kovidgoyal.net/kitty/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">sw.kovidgoyal.net/kitty/</span><span class="invisible"></span></a><br><a href="https://elv.sh/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">elv.sh/</span><span class="invisible"></span></a></p>
OSTechNix<p>Unleash Your Productivity with Kitty Terminal Emulator: A Must-Have for Linux Enthusiasts <a href="https://floss.social/tags/KittyTerminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>KittyTerminal</span></a> <a href="https://floss.social/tags/TerminaEmulator" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>TerminaEmulator</span></a> <a href="https://floss.social/tags/Linuxterminal" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linuxterminal</span></a> <a href="https://floss.social/tags/Opensource" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Opensource</span></a> <a href="https://floss.social/tags/Linux" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linux</span></a> <a href="https://floss.social/tags/Python" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Python</span></a> <a href="https://floss.social/tags/Linuxhowto" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Linuxhowto</span></a> <br><a href="https://ostechnix.com/kitty-terminal-emulator/" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ostechnix.com/kitty-terminal-e</span><span class="invisible">mulator/</span></a></p>