sinelaw/fresh

Terminal based IDE & text editor: easy, powerful and fast

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 43 minutes ago
Added to GitGenius on December 6th, 2025
Created on December 24th, 2024
Open Issues & Pull Requests: 296 (+0)
Number of forks: 316
Total Stargazers: 8,484 (+1)
Total Subscribers: 30 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 26.0 hours
Mean response time: 7.9 days
90th percentile: 18.8 days
Tracked items: 1,020

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 76% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "discussion" is answered fastest, typically in about 16 hours, while "tui-agent-auto-bug" waits about 5 days. 41% of tracked open issues have had no activity in three months. Only 10% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 228
New in 7 days: 15
Closed in 7 days: 13
Avg open age: 42 days
Stale 30+ days: 160
Stale 90+ days: 93

Recent activity

Opened in 7 days: 15
Closed in 7 days: 12
Comments in 7 days: 11
Events in 7 days: 47

Top labels

  • triaged (517)
  • bug (463)
  • actionable (274)
  • progress (247)
  • enhancement (217)
  • deferred (157)
  • discussion (61)
  • tui-agent-auto-bug (48)

Detailed Description

Fresh is a terminal-based text editor and IDE written in Rust that aims to bring the familiar user experience of graphical editors like VS Code and Sublime Text to the command line. The project emphasizes zero configuration setup with standard keybindings, full mouse support, and IDE-level features that work intuitively out of the box without requiring users to learn modal editing or memorize complex shortcuts.

The editor includes a comprehensive set of features organized across multiple categories. File management capabilities encompass opening, saving, creating, and closing files, along with a file explorer, tab support, auto-revert functionality, and git file finding. The editing suite provides undo/redo, multi-cursor editing, block selection, smart indentation, comment toggling, and clipboard operations. Search and replace functionality includes incremental search, find-in-selection, query replace, and git grep integration. Navigation features allow jumping to specific lines or brackets, word movement, position history tracking, bookmarks, and error navigation. The interface supports split panes, line numbers, line wrapping, customizable backgrounds, and markdown preview. Language Server Protocol integration enables go-to-definition, references, hover information, code actions, rename refactoring, diagnostics, and autocompletion. Additional productivity features include a command palette, menu bar, keyboard macros, git log viewing, and a diagnostics panel. The editor supports TypeScript-based plugins running in a sandboxed QuickJS environment, with built-in plugins for color highlighting, TODO highlighting, merge conflict handling, and path completion. Internationalization support includes multiple language translations with a plugin translation system.

Fresh is designed for real-world performance, capable of handling multi-gigabyte files with negligible memory overhead while maintaining consistently low-latency input response regardless of file size. The project provides extensive installation options across multiple platforms including macOS, Windows, various Linux distributions, FreeBSD, and Nix, with methods ranging from package managers like brew and winget to pre-built binaries, AppImage, Flatpak, and source compilation.

The project includes daily version checking and anonymous telemetry collection to understand usage patterns, though users can disable both features through command-line flags or configuration settings. Fresh is licensed under the GNU General Public License v2.0 and maintains comprehensive documentation including a user guide, macOS-specific configuration tips, and plugin development resources.