{"id":27344768,"url":"https://github.com/2moe/cursivext","last_synced_at":"2025-04-12T17:34:18.663Z","repository":{"id":285654398,"uuid":"958896443","full_name":"2moe/cursivext","owner":"2moe","description":"A modular extension suite for Cursive (TUI library)","archived":false,"fork":false,"pushed_at":"2025-04-02T00:21:27.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T00:29:10.842Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","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/2moe.png","metadata":{"files":{"readme":"docs/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":"2025-04-02T00:07:20.000Z","updated_at":"2025-04-02T00:21:30.000Z","dependencies_parsed_at":"2025-04-02T00:39:27.556Z","dependency_job_id":null,"html_url":"https://github.com/2moe/cursivext","commit_stats":null,"previous_names":["2moe/cursivext"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2moe%2Fcursivext","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2moe%2Fcursivext/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2moe%2Fcursivext/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/2moe%2Fcursivext/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/2moe","download_url":"https://codeload.github.com/2moe/cursivext/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248605480,"owners_count":21132177,"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":[],"created_at":"2025-04-12T17:33:28.665Z","updated_at":"2025-04-12T17:34:18.649Z","avatar_url":"https://github.com/2moe.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cursivext\n\n[![cursivext-version](https://img.shields.io/crates/v/cursivext.svg?logo=rust)](https://crates.io/crates/cursivext)\n[![Documentation](https://docs.rs/cursivext/badge.svg)](https://docs.rs/cursivext)\n\n[![Apache-2 licensed](https://img.shields.io/crates/l/cursivext.svg?logo=apache)](../License)\n\n## Get Started\n\n### Checkbox\n\n\u003cimg src=\"../assets/checkbox.png\" width=\"40%\" alt=\"checkbox\"\u003e\n\n```rust\nuse cursivext::{cursive, views::Checkbox};\nuse cursive::{With, views::Panel};\n\nlet checkbox = Checkbox::wrap_linear_layout(\"good?\").wrap_with(Panel::new);\n\ncursive::default()\n  .with(|siv| siv.add_layer(checkbox));\n  .run();\n\n  // =\u003e [✔︎] good?\n```\n\n**Note:** The original cursive 0.21.1 Checkbox is `[X] good?` instead of `[✔︎] good?`.\n\n### cursive-tabs Keyboard Shortcuts\n\ntabs::add_global_key_shortcuts\n\n| Tab | Alt+ | Ctrl+Shift+ |\n| --- | ---- | ----------- |\n| 1   | 1    | F1          |\n| ... | ...  | ...         |\n| 9   | 9    | F9          |\n| 10  | 0    | F10         |\n\ntabs::add_global_tab_switch_key_shortcuts\n\n| Direction    | Primary Shortcut | Alternate Shortcut |\n| ------------ | ---------------- | ------------------ |\n| Previous Tab | Alt+PageUp       | Ctrl+Alt+PageUp    |\n| Next Tab     | Alt+PageDown     | Ctrl+Alt+PageDown  |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2moe%2Fcursivext","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F2moe%2Fcursivext","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F2moe%2Fcursivext/lists"}