TGINSIGHT CHAT
GitHub Trends
@githubtrending
TechnologiesSee what the GitHub community is most excited about today. A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel. Author and maintainer: https://github.com/katursis
Recent posts
Tag: #text_editor · 3 posts
Posted Jun 22
#rust#editor#rust#terminal#text_editor Microsoft Edit is a simple, modern text editor designed for easy use, especially for those not familiar with command-line tools. It combines the classic feel of the old MS-DOS Editor with a fresh interface like Visual Studio Code, supporting mouse use, multiple files, find and replace (including regex), and word wrap. It’s lightweight (under 250KB) and built in Rust, making it fast and efficient. You can install it easily on Windows using WinGet. This editor is great for quick, basic text editing tasks without needing complex setups or third-party tools, making editing straightforward and accessible for everyone[1]. https://github.com/microsoft/edit
Posted May 1
#rust#gpui#rust_lang#text_editor#zed Zed is a fast and powerful code editor that helps you work better with your team. It's built using Rust, which makes it very efficient, especially with large files. Zed allows real-time collaboration, so you can work on code with others at the same time. It also supports AI tools like GitHub Copilot and has features like a built-in terminal and a REPL for testing code quickly. This means you can code faster and more smoothly, and it's easy to customize to fit your needs. https://github.com/zed-industries/zed
Posted Apr 26
#rust#code_editor#developer_tools#rust#text_editor#vim Lapce is a very fast and powerful code editor written in Rust. It offers smart features like code completion and diagnostics thanks to its built-in Language Server Protocol (LSP) support. Users can enjoy a Vim-like editing experience and work on remote projects as if they were local. Lapce also includes a built-in terminal for running commands without leaving the editor. This makes it easy for developers to work efficiently and stay focused on their projects. https://github.com/lapce/lapce