#iterm2 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #iterm2, aggregated by home.social.
-
RE: https://masto.ahlcode.fi/@nicd/116559810185737619
Coming back to this, I have several CPU spins going on all the time:
* iTerm2 10–35%, disabling transparency doesn't help. There's just 3 tmux tabs doing nothing there.
* Spotlight 20–70%, the usual suspect.
* WindowServer 10–70%.
* Mail.app ~20%.Once again HW engineers have provided great battery life that SW engineers try to destroy as much as they can.
-
Someone here posted about the #Starship prompt for the terminal once. I liked it a lot and decided to try. Then I found out #iTerm2 - a better terminal emulator. Then there were themes, color schemes, and finally, I discovered #Fish shell.
I now want to spend more time in my terminal than in UI.
Starship prompt: https://starship.rs
Fish shell: https://fishshell.com
iTerm2: https://iterm2.com#terminalEmulator #FishShell #StarshipPrompt #terminal #console #homelab
-
直接透過上游的 security patch 生整套 exploit 出來
#arbitrary #code #execution #exploit #iterm2 #patch #security
-
@bontchev seriously #iterm2 is notorious for this, every time someone pokes a stick at it, something like this falls out. same back a few years ago when the company i consult for occasionally, i was like, what attack surface can be there in a terminal, turns out with iterm2 it is huge! it downloads, it opens, it parses, it does all kind of things. it's horrible if you care for attack surface minimization.
-
At the same time, managing three Macs is becoming a bit burdensome.
After 15 years, I switched away from #iTerm2 and towards #WezTerm which allows hot-reloaded dotfiles-style configuration.
Together with #GnuStow, a simple `git pull` is enough, and the terminal is in sync!
Really love this, and feel like more apps should offer this kind of configuration (at least developer tools). Synchronizing plist preferences is a pain.
-
Had major issues with #ClaudeCode for weeks, with mouse positions not registering correctly, semi-auto scrolling, weird selecting etc.
Turns out it was #Ghostty. No issues in either Terminal or #iTerm2.
Back to iTerm2, then.
-
Why I finally traded iTerm2’s features for Ghostty’s GPU renderer
https://techlife.blog/posts/why-i-finally-traded-iterm2s-features-for-ghosttys-gpu-renderer/
#Ghostty #iTerm2 #TerminalEmulator #MacOS #DeveloperTools #Migration #Productivity
-
@gregoa_ Oh thank!💡I just checked that with my emulator #iTerm2 and with a modifier key I can also click links. Amazing! Except that I cannot handle those massive multi-line links (that the university IT creates running the embedded links through some kind of anti-phishing checker *sigh*). Because of the hard line breaks instead of soft wrapping in mutt, the links terminate after the first line.
-
One Open-source Project Daily
Terminal graphics for the 21st century.
https://github.com/hpjansson/chafa
#1ospd #opensource #ansi #cli #graphics #graphicslibrary #imageprocessing #imageviewer #images #iterm2 #kitty #powershell #sixel #terminal #terminalbased #terminalgraphics -
Ran into a weird issue with macOS and iTerm 2 while experimenting with #talos over the weekend.
Short version: I had to quit iTerm, reset the local network security permission for it and restart it before I could run talosctl from my a session in iTerm. Maddeningly it was working from a session in Terminal.app
The long version is at https://unixorn.github.io/post/homelab/weird-shit-is-afoot-with-macos-and-iterm/
-
It was quite annoying I couldn’t use `set-mark` and delete with Backspace in #iterm2, just like I do in #emacs. Normally with #zsh you can only copy the selection. I’ve just found about ZLS widgets, with which apparently I can achieve this functionality and be consistent with my Emacs editing workflow. I’ve made a public gist with the code you need to add to .zshrc, if you, like me, are using backspace to delete selections. https://gist.github.com/varna9000/528829e1bbaccf4745e80f24be145837
-
-
One Open-source Project Daily
Over 425 terminal color schemes/themes for iTerm/iTerm2. Includes ports to Terminal, Konsole, PuTTY, Xresources, XRDB, Remmina, Termite, XFCE, Tilda, FreeBSD VT, Terminator, Kitty, MobaXterm, LXTerminal, Microsoft's Windows Terminal, Visual Studio, Alacritty, Ghostty, and many more
https://github.com/mbadolato/iTerm2-Color-Schemes
#1ospd #opensource #colorscheme #freebsdvt #iterm #iterm2 #konsole #konsolecolorschemes #lxterminal #osxterminalthemes #putty #puttycolorschemes #schemes #terminal #terminalschemes #terminalthemes #terminator #theme #themes #windowsterminal #xrdb #xresources -
#viewinline: A new no-fuss way to visualize your vector data and rasters right in the #terminal: viewinline is a lightweight #Python utility by @Keiko_geo that renders #GeoTIFF-s, #GeoPackage-s, #GeoJSON-s, and #Shapefile-s instantly in #iterm2 (and other compatible terminals).
https://spatialists.ch/posts/2025/11/04-viewinline/ #GIS #GISchat #geospatial #SwissGIS -
🥊 State of Terminal Emulators in 2025: The Errant Champions / Jeff Quast
https://www.jeffquast.com/post/state-of-terminal-emulation-2025/
-
Man kann in #iTerm2 "AI Chat" enablen: "This makes functions available to AI that let it execute commands on your behalf.".
What could possibly go wrong? 🙈
Ich verstehe einfach nicht, warum man sowas haben wollen würde.
-
Apparently #macOS 26 has a bug that leads to massive CPU usage and lagginess in apps until you terminate and restart them. The lagginess creeps in over time, until the affected app is restarted again.
https://github.com/zed-industries/zed/issues/33182#issuecomment-3289846957
I ran into this with #iTerm2 but the issue has been reported already months ago in macOS betas with various apps.
Workaround is to: defaults write -g NSAutoFillHeuristicControllerEnabled -bool false
You will lose some autofill functionality by doing this, but apps slowing down over time is quite annoying, too.
#Apple quality control leaves things to be desired yet again.