{"id":28127947,"url":"https://github.com/saj/ffind-mtime","last_synced_at":"2025-08-14T19:23:08.601Z","repository":{"id":141757307,"uuid":"194103138","full_name":"saj/ffind-mtime","owner":"saj","description":"Fast find by modification time","archived":false,"fork":false,"pushed_at":"2019-06-27T13:44:36.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-14T11:26:53.663Z","etag":null,"topics":["unix"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saj.png","metadata":{"files":{"readme":"README.asciidoc","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":"2019-06-27T13:44:10.000Z","updated_at":"2019-06-27T13:50:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"4e2f2a40-87f9-49d3-9a4e-7c10bce02a88","html_url":"https://github.com/saj/ffind-mtime","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saj/ffind-mtime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saj%2Fffind-mtime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saj%2Fffind-mtime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saj%2Fffind-mtime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saj%2Fffind-mtime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saj","download_url":"https://codeload.github.com/saj/ffind-mtime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saj%2Fffind-mtime/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270470254,"owners_count":24589317,"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","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["unix"],"created_at":"2025-05-14T11:26:33.040Z","updated_at":"2025-08-14T19:23:08.596Z","avatar_url":"https://github.com/saj.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"= ffind-mtime\n\nFast find by modification time.  This is a simple cruft detector for your filesystem.\n\n----\nffind-mtime \u003cpath\u003e \u003cage\u003e\n----\n\nExit with status 0 if all files beneath `\u003cpath\u003e` are at least `\u003cage\u003e` or older.  File age is derived from i-node `mtime` and the system clock.  Exit with status 10 if any file is found to be younger than `\u003cage\u003e`.  The first young file will terminate the search:  this is the _fast_ in _fast find_.\n\n`\u003cpath\u003e` may be a directory or non-directory.  `\u003cage\u003e` is an integral number of seconds; the number may optionally be followed by an `s`, `m`, `h`, `d`, `w`, or `y` to specify a multiple seconds, minutes, hours, days, weeks, or years.\n\nNo output is written if the search terminates without encountering an I/O error.\n\n\n== Examples\n\nFind disused caches:\n\n----\nfind ~/Library/Caches -mindepth 1 -maxdepth 1 -type d -print0 \\\n  | while read -r -d '' p; do ffind-mtime \"$p\" 90d \u0026\u0026 echo \"$p\"; done\n----\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaj%2Fffind-mtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaj%2Fffind-mtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaj%2Fffind-mtime/lists"}