{"id":41543907,"url":"https://github.com/rahuldangeofficial/edit","last_synced_at":"2026-02-07T18:06:39.372Z","repository":{"id":292342915,"uuid":"980593873","full_name":"rahuldangeofficial/edit","owner":"rahuldangeofficial","description":"\"edit\" is a minimal terminal-based text editor built for speed, simplicity, and reliability. No modes. No commands. Just open a file, start typing, and it autosaves. Designed for developers, sysadmins, and anyone tired of getting stuck in Vim or Nano during quick edits.","archived":false,"fork":false,"pushed_at":"2026-01-17T03:24:22.000Z","size":1930,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-24T12:15:07.379Z","etag":null,"topics":["cli-tool","cpp","linux","macos","minimal","ncurses","open-source","text-editor","unix","utf-8"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rahuldangeofficial.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-09T11:39:27.000Z","updated_at":"2026-01-21T04:52:43.000Z","dependencies_parsed_at":"2025-05-09T12:46:08.566Z","dependency_job_id":null,"html_url":"https://github.com/rahuldangeofficial/edit","commit_stats":null,"previous_names":["rahuldangeofficial/edit"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/rahuldangeofficial/edit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahuldangeofficial%2Fedit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahuldangeofficial%2Fedit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahuldangeofficial%2Fedit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahuldangeofficial%2Fedit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rahuldangeofficial","download_url":"https://codeload.github.com/rahuldangeofficial/edit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rahuldangeofficial%2Fedit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29203129,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T17:44:10.191Z","status":"ssl_error","status_checked_at":"2026-02-07T17:44:07.936Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli-tool","cpp","linux","macos","minimal","ncurses","open-source","text-editor","unix","utf-8"],"created_at":"2026-01-24T02:15:31.941Z","updated_at":"2026-02-07T18:06:39.367Z","avatar_url":"https://github.com/rahuldangeofficial.png","language":"C++","readme":"# edit v2.0.2 by @rahuldangeofficial\n\nA minimalist terminal text editor. Zero-config, UTF-8 native, atomically safe.\n\n---\n\n## Performance Comparison\n\n| Metric | edit | nano | vim | micro |\n|--------|------|------|-----|-------|\n| Binary Size | 64 KB | ~200 KB | 5.4 MB | 11 MB |\n| RAM Usage | ~1-2 MB | ~3 MB | ~10 MB | ~30 MB |\n| Startup Time | Instant | Fast | Slow | Moderate |\n| Full UTF-8/Emoji | Yes | Partial | Yes | Yes |\n| Atomic Save | Yes | No | No | No |\n| Crash Recovery | Yes | No | Swap file | No |\n\n---\n\n## Features\n\n- **64 KB binary** — 84x smaller than vim\n- **Atomic saves** — write, fsync, rename (no data corruption)\n- **Crash-safe** — Ctrl+C triggers save before exit\n- **True UTF-8** — Emojis render and save correctly\n- **Line numbers** — Always visible, dynamic width\n- **Mouse support** — Click to position cursor\n- **Large file warning** — Prompts before loading files \u003e100 MB\n- **Safety Hardened** — Zero warnings with strict compiler flags (`-Weverything`)\n- **Adaptive UI** — Status bar scales for narrow terminals\n\n---\n\n## Installation\n\n**One-liner install (auto-installs dependencies):**\n```bash\nrm -rf edit \u0026\u0026 git clone https://github.com/rahuldangeofficial/edit.git \u0026\u0026 cd edit \u0026\u0026 bash install.sh\n```\n\n**Manual install (if you have dependencies):**\n```bash\nrm -rf edit \u0026\u0026 git clone https://github.com/rahuldangeofficial/edit.git \u0026\u0026 cd edit \u0026\u0026 make \u0026\u0026 sudo make install\n```\n\n**Uninstall:**\n```bash\ncd edit \u0026\u0026 sudo make uninstall \u0026\u0026 cd .. \u0026\u0026 rm -rf edit\n```\n\n### Supported Platforms\n- Debian / Ubuntu\n- Fedora / RHEL / CentOS\n- Arch Linux\n- Alpine Linux\n- macOS\n\n---\n\n## Usage\n\n```bash\nedit filename.txt\n```\n\n### Controls\n\n| Key | Action |\n|-----|--------|\n| Arrow keys | Navigate |\n| Home / End | Jump to line start/end |\n| PageUp / PageDown | Scroll |\n| Backspace | Delete character |\n| Delete | Delete forward |\n| Enter | New line |\n| Esc | Save and exit |\n| Mouse click | Position cursor |\n\n---\n\n## Design Philosophy\n\nedit is intentionally minimal. It does not include:\n\n- Syntax highlighting\n- Undo/redo\n- Search\n- Plugins\n- Config files\n\nThis is by design. edit is for quick edits, not IDE workflows.\n\n---\n\n## Use Cases\n\n- Config file edits (~/.bashrc, ~/.gitconfig)\n- Git commit messages\n- Small scripts and notes\n- Embedded systems / Docker containers\n- Low-RAM environments (Raspberry Pi, VPS)\n\n---\n\n## Requirements\n\n- C++17 compiler (g++, clang++)\n- ncurses library\n- POSIX system (Linux, macOS)\n\n---\n\n## License\n\nMIT","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahuldangeofficial%2Fedit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frahuldangeofficial%2Fedit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frahuldangeofficial%2Fedit/lists"}