{"id":38691756,"url":"https://github.com/mugiseyebrows/mugi-grep","last_synced_at":"2026-01-17T10:33:28.857Z","repository":{"id":98950194,"uuid":"159567345","full_name":"mugiseyebrows/mugi-grep","owner":"mugiseyebrows","description":"Gui grep (and sed) with sessions and history","archived":false,"fork":false,"pushed_at":"2025-11-05T08:33:49.000Z","size":359,"stargazers_count":13,"open_issues_count":12,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-05T10:15:05.782Z","etag":null,"topics":["developer-tool","grep","regexp","search","sed","text-replacer","text-search","utility"],"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/mugiseyebrows.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-11-28T21:27:00.000Z","updated_at":"2025-09-06T22:13:55.000Z","dependencies_parsed_at":"2024-12-06T15:24:50.250Z","dependency_job_id":"0bcfcda6-7967-4759-afc1-c706a48220ff","html_url":"https://github.com/mugiseyebrows/mugi-grep","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/mugiseyebrows/mugi-grep","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugiseyebrows%2Fmugi-grep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugiseyebrows%2Fmugi-grep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugiseyebrows%2Fmugi-grep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugiseyebrows%2Fmugi-grep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mugiseyebrows","download_url":"https://codeload.github.com/mugiseyebrows/mugi-grep/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mugiseyebrows%2Fmugi-grep/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28506588,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T10:25:30.148Z","status":"ssl_error","status_checked_at":"2026-01-17T10:25:29.718Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["developer-tool","grep","regexp","search","sed","text-replacer","text-search","utility"],"created_at":"2026-01-17T10:33:28.752Z","updated_at":"2026-01-17T10:33:28.835Z","avatar_url":"https://github.com/mugiseyebrows.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mugi-grep\n\nInteractive and visual `grep` and `sed` tool.\n\n## Search action\n\u003cimg src=\"https://mugiseyebrows.github.io/img/mugi-grep-search.png\" width=\"600\"/\u003e\n\n## Replace action\n\u003cimg src=\"https://mugiseyebrows.github.io/img/mugi-grep-replace2.png\" width=\"600\"/\u003e\n\n# Build\n\n## Windows Visual Studio\n\n1) Install qt6\n2) Clone sources\n\n```bash\ngit clone git@github.com:mugiseyebrows/mugi-grep.git\n```\n\n3) Open `x64 Native Tools Command Prompt`\n5) Navigate to sources `cd \"%USERPROFILE%\\mugi-grep\"`\n6) Create `build` directory and build\n\n```bash\nmkdir build\ncd build\ncmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..\ncmake --build .\n```\n\n## Windows MinGW\n\n1) Install qt6\n2) Clone sources\n\n```bash\ngit clone git@github.com:mugiseyebrows/mugi-grep.git\n```\n\n3) Add gcc, cmake and ninja to `%PATH%`\n4) Create `build` directory and build\n\n```bash\nmkdir build\ncd build\ncmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..\ncmake --build .\n```\n\n## Linux (Ubuntu) GCC \n\n```bash\n# install toolchain and qt\nsudo apt update\nsudo apt install build-essential qt6-base-dev ninja-build cmake git\n# clone sources\ngit clone git@github.com:mugiseyebrows/mugi-grep.git\ncd mugi-grep\nmkdir build\ncd build\ncmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..\ncmake --build .\n# installs to /usr/local/bin\nsudo cmake --install .\n# creates desktop file, copies icons\npython3 desktop.py \n```\n\n# Binaries\n\nCompiled windows binaries with all dependencies are available in [releases tab](https://github.com/mugiseyebrows/mugi-grep/releases)\n\n# Contribute\n\nYou are welcome to submit issues questions and pull requests.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmugiseyebrows%2Fmugi-grep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmugiseyebrows%2Fmugi-grep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmugiseyebrows%2Fmugi-grep/lists"}