{"id":23146366,"url":"https://github.com/anthony-s93/watching","last_synced_at":"2025-06-22T21:37:15.620Z","repository":{"id":217327365,"uuid":"743597017","full_name":"anthony-S93/watching","owner":"anthony-S93","description":"The linux watch command with scrollable output","archived":false,"fork":false,"pushed_at":"2025-04-03T07:56:51.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-03T08:35:19.505Z","etag":null,"topics":["command-line","command-line-tool","curses","procps","python","utility","utility-application","watch"],"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/anthony-S93.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-01-15T15:17:05.000Z","updated_at":"2025-04-03T07:56:55.000Z","dependencies_parsed_at":"2024-12-17T16:30:33.940Z","dependency_job_id":"32533677-f1e8-429b-9c58-0efbcc0716ab","html_url":"https://github.com/anthony-S93/watching","commit_stats":null,"previous_names":["anthony-s93/watching"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anthony-S93/watching","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthony-S93%2Fwatching","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthony-S93%2Fwatching/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthony-S93%2Fwatching/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthony-S93%2Fwatching/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthony-S93","download_url":"https://codeload.github.com/anthony-S93/watching/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthony-S93%2Fwatching/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261373579,"owners_count":23148917,"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":["command-line","command-line-tool","curses","procps","python","utility","utility-application","watch"],"created_at":"2024-12-17T16:28:49.984Z","updated_at":"2025-06-22T21:37:10.610Z","avatar_url":"https://github.com/anthony-S93.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# watching\nA simple command-line tool that retains the main feature of the linux `watch` command and supports scrollable output. \n\n## Features\n`watching` adds the following features to make the `watch` command more user-friendly for certain use cases:\n### Scrollable output\n\n  Useful for situations where the output of the command cannot fit into the entire terminal window.\n  The default behavior of `watch` in such cases is to keep only the characters that will fit into the screen\n  while discarding the rest, which isn't ideal for all cases. `watching` circumvents that by retaining all \n  characters of the output of the command and allowing you to scroll through them. \n  \n  https://github.com/anthony-S93/watching/assets/69449791/62bc2144-3174-46ae-abf4-0f2bcdd19df9\n\n  Vim-style scrolling is supported: to scroll down, press `j`; to scroll up, press `k`  \n\n\n**IMPORTANT:**\n\nPlease note that `watching` is **_not_** meant to replace the linux `watch` command. \nAs such, not all features and flags of the `watch` command is implemented. For example, \n`watching` does not support the ability to take screenshots. For those use cases, it makes \nmore sense to use the `watch` command. `watching` is useful for a specific use case only: \nwhen you need to scroll through the command output you're watching.\n\n## Installation\nClone this repository and run the setup script. \n\n## Requirements\nPython 3.60+\n\n## Usage\n### Command-line syntax\n```text\nwatching [{-n | --interval} \u003ctime_seconds\u003e] [{-h | --help}] [{-w | --no-wrap}] [{-t | --no-title}] \u003ccmd\u003e [args]\n```\n### Options\n- `-n`, `--interval`\n\n  The watch interval. Takes precedence over the `WATCH_INTERVAL` environment variable.\n- `-w`, `--no-wrap`\n\n  Turn off line wrapping. Long lines will be truncated instead of wrapped to the next line.\n\n- `-t`, `--no-title`\n\n  Turn off the heading normally shown at the top of the screen.\n\n   \n### Key Controls\n- `j` to scroll down\n- `k` to scroll up\n- `q` to quit\n\n### Environment\nThe behavior of `watching` is affected by the following environment variables:\n- `WATCH_INTERVAL`\n\n  Update interval, follows the same rules as the `--interval` command line option\n\n\n## Examples\n### Monitor the changes in a file\n\nhttps://github.com/anthony-S93/watching/assets/69449791/40e28fdb-8cec-4f01-83e8-0e812b7d6ffc\n\n### Monitor the changes in command ouput\n\nhttps://github.com/anthony-S93/watching/assets/69449791/c66a7fda-6c81-43bf-afb2-79f9e9ff92da\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthony-s93%2Fwatching","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthony-s93%2Fwatching","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthony-s93%2Fwatching/lists"}