winget install --id WenAnLin.wedi
About Wedi
wedi is a lightweight, keyboard-driven console text editor that provides intuitive text selection, cut, copy, paste, fast navigation, commenting, and search, delivering a smooth and efficient editing experience entirely in the terminal without requiring any GUI.
What's new in 0.4.0
chore: release v0.4.0 - PageUp/PageDown overhaul & syntax highlighting fixes Changed - PageUp/PageDown now scrolls entire page while maintaining cursor screen Y position - When no more pages: PageUp jumps to first line, PageDown jumps to last line - Improved large file navigation Fixed - Token-level newline handling in syntax highlighting (Linux terminal fix) - Optimized ANSI escape code generation (30-50% output reduction) - Single reset code at end of highlighted line Performance - Large file end-page jump optimization - Pre-allocated string buffer for ANSI output - Reduced memory allocations in highlight engine 🤖 Generated with Claude Code Co-Authored-By: Claude Opus 4.5 noreply@anthropic.com 📦 下載 / Downloads 請從下方選擇適合您系統的版本下載。 Please download the appropriate version for your system from below. 🔒 檔案校驗 / File Verification 使用 SHA256SUMS 檔案驗證下載的檔案完整性。 Use the SHA256SUMS file to verify the integrity of downloaded files. 📝 自動生成的變更日誌 / Auto-generated Changelog Full Changelog: v0.3.0...v0.4.0
Version history
| Version | Updated | Notes |
|---|---|---|
| 0.4.0 | Unknown | chore: release v0.4.0 - PageUp/PageDown overhaul & syntax highlighting fixes Changed - PageUp/PageDown now scrolls entire page while maintaining cursor screen Y position - When no more pages: PageUp jumps to first line,... |
| 0.2.3 | Unknown | chore: bump version to 0.2.3 and extend shell config file support - Update version from 0.2.2 to 0.2.3 - Extend syntax highlighting support for shell configuration files - Add detection for .bashrc, .zshrc, .profile and... |
| 0.2.2 | Unknown | docs: update CHANGELOG for v0.2.2 📦 下載 / Downloads 請從下方選擇適合您系統的版本下載。 Please download the appropriate version for your system from below. 🔒 檔案校驗 / File Verification 使用 SHA256SUMS 檔案驗證下載的檔案完整性。 Use the SHA256SUMS file to v... |
| 0.2.1 | Unknown | feat: 新增主題選擇功能 (v0.2.1) 新增功能: - 新增 --theme 參數可自訂語法高亮主題 - 新增 --list-themes 參數列出所有可用主題(7 種內建主題) - 支援在啟動時選擇自訂主題 變更: - 更新 help 文檔包含新的主題選項 - 新增 CHANGELOG.md 追蹤版本變更 - 更新 README.md 包含主題使用說明 - 清理調試代碼 修復: - 改進主題選擇和顯示清晰度 🤖 Generat... |