{"id":21152407,"url":"https://github.com/codigoymate/curses-art","last_synced_at":"2025-09-09T16:51:07.841Z","repository":{"id":195212511,"uuid":"460462582","full_name":"codigoymate/curses-art","owner":"codigoymate","description":"ncurses ascii art editor","archived":false,"fork":false,"pushed_at":"2024-03-30T23:50:37.000Z","size":74,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T08:25:41.709Z","etag":null,"topics":["art","ascii","ascii-art","c","ncurses"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codigoymate.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}},"created_at":"2022-02-17T14:09:38.000Z","updated_at":"2022-03-05T22:56:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"770d5062-9857-4a02-8ffa-fb797a35d319","html_url":"https://github.com/codigoymate/curses-art","commit_stats":null,"previous_names":["codigoymate/curses-art"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codigoymate%2Fcurses-art","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codigoymate%2Fcurses-art/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codigoymate%2Fcurses-art/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codigoymate%2Fcurses-art/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codigoymate","download_url":"https://codeload.github.com/codigoymate/curses-art/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243597782,"owners_count":20316842,"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":["art","ascii","ascii-art","c","ncurses"],"created_at":"2024-11-20T10:40:01.488Z","updated_at":"2025-03-14T14:44:05.371Z","avatar_url":"https://github.com/codigoymate.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# curses-art\n*A ncurses based ascii-art editor*\n\n---\n\n![](res/curses-art.png)\n\n---\n\n*03/09/2022: added resize mode.*\n\n---\n\n#### Dependences\nThe only dep is ncurses 5.0 or higher.\n\n---\n\n#### Compile and Run\nCompile:\n```sh\n$ make\n```\nRun:\n```sh\n$ ./bin/cursesart file\n```\n\n---\n\n#### Keys\n* **i, j, k, l:** move the cursor through the sheet.\n* **Space:** print the current character with the current attribute.\n* **Delete, x:** delete the current character at cursor position.\n* **w, a, s, d:** Move the character selector on the left toolbar.\n* **Up, down, left, right arrows:** move the color/attribute selector on the right  toolbar.\n* **Ctrl + (i, j, k, l):** move the sheet.\n* **I, J, K, L:** Move the drawing relative to the sheet.\n* **c:** center the sheet.\n* **r:** Resize mode: Open resize mode dialog.\n* **v:** show / hide sheet background.\n* **F2:** save the file and generates C source.\n\n##### Resize Mode\n\n* **i, j, k, l:** set the new width and height.\n* **Enter:** accept changes.\n* **Esc:** discard changes.\n\n---\n\n#### Mouse\n* **Left click on the sheet:** print current character/attr at mouse position.\n* **Right click on the sheet:** delete the current character/attr at mouse position.\n\n---\n\n#### Command line\n```sh\n$ cursesart FILE -w -h -H\n```\n* **FILE:** (required) name of the file to edit.\n* **-w, --width:** width of the sheet.\n* **-h, --height:** height of the sheet.\n* **-H, --help:** Show quick cmd line help.\n\n---\n\n#### Saving the file\nPress F2 to save the file. curses-art generates a binary file to be reopened later. Also generates a source C language file to export to any ncurses project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodigoymate%2Fcurses-art","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodigoymate%2Fcurses-art","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodigoymate%2Fcurses-art/lists"}