{"id":19084599,"url":"https://github.com/evanlin96069/nino","last_synced_at":"2025-04-30T09:25:57.261Z","repository":{"id":62470492,"uuid":"521553717","full_name":"evanlin96069/nino","owner":"evanlin96069","description":"A terminal-based text editor inspired by kilo","archived":false,"fork":false,"pushed_at":"2024-12-31T12:57:18.000Z","size":2044,"stargazers_count":36,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-18T23:59:51.178Z","etag":null,"topics":["c","cross-platform","kilo","text-editor"],"latest_commit_sha":null,"homepage":"https://evanlin96069.github.io/nino-editor/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/evanlin96069.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}},"created_at":"2022-08-05T07:59:16.000Z","updated_at":"2025-03-02T10:11:16.000Z","dependencies_parsed_at":"2023-02-15T06:01:18.946Z","dependency_job_id":"e414b8b9-474e-4ed8-bc29-85d13e67d256","html_url":"https://github.com/evanlin96069/nino","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanlin96069%2Fnino","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanlin96069%2Fnino/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanlin96069%2Fnino/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/evanlin96069%2Fnino/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/evanlin96069","download_url":"https://codeload.github.com/evanlin96069/nino/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251675737,"owners_count":21625880,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["c","cross-platform","kilo","text-editor"],"created_at":"2024-11-09T02:52:01.433Z","updated_at":"2025-04-30T09:25:57.241Z","avatar_url":"https://github.com/evanlin96069.png","language":"C","funding_links":[],"categories":["Table of Contents"],"sub_categories":[],"readme":"# nino\n\n[![Build](https://github.com/evanlin96069/nino/actions/workflows/build.yml/badge.svg)](https://github.com/evanlin96069/nino/actions?query=branch%3Amaster)\n\n![screenshot](docs/img/nino_v0.0.3.png)\n\nA small terminal-based text editor written in C.\n\nInspired by [kilo](https://github.com/antirez/kilo)\nand [snaptoken's Build Your Own Text Editor tutorial](https://viewsourcecode.org/snaptoken/kilo/).\n\n## Why?\nI'm not used to [Vim](https://www.vim.org/) and I don't like [nano](https://nano-editor.org/) either, so I make my own text editor. (I don't know about [micro](https://micro-editor.github.io/) back then...)\n\n## Features\n- Basic syntax highlight\n- Basic UTF-8 support\n- Multiple editor tabs\n- Automatic indentation and bracket completion\n- Mouse support\n- Cut, copy, and paste the selected section\n- Multiple undo/redo\n- Search with smart case sensitivity\n- File explorer\n\n## Build\n\nThis project uses CMake for building. Follow these steps to build the project:\n\n### Prerequisites\n\n- CMake (minimum required version, e.g., 3.15)\n- A suitable C compiler (GCC, Clang, MSVC, etc.)\n\n### Cloning the Repository\n\n```bash\ngit clone https://github.com/evanlin96069/nino.git\ncd nino\n```\n\n### Configuring the Build\n\nCreate a build directory and run CMake to configure the project:\n\n```bash\nmkdir build\ncd build\ncmake ..\n```\n\n### Building the Project\n\nTo build the project, run:\n\n```bash\ncmake --build .\n```\n\n### Optional: Installing the Project\n\nIf installation is necessary, you can install the project using:\n\n```bash\ncmake --install .\n```\n\n## Documentation\n- [Configurations](docs/configs.md)\n- [Controls](docs/controls.md)\n- [Syntax Highlighting](docs/syntax.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanlin96069%2Fnino","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fevanlin96069%2Fnino","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fevanlin96069%2Fnino/lists"}