- cross-posted to:
- rust@programming.dev
- technews@radiation.party
- hackernews@derp.foo
- cross-posted to:
- rust@programming.dev
- technews@radiation.party
- hackernews@derp.foo
Today i was doing the daily ritual of looking at distrowatch. Todays reveiw section was about a termal called warp, it has built in AI for recomendations and correction for commands (like zhs and nushell). You can also as a chatbot for help. I think its a neat conscept however the security is what makes me a bit skittish. They say the dont collect data and you can check it aswell as opt out. But the idea of a terminal being read by an Ai makes me hesitant aswell as a account needed to use warp. What do you guys think?
I would definitely like an AI to remember some complex commands for me. But something small and specifically trained that runs locally
I use
fuck
, it’s not ai but gets the job done.You can define a bunch of aliases in any shell environment for that. Or use a history manager (a database client essentially) that groups commands you’ve entered so far based on frequency, return value, working dir. when they were issued etc.
fzf does the job
Yeah; & by the way, warp is funding fzf, as there’s a big thank you banner on fzf & fzf-vim’s github pages nowadays. I’m glad fzf is getting support, of course; though it feels odd somehow.