gjherbiet, to macos
@gjherbiet@mamot.fr avatar

Moving away from back to and would like the app to close when you quit your last shell? Add the following to ~/.zlogout :

if [ "$(ps | wc -l)" -eq 4 ]  
then  
 osascript -e "do shell script \"osascript -e \\\"tell application \\\\\\\"Terminal\\\\\\\" to quit\\\" &> /dev/null &\""  
 exit  
fi  

Yes, that’s a lot of backslashes but we are doing inside , inside inside

ocramius, to random
@ocramius@mastodon.social avatar

The original AI powered terminal: https://github.com/nvbn/thefuck #iterm2

ramsey, to random
@ramsey@phpc.social avatar

Et tu, ?

masukomi, (edited ) to random
@masukomi@connectified.com avatar

I'll have been a Patreon support of Greg (the guy behind ) for years now. I've cancelled that, and will probably be switching to Kitty. I downloaded Kitty a while ago but realized that switching to a different terminal would require a bunch of changes and / or configuration stuff. I don't remember the details, but mostly it was "i don't feel like bothering just to get better responsiveness"

Now, I feel like bothering.

https://sw.kovidgoyal.net/kitty/

mhoye, to random
@mhoye@mastodon.social avatar

There is an expression that I find useful far too often, that you do not let the camel's nose into the tent if you do not want the camel's ass in the tent.

davidbisset, to ai
@davidbisset@phpc.social avatar
regis, to random
@regis@phpc.social avatar

With shipping now with a way to talk to ChatGPT, remember that there are many alternatives on mac, and on linux as well.

Kitty is a very nice replacement https://sw.kovidgoyal.net/kitty/ that you can completely customized through a config file.

I've been using it for months and it's a joy.

kboyd, to random
@kboyd@phpc.social avatar

Good morning, and welcome to Enshittification Tuesday. We've got quite a selection for your perusal today, and shockingly it isn't all related to AI.

We've got:

  • Microsoft adds AI spyware at the OS level

  • iTerm2 adds AI spyware at the Terminal level

  • FireTV interface has been sneakily tweaked to automatically subscribe users to new services when downloading certain apps (yes, there's a confirmation screen, but blink and you'll miss it & might get double-subscribed)

maccath,
@maccath@phpc.social avatar

@ramsey @kboyd @thomas @grmpyprogrammer Yeah. This is the problem. My company works with extremely sensitive data (HR tech) and our systems are set up not to allow access to ChatGPT - no autopilot integrations or anything. Although integration is opt-in, I think the fact that you can opt in is going to cause an issue with CorpSec. Unless they can control the configuration of AI, it may be that they will have to prevent its installation entirely. A plugin would have been better.

janl, to random
@janl@narrativ.es avatar

I’m behind on reading here, but I just got told that the new iterm includes ChatGPT crap, should you be using that.

Odaeus,
@Odaeus@vivaldi.net avatar

@janl I'm pretty disappointed at the outrage generated here. Yes, I hate AI being pointlessly incorporated into every single commercial product I use. I don't even use ChatGPT.

However, the integration seems like it could actually be useful; as getting a GPT to generate command lines can save a lot of time otherwise spent looking at man pages.
It's mentioned once in the update screen and is only activated via the settings when you set your API key.

tastapod, to random
@tastapod@mas.to avatar

Does the new update know something that we don't?

It is now starting to encode secret messages in its Settings!

jack, to random
@jack@allnutt.net avatar

No, I don't want ChatGPT integration in

Who the hell thought putting AI in to a fucking terminal was a good idea? 🤦‍♂️

heiglandreas, to random
@heiglandreas@phpc.social avatar

Thank you #iTerm. It was great the last.... 15 years or so.

But it looks like we have to part ways here... 🤷

SirBoostALot,
@SirBoostALot@hear-me.social avatar

@heiglandreas Serious question: What do you intend to use as a replacement? I would love to find something else that has the look, feel, and features of but that is cross-platform.

My prediction is that some people (the AI haters, of which there seem to be a quite a few on the Fediverse) are going to have a hissy fit about this, go try some other terminal program, and realize that nothing else comes close to in features and functionality. And then they will quietly go back to using it (even if that means restoring a previous version from their Time Machine backup).

My understanding is that the doesn't work unless you enter an key, so I don't see the problem. The feature is there for people who want it (and I guarantee you a lot of people do, even despite the fact that AI still hallucinates code that simply won't work) and unless I am missing something, those that don't want it only need to refrain from adding a key. By default it is not enabled, or am I totally missing something here?

For those that really are determined to find a replacement, and who consider tabs and profiles to be important features, I will suggest - it is the closest I have found to a useable terminal program (for me, maybe not for someone else), but it's still no iTerm.

Uraael, (edited ) to linux

Given the importance placed on CLI usage by many in the Linux community it's weird that a terminal isn't open by default on many Distros. Today I remembered that while on Antergos a few years ago I'd installed a terminal that you could call simply by pressing a hotkey.

Enter Yakuake ("Yah-quake")

Yakuake smoothly drops down from the top of your screen in response to the hotkey (the default is F12) and voila!: a ready to use terminal! Add it to Autostart and it'll run whenever you run a session of Linux, forever saving you having to load Konsole (or whatever) every time you want to use it.

And as I'm running KDE the fact it uses Konsole tech means it has that familiar look and feel, but shows Session tabbing by default foregrounding the ability to run separate terminal sessions and putting it within easy reach of GUI users and a mouse-click.

What Terminals do you folks run with?

#Linux #Terminal #Yakuake #KDE #Konsole #LinuxIsAwesome

SirBoostALot,
@SirBoostALot@hear-me.social avatar

@Uraael On a OS desktop I use and I really wish someone would port that to , or make a clone of it, because in my opinion it is far better than any native Linux program I have seen. The best cross-platform terminal app I have found is , which has some of iTerm2's functionality (including tabs, if you can't tell from the name) but I still prefer iTerm2, which I have set to automatically restart after a reboot on my Mac.

Goffi, (edited ) to random French
@Goffi@mastodon.social avatar

After , I've now pushed implementation of a output in frontend, which shows A/V call video streams directly into your terminal! It's using or image protocols, or half-blocks (thanks to )

I'm not aware of any other CLI tools doing something similar ( or not). It's not as useful as GUI, but it's quite fun :)

Attached are 2 demo videos of call between Libervia and , on .

nurkiewicz, to random
@nurkiewicz@fosstodon.org avatar

So I'm using on top of on top of (with plugins) on top of . At this point I have no idea which terminal features come from which software. And if I really need all of these installed

b0rk, (edited ) to random
@b0rk@jvns.ca avatar

poll: do you put your current git branch in your shell prompt?

mjgardner,
@mjgardner@social.sdf.org avatar

@philsplace @b0rk I’m fancy so I have it in my prompt and status bar. Should probably omit some items from the former when it detects I'm using the latter.

(The other noise is from the environment loader and runtime version manager.)

nurkiewicz, to ai
@nurkiewicz@fosstodon.org avatar

I tried terminal. It feels very modern ( assistant!!1) and fast (written in ), but not so mature as . Few inconsistencies annoyed me, e.g.:

  • browsing command history with up arrow and pressing Enter invokes command. But searching through commands (Ctrl+R, then Enter) pastes command but doesn't invoke it
  • when invoking long-running command w/o output, cursor returns to the left (CR) but doesn't create new line (LF) so it's hard to see if the command is running or not
mateng, to macos

I am a PHP Dev and a DJ, but a beginner. What kind of apps would you recommend that will make my everyday life easier? Already using , , + , , . I am considering

masukomi, to random
@masukomi@connectified.com avatar

Does anyone know if there's a way in to have text printed via STDOUT colored differently? Or maybe a way in or Kitty ?

(I've been pondering switching to Kitty, but don't want to deal with configuring everything.)

joeygibson, to macos
@joeygibson@hachyderm.io avatar

When did iTerm2 get this‽‽ And what does it do‽‽ Do I even want to know?

parcifal, to Mac
@parcifal@hachyderm.io avatar

Am I missing something, is there really no duplicate tab shortcut key for ?

spazahedron, to random

has so many features that the daily tips are usually things worth knowing. Possibly metrics-driven? It feels like one of those kitchen-sink file managers. Here's one that I wish I'd known about:

bitbonk, to random
@bitbonk@mastodon.social avatar

What's the best and the best on ?

bitbonk,
@bitbonk@mastodon.social avatar

@jchannon looks really nice by default and has some stuff built in. This is my prompt with almost no customisation (I only installed and use the Mono in .

  • All
  • Subscribed
  • Moderated
  • Favorites
  • anitta
  • InstantRegret
  • mdbf
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • osvaldo12
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • DreamBathrooms
  • JUstTest
  • tacticalgear
  • ethstaker
  • provamag3
  • cisconetworking
  • tester
  • GTA5RPClips
  • cubers
  • everett
  • modclub
  • megavids
  • normalnudes
  • Leos
  • lostlight
  • All magazines