{"id":28739327,"url":"https://github.com/palomena/clide","last_synced_at":"2026-05-18T03:33:31.417Z","repository":{"id":294970191,"uuid":"987714707","full_name":"palomena/clide","owner":"palomena","description":"Command line interface document editor","archived":false,"fork":false,"pushed_at":"2025-05-27T12:46:54.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-07T01:12:42.691Z","etag":null,"topics":["c","editor","nano","ncurses","ssh","text-editor","vim"],"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/palomena.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2025-05-21T13:30:56.000Z","updated_at":"2025-05-22T23:12:02.000Z","dependencies_parsed_at":"2025-05-23T00:06:54.658Z","dependency_job_id":null,"html_url":"https://github.com/palomena/clide","commit_stats":null,"previous_names":["palomena/clide"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/palomena/clide","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palomena%2Fclide","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palomena%2Fclide/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palomena%2Fclide/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palomena%2Fclide/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/palomena","download_url":"https://codeload.github.com/palomena/clide/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/palomena%2Fclide/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33163740,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"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":["c","editor","nano","ncurses","ssh","text-editor","vim"],"created_at":"2025-06-16T06:00:53.917Z","updated_at":"2026-05-18T03:33:31.412Z","avatar_url":"https://github.com/palomena.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# clide\nclide - short for *command line interface document editor* - is an intuitive\nand lightweight libncurses-based text editor for posix terminals.\nIt features sensible key bindings and the usual functionality that is expected\nby users from a text editor nowadays.\nImplementation language is ISO C99, requires a hosted implementation of libc\nand the ncurses libraries. The codebase is small and highly hackable.  \nThat's it.\n\n![screenshot](data/screenshot.png)\n\n## Features\n* modern key-bindings\n* builtin clipboard\n* colored output\n* custom theming\n* regex-based syntax highlighting (TODO)\n* mouse support\n* file streaming (TODO)\n\n## Installation\n1. Clone the git repository.\n2. Install build-essentials (compiler, make), e.g. via `apt install build-essential`\n3. Install dependencies, e.g. via `apt install libncurses-dev`\n4. Run `make` in the root directory of the repository\n\n## Keymap\n```\nCtrl+A :  Select everything\nCtrl+C :  Copy selection\nCtrl+F :  Search text\nCtrl+G :  Goto line number, column number\nCtrl+H :  Display help window\nCtrl+I :  Display info window\nCtrl+L :  Select current line\nCtrl+O :  Open a new file\nCtrl+Q :  Quit editor\nCtrl+R :  Replace text\nCtrl+S :  Save file to disk\nCtrl+V :  Paste clipboard contents\nCtrl+X :  Cut selection\nCtrl+Y :  Redo last action\nCtrl+Z :  Undo last action\n```\n\n## Porting\nThe program is cross-platform except for the following dependencies:\n* libncurses-dev (A replacement implementation could be pdcurses)\n* GNU getopt (Replacement implementations are everywhere)\n\n## License\nclide is open source software and licensed under the terms of the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalomena%2Fclide","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpalomena%2Fclide","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpalomena%2Fclide/lists"}