{"id":16951457,"url":"https://github.com/bnoordhuis/termios","last_synced_at":"2025-04-11T21:20:49.157Z","repository":{"id":66079229,"uuid":"195764071","full_name":"bnoordhuis/termios","owner":"bnoordhuis","description":"Pretty-print the contents of `struct termios`","archived":false,"fork":false,"pushed_at":"2019-07-08T08:57:29.000Z","size":7,"stargazers_count":10,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-25T17:16:27.816Z","etag":null,"topics":["termios","unix"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bnoordhuis.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":"2019-07-08T07:58:16.000Z","updated_at":"2024-07-10T20:34:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"c420e32b-120c-45c1-b2ba-808f4c7df925","html_url":"https://github.com/bnoordhuis/termios","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnoordhuis%2Ftermios","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnoordhuis%2Ftermios/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnoordhuis%2Ftermios/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bnoordhuis%2Ftermios/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bnoordhuis","download_url":"https://codeload.github.com/bnoordhuis/termios/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248480421,"owners_count":21110939,"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":["termios","unix"],"created_at":"2024-10-13T22:00:14.704Z","updated_at":"2025-04-11T21:20:49.126Z","avatar_url":"https://github.com/bnoordhuis.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"termios\n=======\n\nA utility for dumping the contents of `struct termios` for a file descriptor or\ncharacter device.\n\nbuild\n=====\n\nEasy, just run `make`. :-)\n\nusage\n=====\n\nBasic usage, defaults to probing stdin:\n\n    $ termios\n    c_iflag         BRKINT|ICRNL|IMAXBEL|IXANY|IXON\n    c_oflag         ONLCR|OPOST\n    c_cflag         CREAD|CSIZE|HUPCL\n    c_lflag         ECHO|ECHOCTL|ECHOE|ECHOK|ECHOKE|ICANON|IEXTEN|ISIG|PENDIN\n    c_cc            4,255,255,127,23,21,18,255,3,28,26,25,17,19,22,15,1,0,20,255\n    c_ispeed        9600\n    c_ospeed        9600\n\nTo probe a file descriptor, in this case stderr:\n\n    $ termios 2\n    # \u003coutput elided for brevity\u003e\n\nTo probe a character device:\n\n    $ termios /dev/ttyS0\n    # \u003coutput elided for brevity\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbnoordhuis%2Ftermios","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbnoordhuis%2Ftermios","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbnoordhuis%2Ftermios/lists"}