Repo Roundup June 30th

Product Insights

July 2, 2025
Nick Maloney
#
Min Read
Repo Roundup June 30th

Croc

https://github.com/schollz/croc

While croc is not a new project I only recently learned about it. We occasionally need to share large files with each other but for various reasons don’t want them in Google Drive or Dropbox. Croc is a command line tool that allows any computer to easily and securely share files and folders. We were able to install via homebrew and share a large file within 30 seconds, having never used it before. 

I was a curious about how it works and poked around the codebase. By default, it appears to use a relay server (croc4.schollz.com) that handles connecting the two hosts via the passcode. The relay server facilitates a handshake between the hosts but does not read any of the data being passed between them. You can also host your own relay server and pass in host details as an arg. 

Typst

https://github.com/typst/typst

Typst is a new markup-based typesetting system designed to match LaTeX's power while being much easier to learn and use. It features built-in markup for common formatting tasks, a tightly integrated scripting system, and fast compile times thanks to incremental compilation. The syntax is cleaner than LaTeX - mathematical equations use dollar signs, headings are created with equal signs, and functions like "sqrt" work without backslashes.

Typst includes math typesetting, bibliography management, and friendly error messages, plus scripting capabilities for dynamic content generation. It's available as both a free web editor and CLI tool, making it an interesting alternative for anyone frustrated with LaTeX's complexity or seeking a modern document authoring solution.

Edit

https://github.com/microsoft/edit

Microsoft Edit is a new open-source command-line text editor that revives the classic MS-DOS Editor with modern touches. Built in Rust and weighing just 250kB, Edit ships as a modeless TUI editor with VS Code-inspired controls, making it accessible for users unfamiliar with terminal editors like vim or nano. It supports mouse navigation, multiple file tabs, find/replace with regex support, and word wrapping.

Microsoft created Edit to fill a gap in 64-bit Windows, which lacks a built-in CLI text editor unlike its 32-bit predecessors. The editor targets developers and system administrators who need quick file edits without leaving the terminal. Edit will roll out to Windows Insider Program users before becoming a standard Windows 11 component, though it's already available cross-platform on GitHub for Windows, macOS, and Linux.

Related Insights

See All Articles
Product Insights
Repo Roundup June 30th

Repo Roundup June 30th

Repo Roundup - Weekly human curated list of new, noteworthy and interesting projects
Product Insights
Repo Roundup June 23rd

Repo Roundup June 23rd

Repo Roundup - Deep Dive Edition on VGGT
Product Insights
Repo Roundup June 16th

Repo Roundup June 16th

Weekly hand-curated list of new, trending and noteworthy projects
Previous
Next
See All Articles