{"id":17844049,"url":"https://github.com/sambattalio/chad_stride","last_synced_at":"2025-09-05T08:32:14.532Z","repository":{"id":111917479,"uuid":"239801091","full_name":"sambattalio/chad_stride","owner":"sambattalio","description":"A small curses program to stride across your terminal","archived":false,"fork":false,"pushed_at":"2022-10-09T19:28:24.000Z","size":80,"stargazers_count":29,"open_issues_count":6,"forks_count":14,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-12-29T16:45:58.411Z","etag":null,"topics":["c","chad","chad-stride","chadstride","curses","hacktoberfest","stride","terminal"],"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/sambattalio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://venmo.com/SamBattalio"]}},"created_at":"2020-02-11T15:49:49.000Z","updated_at":"2023-10-10T07:24:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"ae7115cc-fc1e-4910-8724-53d285b0a942","html_url":"https://github.com/sambattalio/chad_stride","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambattalio%2Fchad_stride","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambattalio%2Fchad_stride/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambattalio%2Fchad_stride/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sambattalio%2Fchad_stride/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sambattalio","download_url":"https://codeload.github.com/sambattalio/chad_stride/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232032090,"owners_count":18462970,"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":["c","chad","chad-stride","chadstride","curses","hacktoberfest","stride","terminal"],"created_at":"2024-10-27T21:27:53.621Z","updated_at":"2024-12-31T21:49:42.491Z","avatar_url":"https://github.com/sambattalio.png","language":"C","funding_links":["https://venmo.com/SamBattalio"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\u003cimg src=\"https://chadpaste.com/images/chad.gif\" alt=\"logo\" width=100px height=auto\u003e\u003c/br\u003eChad Stride\u003c/h1\u003e\n\u003ch5 align=\"center\"\u003e\u003ci align=\"center\"\u003eLike sl \u0026 cmatrix, but better.\u003c/i\u003e\u003c/h5\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/-ouch!-pink\" alt=\"outch!\"\u003e\n  \u003cimg src=\"https://img.shields.io/badge/version-alpha-green\"\u003e\n  \u003ca href=\"https://www.gnu.org/licenses/gpl-3.0\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/License-GPLv3-blue.svg\"\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/speed-blazing%20%F0%9F%94%A5-brightgreen.svg\"\u003e\n  \u003ca href=\"https://github.com/sambattalio/chad_stride\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/Maintained%3F-yes-green.svg\"\u003e\n  \u003c/a\u003e\n  \u003cimg src=\"https://img.shields.io/badge/chad%3F-af-red.svg\"\u003e\n  \u003cbr\u003e\n\n  \u003cimg src=\"https://chadpaste.com/f/kzy.gif\" alt=\"Chad\"\u003e\n\u003c/p\u003e\n\n## Features\n\nOn call, chad by default strides across your screen once and exits. However, his activity can be changed\nby the following flags:\n\n* `-c [r|g|b|m|c|y]`: Change chad's color \u0026 enable color changing via keyboard input while running.\n(thanks @ginglis13!)\n\n* `-a SLEEP_TIME`: Adjust sleep rate (in nanoseconds). Small number == faster chad. Defaults to 150000.\n\n* `-f`: Chad ignores signals (thanks @pbui!)\n\n* `-b SIZE`: Increase spacing of chad by `SIZE`\n\n* `-l`: infinite looping\n\n* `-s`: Chad stays in the center, striding in place.\n\n* `-m MESSAGE`: Display message at bottom center of screen\n\n* `-R`: Chad strolls with a rainbow effect\n\n* `-p`: Chad flips when he hits the edge of the screen\n\n## Installation\n\n### Mac\n\n**Install from source:**\n```\nmake\nmake install\n```\n\n**Homebrew:**\n\n`brew install sambattalio/homebrew-formulae/chad_stride`\n\n### BSD/Linux\n\n**Install from source:**\n```\nmake\nmake install\n```\n\nYou can install to a custom `PREFIX` by doing the following:\n```\nmake PREFIX=~/.local install\n```\n\n\n**Uninstall:**\n```\nmake uninstall\n```\n\n**AUR:**\n\n`yay -S chad_stride`\n\n**Snap:**\n```\nsnap install --edge chad-stride\n```\n\n### Windows\n\nSomeone please tell me\n\n## Contributing\n\nThis basically a read-only repository. Everything happens inside the command, as intended by Terry.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsambattalio%2Fchad_stride","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsambattalio%2Fchad_stride","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsambattalio%2Fchad_stride/lists"}