{"id":16641785,"url":"https://github.com/samthor/sents-cli","last_synced_at":"2026-04-19T21:04:52.343Z","repository":{"id":66115205,"uuid":"317075673","full_name":"samthor/sents-cli","owner":"samthor","description":"Command-line filesystem watcher with low dependencies","archived":false,"fork":false,"pushed_at":"2021-07-31T01:52:34.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-19T02:49:51.698Z","etag":null,"topics":["filesystem","nodejs","watch"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/samthor.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}},"created_at":"2020-11-30T01:00:31.000Z","updated_at":"2021-08-13T12:46:35.000Z","dependencies_parsed_at":"2023-02-20T18:01:01.387Z","dependency_job_id":null,"html_url":"https://github.com/samthor/sents-cli","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/samthor%2Fsents-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samthor%2Fsents-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samthor%2Fsents-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samthor%2Fsents-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samthor","download_url":"https://codeload.github.com/samthor/sents-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243164956,"owners_count":20246718,"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":["filesystem","nodejs","watch"],"created_at":"2024-10-12T07:47:51.301Z","updated_at":"2025-12-24T21:50:54.669Z","avatar_url":"https://github.com/samthor.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Command-line filesystem watcher, useful for running commands when something changes.\nHas only three direct dependencies and uses no native code!\n\n⚠️ This uses [sents](https://www.npmjs.com/package/sents) under the hood, which is a fast watcher with zero dependencies and no native code.\nTry it out if you'd like even fewer dependencies!\n\n# Usage\n\n```bash\nnpm install sents-cli\n\n# for info on command-line args\nsents --help\n\n# to print all CSS files that have changed\nsents \"foo/**/*.css\"\n\n# to print everything in a folder\nsents \"path/to/folder\"\n\n# to rebuild JS after any file changes, deduped to every second\nsents \"**/*.js\" -c \"rollup\" -d 1000\n```\n\n# Notes\n\n- This doesn't support polling, so don't use it on network filesystems, but you shouldn't really be doing interactive dev work from there anyway\n\n- You can't exclude files from this right now, so it might watch your whole `node_modules` folder\n\n# Dependencies\n\nAll of these dependencies have zero further dependencies.\nTherefore, using this package will add at most three dependencies to your project.\n\n- `mri`: for parsing arguments\n- `picomatch`: for supporting glob syntax\n- `sents`: the underlying watcher library\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamthor%2Fsents-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamthor%2Fsents-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamthor%2Fsents-cli/lists"}