{"id":13621654,"url":"https://github.com/ivanceras/titik","last_synced_at":"2025-04-13T06:36:45.355Z","repository":{"id":57669927,"uuid":"245759348","full_name":"ivanceras/titik","owner":"ivanceras","description":"A cross platform minimalistic text user interface","archived":false,"fork":false,"pushed_at":"2022-03-02T06:30:46.000Z","size":1039,"stargazers_count":122,"open_issues_count":3,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-11T16:21:24.510Z","etag":null,"topics":["terminal","tui","widget"],"latest_commit_sha":null,"homepage":"","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/ivanceras.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"ivanceras"}},"created_at":"2020-03-08T05:44:09.000Z","updated_at":"2025-03-09T21:27:01.000Z","dependencies_parsed_at":"2022-09-26T20:40:40.894Z","dependency_job_id":null,"html_url":"https://github.com/ivanceras/titik","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanceras%2Ftitik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanceras%2Ftitik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanceras%2Ftitik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ivanceras%2Ftitik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ivanceras","download_url":"https://codeload.github.com/ivanceras/titik/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248675303,"owners_count":21143763,"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":["terminal","tui","widget"],"created_at":"2024-08-01T21:01:09.135Z","updated_at":"2025-04-13T06:36:45.322Z","avatar_url":"https://github.com/ivanceras.png","language":"Rust","funding_links":["https://patreon.com/ivanceras"],"categories":["Libraries","库 Libraries","Rust"],"sub_categories":["Command-line","命令行 Command-line"],"readme":"# titik\n\n[![Build Status](https://api.travis-ci.com/ivanceras/titik.svg?branch=master)](https://travis-ci.com/github/ivanceras/titik)\n[![Latest Version](https://img.shields.io/crates/v/titik.svg)](https://crates.io/crates/titik)\n\nTitik is a crossplatform TUI widget library with the goal of being able to interact\nintuitively on these widgets.\n\n![Screenshot](https://ivanceras.github.io/screenshots/titik-record2.gif)\n\nIt uses [`crossterm`](https://crates.io/crates/crossterm) as the underlying backend.\n\nTo run the demo use the following command:\n```sh\ncargo run --example demo 2\u003e/dev/null\n```\nNote: `2\u003e/dev/null` is sending the debugging log from `eprintln` into the `/dev/null` device\n\nWithout doing so, will result a flicker in your screen caused by debugging info and tui mixed\nin one terminal output.\n\nAlternatively, you can pipe the debugging log from `eprintln` into a file say `/tmp/debug.log`\nby doing so:\n```sh\ncargo run --example demo 2\u003e/tmp/debug.log\n```\n\nYou can then open a new terminal and tail the `/tmp/debug.log` file\n```sh\ntail -f /tmp/debug.log\n```\n\nLicense: MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanceras%2Ftitik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fivanceras%2Ftitik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fivanceras%2Ftitik/lists"}