{"id":21714795,"url":"https://github.com/redraw/scroll","last_synced_at":"2025-07-11T15:34:19.474Z","repository":{"id":49796427,"uuid":"517791640","full_name":"redraw/scroll","owner":"redraw","description":"scroll stdout!","archived":false,"fork":false,"pushed_at":"2022-08-03T12:33:02.000Z","size":197,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-06-16T14:25:02.704Z","etag":null,"topics":["cli","shell"],"latest_commit_sha":null,"homepage":"","language":"Python","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/redraw.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":"2022-07-25T19:16:37.000Z","updated_at":"2023-09-29T17:32:32.000Z","dependencies_parsed_at":"2022-08-24T08:10:44.426Z","dependency_job_id":null,"html_url":"https://github.com/redraw/scroll","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/redraw/scroll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redraw%2Fscroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redraw%2Fscroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redraw%2Fscroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redraw%2Fscroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redraw","download_url":"https://codeload.github.com/redraw/scroll/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redraw%2Fscroll/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264841214,"owners_count":23671855,"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","shell"],"created_at":"2024-11-26T00:38:55.593Z","updated_at":"2025-07-11T15:34:19.420Z","avatar_url":"https://github.com/redraw.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scroll\n\n![demo](./demo.gif)\n\n## Install\n```\npip install scroll-term\n```\n\n## Examples\n```bash\n# scroll system logs output stream\njournalctl -f | scroll\n\n# scroll MIDI messages\naseqdump | scroll\n\n# scroll text, with a 1 sec delay\nscroll -d 1 file.txt\n\n# scroll full height\nsome-command | scroll -l 0\n```\n\n## Usage\n\n```\nusage: scroll [-h] [-d DELAY] [-l LINES] [file]\n\nScroll stdout!\n\npositional arguments:\n  file                  file, defaults to stdin\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -d DELAY, --delay DELAY\n                        delay in seconds between lines (default 0)\n  -l LINES, --lines LINES\n                        max lines, set to 0 for full screen (default 10)\n```\n\n## Use it as a library\n\n```python\nfrom scroll_term.cli import scroll\n\nwith open(\"path/to/file\", \"r\") as f:\n    scroll(f, delay=0.2)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredraw%2Fscroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredraw%2Fscroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredraw%2Fscroll/lists"}