Evan You
@evanyou.me
5 months ago The only main difference is default print width. Other than that it should not produce massive diffs.
💬 0
♻️ 0
❤️ 10
The only main difference is default print width. Other than that it should not produce massive diffs.
You should! At the bottom. The new default is a height of 40 lines
great! hope you like it, lmk if you have any other questions :))
That’s cool, happy to help! An individual shell session, so from when that specific shell started up - usually a terminal tab, split, etc We basically just generate a new UUID for each session in your .zshrc
the self update is actually a separate binary called atuin-update, that's installed by our install script. it can also be called as `atuin update`. even then, it won't self update automatically if you don't have that binary, then it can't self update + will rely on the package manager.
It's in most system package managers (homebrew, apt, etc), but can self update if you use our install script. We had a _lot_ of users who didn't know how to use their package manager, and a lot who complained that `atuin update` didn't work
1. yep that's right 2. it toggles filter mode - these filter search by global, host, current directory or current session. you can press ctrl-r to cycle through these 3. we mostly have this, but call it command chaining. It'll automatically append if the end of the current line is && or ||
ahhh right! yeah we have that now, and a few other things. it's the default - enter to execute, tab to insert it into the line editor
awh no :/ we've made some tweaks that improve muscle memory breakage, depending on when you tried it! was it anything in particular?
🫶🫶🫶
@atuin.sh does what you're looking for! lmk if you have any questions PS: Oxfmt will power the `vite fmt` command in Vite+ 👀
This first alpha release focuses on JavaScript and TypeScript, with support for additional languages coming soon. Also expect built-in sorting and more configuration options in the future.
If you wonder what Prettier-compatible means: ✅ Over 95% compatibility with Prettier's output leading to minimal diffs 🔄 Migrate your configuration just by renaming your `.prettierrc` (supporting most major options) And for switching you get 30x faster formatting performance with Oxfmt!
Announcing Oxfmt Alpha! 🚀
We’re excited to announce the alpha release of Oxfmt, our Rust-powered formatter.
We designed Oxfmt to be easily adoptable, especially for existing Prettier users
More below and in our announcement post voidzero.dev/posts/announ... We'll be connecting with you next week to showcase the achievements of our team and community in the fifth cycle of 2025 and to talk about our year-end priorities. Looking forward to seeing you next Monday! :) luma.com/wb7xp6c3 recently, a pretty long one because it's the last for the year! includes a short list of songs for which the 'beat drop' is a 'meter change' macwright.com/2025/12/01/r... AI is expanding the definition of a developer...and potentially turning 3 billion people into software builders.
@biilmann.blog and Martin Casado talk about AX, explainability, massive user growth, and what building looks like when natural language becomes the interface.
🎧 youtu.be/pE7gES5_oIw?... Auth with Clerk 🤝 Data with Prisma!
We put together a guide to help you set up full-stack auth and DB access. No hacks, just a clean integration. All built with Astro.
Try it out 👇
pris.ly/guide/clerk... Thank you for sharing Zottman. It was quite insightful to realize that with the data that’s already there, and a good queryable interface, agents can literally become your platform/productivity team.
We forked swift-build to give AI agents structured build data. Tested on @wikipedia.org iOS and Tuist: agents identify bottlenecks, parallelization issues, and warnings.
Open-sourced as Argus. Install via mise, set XCBBUILDSERVICE_PATH.
tuist.dev/blog/2025/11/2... Questions left? Drop them below 👇
Can I use Vite+ with my own tooling? Yes. Vite+ aims to give the best DX and performance but does not force you to use only Vite+ tools and commands. Its task runner and caching will work with arbitrary tasks, not just with built-in Vite+ commands.
What impact will Vite+ have on Vite and other open-source projects? Vite+ is built on top of the existing open-source ecosystem, and can only function if that ecosystem is healthy. As a paid product, Vite+ supports the sustainability of the underlying open-source projects it builds on.