{"id":15706294,"url":"https://github.com/ugniljoz/shli","last_synced_at":"2025-05-12T15:45:00.161Z","repository":{"id":57667246,"uuid":"191422162","full_name":"UgnilJoZ/shli","owner":"UgnilJoZ","description":"Rust crate for shell-like TUIs","archived":false,"fork":false,"pushed_at":"2022-01-18T17:48:20.000Z","size":62,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-14T10:53:01.144Z","etag":null,"topics":["cli","rust-crate","shell-prompt","tui"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/UgnilJoZ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-11T17:50:13.000Z","updated_at":"2024-08-27T03:36:53.000Z","dependencies_parsed_at":"2022-09-02T14:11:06.980Z","dependency_job_id":null,"html_url":"https://github.com/UgnilJoZ/shli","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UgnilJoZ%2Fshli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UgnilJoZ%2Fshli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UgnilJoZ%2Fshli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/UgnilJoZ%2Fshli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/UgnilJoZ","download_url":"https://codeload.github.com/UgnilJoZ/shli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253767550,"owners_count":21961131,"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":["cli","rust-crate","shell-prompt","tui"],"created_at":"2024-10-03T20:22:13.123Z","updated_at":"2025-05-12T15:45:00.130Z","avatar_url":"https://github.com/UgnilJoZ.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Crates.io](https://img.shields.io/crates/v/shli.svg)](https://crates.io/crates/shli)\n![Build Status](https://github.com/UgnilJoZ/shli/actions/workflows/rust.yml/badge.svg)\n[![Documentation](https://docs.rs/shli/badge.svg)](https://docs.rs/crate/shli/)\n[![dependency status](https://deps.rs/crate/shli/0.3.0/status.svg)](https://deps.rs/crate/shli/0.3.0)\n\n# shli\nRust crate for shell-like TUIs\n\n## Purpose\nIf you once saw nslookup, glusterfs or shelldap and admired their shell-like terminal interfaces, this might be a crate for you.\n\nThis crate provides basic building blocks for providing users of your software such an interface.\n\n## Example usage\nSee `examples/simple.rs`.\n\nA `cargo run --example simple` will run it.\n\nYou will see a prompt. Type p, and then press TAB.\n```\n\u003e p\n```\nIt will autocomplete to `print`, an example command! Now issue this:\n\n```\n\u003e print Hello\n```\nIt will print \"Hello\", which is not spectacular. If you now press the up key, you will be able to edit your last command.\n\nWith the left and right keys, the user is able to edit the current commandline.\n\n## Documentation\nhttps://docs.rs/shli/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fugniljoz%2Fshli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fugniljoz%2Fshli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fugniljoz%2Fshli/lists"}