{"id":20229162,"url":"https://github.com/dacap/findinfiles-cpp","last_synced_at":"2025-10-27T10:38:14.442Z","repository":{"id":19173608,"uuid":"22405931","full_name":"dacap/findinfiles-cpp","owner":"dacap","description":"This project was replaced with a Go implementation: https://github.com/dacap/findinfiles","archived":false,"fork":false,"pushed_at":"2017-10-09T14:19:05.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T16:19:10.626Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","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/dacap.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-07-30T03:16:44.000Z","updated_at":"2018-06-24T16:07:47.000Z","dependencies_parsed_at":"2022-07-23T02:34:39.233Z","dependency_job_id":null,"html_url":"https://github.com/dacap/findinfiles-cpp","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacap%2Ffindinfiles-cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacap%2Ffindinfiles-cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacap%2Ffindinfiles-cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dacap%2Ffindinfiles-cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dacap","download_url":"https://codeload.github.com/dacap/findinfiles-cpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241670606,"owners_count":20000433,"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":[],"created_at":"2024-11-14T07:34:31.933Z","updated_at":"2025-10-27T10:38:09.423Z","avatar_url":"https://github.com/dacap.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# findinfiles\n\n\u003e Copyright (C) 2014-2017 David Capello\n\u003e\n\u003e This file is released under the terms of the MIT license.\n\u003e Read [LICENSE.txt](LICENSE.txt) for more information.\n\nThis little utility searches a piece of regular expression in all\nfiles of the current directory and subdirectories. The idea is to\nsolve the most common case of a typical `find | grep` command.  It's\nnot a replacement. It's not fully configurable. It's not what you\nwant. It's what I need and it might be useful to you.\n\n### Usage\n\n    findinfiles [-1iv] [-.ext] PATTERN [PATTERN2...]\n\n    -1      Do not recurse directories\n    -i      Ignore case\n    -v      Verbose mode\n    -.ext   Search only in files with the given extension `.ext`\n\n### Examples\n\n    findinfiles -.cpp -.h class\n\nFinds all lines that contain `class` word in `.cpp` or `.h` files of\nthe current directory and subdirectories.\n\n    findinfiles Copyright\n\nFinds all lines that contain `Copyright` word with a capital `C`.\n\n### Notes\n\nfindinfiles uses some things from C++11 like std::regex, it will not\nwork with older compilers.\n\nI've tested the following compilers:\n\n* Windows + VC2012\n* Windows + VC2013\n* macOS 10.13 + Xcode 9.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacap%2Ffindinfiles-cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdacap%2Ffindinfiles-cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdacap%2Ffindinfiles-cpp/lists"}