Earlier quoted context omitted.
It’s optional- you can choose to opt in or not.
That's a poor argument that doesn't change the fact that any feature requires maintenance time and effort which for some users could be better invested in features they actually use, in improving overall stability, reliability, performance, etc. The more such unused features a product has, the less relevant it is for those users. The question is, was adding "AI" to this product requested by most users, or was it done…
Atuin v18.13 – better search, a PTY proxy, and AI for your shell
71–80 of 85 posts
Re: Atuin v18.13 – better search, a PTY proxy, and AI for your shell
#72All I want is auto complete for the commands on Windows. And none provides
Take a look at clink[1]. Or use PowerShell. [1]: https://chrisant996.github.io/clink/
Re: Atuin v18.13 – better search, a PTY proxy, and AI for your shell
#73Hmm might be great for some. I’m a Unix philosophy guy, one tool for one job. So far atuin was fine to be a better search history. Now it might be time to look for simpler alternative. Any suggestions? (I’m on zsh)
I tried atuin and then switched back to fzf[0]. It's less features but that's not necessarily a negative. [0] https://github.com/junegunn/fzf
Re: Atuin v18.13 – better search, a PTY proxy, and AI for your shell
#74Why does every tool on the face of earth try to add AI features ? Good tools are simple and orthogonal. If you want AI, there's already plenty of other tools doing it probably better. I'm overall fairly disappointed by this announcement. This IMHO doesn't bode well
If you want VC money you need to put an AI spin on it.
Re: Atuin v18.13 – better search, a PTY proxy, and AI for your shell
#75Re: Atuin v18.13 – better search, a PTY proxy, and AI for your shell
#76Atuin is great. This, fish, LazyGit, and zellij are mandatory for me now.
what does zellij offer that tmux doesn't? I love tmux and haven't had a reason to switch for a while, but have heard these new Rust based terminal tooling get really popular.
If you watch some of the screencasts and are not impressed, there is nothing more I can do to pitch the idea. My only complaint is that I feel like I am only ever scratching the surface of what the tool can offer.
Re: Atuin v18.13 – better search, a PTY proxy, and AI for your shell
#77Earlier quoted context omitted.
It's open source software, so this attitude of "the work hours have to be spent how I want them to be spent" feels rather icky to me. There's also a very weak souled scarcity mentality. It feels like you are working to take umbrage, to come up with outrage. Some users do find these features good and useful. That should be celebrated. Demanding features not be present? That's so condescending.
OSS is not immune to enshittification, and, in fact, is prone to it. It's not entitled to have the opinion that a piece of software might be heading in the wrong direction. Paying for software doesn't somehow buy you this right. What's icky to me is the idea that the opinion of users who support the author financially is more valuable than of those who don't, which goes against the entire ideal of open source. Beside…
Re: Atuin v18.13 – better search, a PTY proxy, and AI for your shell
#78https://github.com/atuinsh/atuin/releases/tag/v18.12.1
Personally I'll keep using this version for a while until i find something better.
Re: Atuin v18.13 – better search, a PTY proxy, and AI for your shell
#79For those wondering, it seems version 18.12.1 was the latest version without the AI feature... https://github.com/atuinsh/atuin/releases/tag/v18.12.1 Personally I'll keep using this version for a while until i find something better.
brew remove atuin
brew tap --force homebrew/core
brew version-install atuin@18.12.1
brew untap homebrew/core
I just reinstalled completely, by deleting the folder: ~/.local/share/atuin
then run `atuin import`.Downgrade your atuin server to 18.12.1 and run the sync setup on your client(s): https://docs.atuin.sh/cli/guide/sync/
Re: Atuin v18.13 – better search, a PTY proxy, and AI for your shell
#80- case insensitive (e.g. inputting "make" matches ("make install", "vim Makefile")
- works on partial matches (e.g. inputting "ma in" matches ("make install", "cd main")
?