{"id":46941254,"url":"https://github.com/danpozmanter/lite-anvil","last_synced_at":"2026-05-16T03:16:15.777Z","repository":{"id":342927091,"uuid":"1174677647","full_name":"danpozmanter/lite-anvil","owner":"danpozmanter","description":"A code editor in Rust","archived":false,"fork":false,"pushed_at":"2026-04-18T20:22:51.000Z","size":4909,"stargazers_count":90,"open_issues_count":0,"forks_count":7,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-18T22:23:31.783Z","etag":null,"topics":["code-editor","coding","editor","lite-anvil","lua","rust","sdl3","text-editor"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/danpozmanter.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","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":"2026-03-06T18:02:22.000Z","updated_at":"2026-04-18T20:22:54.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/danpozmanter/lite-anvil","commit_stats":null,"previous_names":["danpozmanter/lite-anvil"],"tags_count":131,"template":false,"template_full_name":null,"purl":"pkg:github/danpozmanter/lite-anvil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpozmanter%2Flite-anvil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpozmanter%2Flite-anvil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpozmanter%2Flite-anvil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpozmanter%2Flite-anvil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danpozmanter","download_url":"https://codeload.github.com/danpozmanter/lite-anvil/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danpozmanter%2Flite-anvil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31996614,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T20:23:30.271Z","status":"online","status_checked_at":"2026-04-19T02:00:07.110Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["code-editor","coding","editor","lite-anvil","lua","rust","sdl3","text-editor"],"created_at":"2026-03-11T07:06:08.736Z","updated_at":"2026-04-26T07:02:30.015Z","avatar_url":"https://github.com/danpozmanter.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lite Anvil\n\n[![Build](https://github.com/danpozmanter/lite-anvil/actions/workflows/release.yml/badge.svg)](https://github.com/danpozmanter/lite-anvil/actions/workflows/release.yml)\n\n**[Documentation](https://danpozmanter.github.io/lite-anvil/)** | **[Releases](https://github.com/danpozmanter/lite-anvil/releases)**\n\nA fast code editor built in Rust with SDL3.\n\n![Lite Anvil screenshot](docs_src/assets/screenshot.png)\n\nShips with Nano Anvil, a minimal single-file editor for lightweight editing.\n\n![Nano Anvil screenshot](docs_src/assets/nano_screenshot.png)\n\nShips with Note Anvil, a minimal markdown note taking and todo list app.\n\n![Note Anvil screenshot](docs_src/assets/notes_screenshot.png)\n\nLite Anvil is a fork of [Lite XL](https://github.com/lite-xl/lite-xl), rewritten from the ground up in Rust.\n\n## Purpose \u0026 Forking\n\nThis project exists partially as an experiment, and partially as something I just wanted for myself.\n\n**No Support**\n\nI do not intend to maintain or support this in any way, but wanted to share the code so anyone interested can freely use, learn from, or fork this project into something new.\n\n## Features\n\n- **Built-in LSP** with diagnostics, completion, hover, go-to-definition, references, inlay hints\n- **Embedded terminal** with ANSI colors, scrollback, and multi-terminal support\n- **Find \u0026 Replace** with live search, match counter, regex/whole-word/case toggles, and find-in-selection\n- **Bookmarks** -- toggle with Ctrl+F4, navigate with F4 / Shift+F4, accent marker in gutter\n- **Code folding** with indent-based fold detection\n- **Project-wide search** (Ctrl+Shift+F) with grep-based results\n- **Git integration** -- gutter markers, status view, blame annotations, file log, push/pull/commit/stash\n- **Multi-cursor editing** -- Ctrl+Shift+Up/Down to add cursors, Ctrl+D to select next occurrence\n- **Minimap** with syntax-colored blocks, click to scroll\n- **Language-aware line comments** -- Ctrl+/ picks the correct marker for 51 languages\n- **51 built-in syntax grammars** including Rust, Go, Python, TypeScript, C, C++, Java, and more\n- **Session restore** -- open files, active tab, font scale persist across restarts\n- **Native file watching** via inotify for external-change detection\n- **JSON-backed color themes** (`data/assets/themes/*.json`) with runtime cycling (Ctrl+Shift+P)\n- **Keyboard-navigated file/folder open** with filesystem autocomplete and `:N` line support\n- **Format on paste** -- converts pasted indent whitespace to match document style\n- **Color-coded sidebar icons** by file extension (90+ extensions)\n- **Check for Updates** from the command palette\n- **Graceful font fallback** -- falls back to built-in fonts with a warning if custom fonts fail\n\n## Nano Anvil\n\nA stripped-down single-file editor for minimal resource usage.\n\n- Single file at a time, always starts with a blank document\n- Find and replace within the current file\n- No sidebar, terminal, LSP, git, tabs, bookmarks, or code folding\n\n## Note Anvil\n\nA stripped-down markdown note taker.\n\n- Auto-saving.\n- Live updating markdown.\n- Port of NoteSquirrel.\n- Alternative to Joplin for 100% local notes and todo lists.\n\n## Shortcuts\n\n| Key | Action |\n|-----|--------|\n| `Ctrl+P` | Command palette |\n| `Ctrl+O` | Open file (autocomplete navigator) |\n| `Ctrl+Shift+O` | Open project folder |\n| `Ctrl+Shift+R` | Open recent file or folder |\n| `Ctrl+Shift+F` | Find in files |\n| `Alt+Shift+F` | Replace in files |\n| `Ctrl+F` | Find in file |\n| `Alt+F` | Replace in file |\n| `F3` / `Shift+F3` | Next / previous match |\n| `Ctrl+/` | Toggle line comment |\n| `Ctrl+Up` / `Ctrl+Down` | Move line up / down |\n| `Ctrl+F4` | Toggle bookmark |\n| `F4` / `Shift+F4` | Next / previous bookmark |\n| `Ctrl+Shift+[` / `]` | Fold / unfold code block |\n| `Ctrl+=` / `Ctrl+-` | Font zoom in / out |\n| `Ctrl+M` | Toggle minimap |\n| `Alt+Z` | Toggle line wrapping |\n| `Ctrl+B` | Toggle sidebar |\n| `Ctrl+`` ` / `F5` | Toggle terminal |\n| `F12` | Go to definition (LSP) |\n| `Ctrl+K` | Hover info (LSP) |\n| `Ctrl+Shift+P` | Cycle color theme |\n| `Ctrl+W` | Close tab |\n| `Ctrl+Tab` | Next tab |\n\n## Building\n\n### Quick start\n\n```bash\n# Ubuntu / Debian\napt install libsdl3-dev libfreetype6-dev libpcre2-dev\n\n# Build\ncargo build --release\n\n# Run\n./target/release/lite-anvil [path]\n```\n\nRust 1.85+ required. See [BUILDING.md](BUILDING.md) for full instructions\nincluding macOS, Windows, and packaging.\n\n## Fonts\n\n- [Lilex](https://github.com/mishamyrt/Lilex) -- editor font\n- [Seti](https://github.com/jesseweed/seti-ui) -- file type icons\n\n## License\n\nMIT -- see [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanpozmanter%2Flite-anvil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanpozmanter%2Flite-anvil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanpozmanter%2Flite-anvil/lists"}