{"id":35117323,"url":"https://github.com/wavefnd/lipi","last_synced_at":"2026-01-13T22:05:20.360Z","repository":{"id":330729663,"uuid":"1111017182","full_name":"wavefnd/lipi","owner":"wavefnd","description":"Lipi Text Editor","archived":false,"fork":false,"pushed_at":"2025-12-27T15:04:27.000Z","size":272,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-29T11:17:03.976Z","etag":null,"topics":["cpp","editor","ide","qt6","texteditor"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wavefnd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["LunaStev"]}},"created_at":"2025-12-06T05:20:41.000Z","updated_at":"2025-12-27T15:14:25.000Z","dependencies_parsed_at":"2025-12-29T13:05:33.732Z","dependency_job_id":null,"html_url":"https://github.com/wavefnd/lipi","commit_stats":null,"previous_names":["wavefnd/lipi"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wavefnd/lipi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavefnd%2Flipi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavefnd%2Flipi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavefnd%2Flipi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavefnd%2Flipi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wavefnd","download_url":"https://codeload.github.com/wavefnd/lipi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wavefnd%2Flipi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28400397,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T14:36:09.778Z","status":"ssl_error","status_checked_at":"2026-01-13T14:35:19.697Z","response_time":56,"last_error":"SSL_read: 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":["cpp","editor","ide","qt6","texteditor"],"created_at":"2025-12-27T21:50:24.013Z","updated_at":"2026-01-13T22:05:20.355Z","avatar_url":"https://github.com/wavefnd.png","language":"C++","funding_links":["https://github.com/sponsors/LunaStev"],"categories":[],"sub_categories":[],"readme":"# lipi\n\nlipi is a lightweight code editor written in C++ using Qt and developed as an open-source project under the Wave Foundation. It is designed to be simple, extensible, and fully controllable at the source level.\n\nThe project focuses on providing a clean editing environment without inheriting the complexity or rigid assumptions of large-scale editors and IDEs. lipi is intended to remain understandable, predictable, and adaptable over time.\n\n![img.png](.github/img.png)\n\n## Scope\n\nlipi is an editor, not a full integrated development environment. Its scope is intentionally limited to core editing functionality and related tooling.\n\nThe editor provides:\n- Text editing optimized for source code\n- Folder-based file exploration\n- Data-driven syntax highlighting\n- An integrated terminal panel\n\nLanguage servers and heavyweight background systems are intentionally not part of the core design.\n\n## File Explorer\n\nlipi includes a built-in file explorer that allows opening a folder and navigating its contents using a tree view. Files and directories can be created, renamed, or deleted directly from the explorer through a context menu.\n\nThe explorer can be shown or hidden as needed to keep the workspace focused and uncluttered.\n\n## Syntax Highlighting\n\nSyntax highlighting in lipi is defined entirely through external JSON files. Each language is described declaratively using regular expressions and formatting rules.\n\nThis approach allows:\n- Adding new languages without recompiling the editor\n- Supporting custom and experimental languages\n- Iterating on syntax definitions independently of the core codebase\n\n## Editor View\n\nThe editor view is optimized for readability and precision. It uses a fixed-width font, displays line numbers, and avoids unnecessary visual elements.\n\nCursor position and document state are handled explicitly to provide clear and predictable feedback.\n\n## Integrated Terminal\n\nlipi provides an integrated terminal panel inspired by modern editor workflows. The terminal is embedded directly into the editor interface and behaves as a continuous console rather than separating input and output.\n\nThe terminal is intended as a practical companion to the editor rather than a full terminal emulator.\n\n## License\n\nlipi is licensed under the Apache License, Version 2.0. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavefnd%2Flipi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwavefnd%2Flipi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwavefnd%2Flipi/lists"}