Show HN: Fresh – A new terminal editor built in Rust
111–120 of 158 posts
Re: Show HN: Fresh – A new terminal editor built in Rust
#112Would love to see something for diff views (e.g. side-by-side/unified). I mostly program through CLI agents, and so seeing the changes it makes is probably the primary thing I use the editor for, these days.
Re: Show HN: Fresh – A new terminal editor built in Rust
#113Would love to see something for diff views (e.g. side-by-side/unified). I mostly program through CLI agents, and so seeing the changes it makes is probably the primary thing I use the editor for, these days.
Re: Show HN: Fresh – A new terminal editor built in Rust
#114Great work!
Re: Show HN: Fresh – A new terminal editor built in Rust
#115i REALLY love this thing, especially the efficiency and speed (phenomenal!). gonna start using it daily. i guess i will be one of those providing feedback. Great work!
Re: Show HN: Fresh – A new terminal editor built in Rust
#116Re: Show HN: Fresh – A new terminal editor built in Rust
#117All AI generated, not something I can trust.
But the developer is clearly talented, no doubt about that. They know their stuff very well. Having tried writing a text editor myself, I could quickly tell they know their stuff by analysing the program design
Re: Show HN: Fresh – A new terminal editor built in Rust
#118Re: Show HN: Fresh – A new terminal editor built in Rust
#119Earlier quoted context omitted.
> For extensions, the choice was either TypeScript (and get this bloat) or go with Lua and a much smaller binary (but less popular language). Incredible, the technical choice got overridden by popularity, leading straight to bloat
I see extension language choice as a user-facing UX decision, and convenience is a leading concern.
What ever suits you, you didn't mind shipping a 400mb executable after all, so what do i know
Re: Show HN: Fresh – A new terminal editor built in Rust
#120extract_config_structs in build.rs (https://github.com/sinelaw/fresh/commit/a9f2fbc74b86840fe441...) does not, in fact, do what the comment says.