{"id":21995214,"url":"https://github.com/aravinth2094/filessearch","last_synced_at":"2025-03-23T04:17:36.945Z","repository":{"id":57606786,"uuid":"283486663","full_name":"aravinth2094/filesSearch","owner":"aravinth2094","description":"A program that searches for files in a given directory tree with a required modified time","archived":false,"fork":false,"pushed_at":"2020-07-29T18:04:19.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-28T10:44:34.200Z","etag":null,"topics":["files","go","golang"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"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/aravinth2094.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-29T11:58:17.000Z","updated_at":"2020-07-29T18:01:28.000Z","dependencies_parsed_at":"2022-09-26T20:01:26.474Z","dependency_job_id":null,"html_url":"https://github.com/aravinth2094/filesSearch","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravinth2094%2FfilesSearch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravinth2094%2FfilesSearch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravinth2094%2FfilesSearch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aravinth2094%2FfilesSearch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aravinth2094","download_url":"https://codeload.github.com/aravinth2094/filesSearch/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245052662,"owners_count":20553172,"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":["files","go","golang"],"created_at":"2024-11-29T21:13:03.119Z","updated_at":"2025-03-23T04:17:36.911Z","avatar_url":"https://github.com/aravinth2094.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Files Search\n### A program that searches for files in a given directory tree with a required modified time\n\n## Ensure\n* The [search property file](search.properties) is in the same directory as `filesSearch` binary\n* The property file contains key-value pairs in each line\n    * Key = The directory tree you want to start the search in\n        * Can be relative path or full path\n    * Value = The last modified date you want filter by\n        * Can be either of `today` or `YYYY-MM-DD` formatted date\n    * See [Example](search.properties)\n\n## Remember\n* Output will be written in the same directory from where this software is run\n    * Example: output_2020-07-29_18-10-58.csv\n* The output contains the following fields\n    * FILE_NAME - File name with full path\n    * FILE_MODIFIED_TIME - Last modified time of the file in local timezone\n    * FILE_SIZE - File Size in bytes\n    * DIRECTORY_FILES_COUNT - Total number of files in the directory of the file mentioned in the current record\n\n## Sample Console Log\n```\naravinth@Aravinths-MacBook-Pro FilesSearchGo % ./dist/filesSearch_darwin-amd64.out \n2020/07/29 18:10:58 ./dist/filesSearch_darwin-amd64.out Version 1.0.0\n2020/07/29 18:10:58 Loading configuration from search.properties\n2020/07/29 18:10:58 Prepping output file: output_2020-07-29_18-10-58.csv\n2020/07/29 18:10:58 Searching...\n2020/07/29 18:10:58 Directory: /Users/aravinth/Projects =\u003e Date: 2020-07-29\n2020/07/29 18:10:59 62 / 1211 found in 33 subdirectories in 15.201903ms\n2020/07/29 18:10:59 Program Completed\n```\n\n## License\nThis software is licensed under [MIT License](LICENSE). Feel free to use it in anyway you like","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faravinth2094%2Ffilessearch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faravinth2094%2Ffilessearch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faravinth2094%2Ffilessearch/lists"}