{"id":21810222,"url":"https://github.com/shhossain/easy_project_finder","last_synced_at":"2026-05-16T11:34:28.856Z","repository":{"id":261776216,"uuid":"885304870","full_name":"shhossain/easy_project_finder","owner":"shhossain","description":"easy_project_finder is a CLI tool for fast, fuzzy-search navigation across project directories, ideal for quickly moving between projects in large codebases.","archived":false,"fork":false,"pushed_at":"2024-11-08T20:07:19.000Z","size":37,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-09T13:54:29.405Z","etag":null,"topics":["cli","command-line-tool","developer-tools","directory-search","file-system","fuzzy-search","powershell","project-navigation"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/shhossain.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":"2024-11-08T10:29:35.000Z","updated_at":"2024-11-09T05:36:36.000Z","dependencies_parsed_at":"2024-11-08T11:40:17.951Z","dependency_job_id":"516c013e-b046-4ad1-a16c-9aa70b3af4e6","html_url":"https://github.com/shhossain/easy_project_finder","commit_stats":null,"previous_names":["shhossain/easy_project_finder"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/shhossain/easy_project_finder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shhossain%2Feasy_project_finder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shhossain%2Feasy_project_finder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shhossain%2Feasy_project_finder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shhossain%2Feasy_project_finder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shhossain","download_url":"https://codeload.github.com/shhossain/easy_project_finder/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shhossain%2Feasy_project_finder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33100918,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["cli","command-line-tool","developer-tools","directory-search","file-system","fuzzy-search","powershell","project-navigation"],"created_at":"2024-11-27T13:33:38.823Z","updated_at":"2026-05-16T11:34:28.842Z","avatar_url":"https://github.com/shhossain.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easy Project Finder\n\n\u003cimg src=\"https://github.com/user-attachments/assets/f768bb4e-946e-45e7-93b1-ba85b8efd37a\" width=\"100%\" alt=\"easy_project_finder\" /\u003e\n\n`easy_project_finder` is a command-line tool for quickly locating project directories using fuzzy search. It is designed to help developers and teams manage and navigate large codebases or folder structures efficiently.\n\n## Features\n\n- **Fuzzy Search**: Locate directories or files using partial matches.\n- **Configuration**: Customize search roots, maximum results, directory-only filtering, and more.\n- **Aliases**: Assign aliases to root directories for quicker access.\n- **Automatic Navigation**: Automatically change to the found directory.\n- **User-Friendly CLI**: Intuitive command-line options for configuration and usage.\n\n## Installation\n\nTo install `easy_project_finder` on Windows, run the following PowerShell command as an administrator:\n\n```powershell\niwr -useb https://raw.githubusercontent.com/shhossain/easy_project_finder/main/installer.ps1 | iex\n```\n\nThis command will:\n\n1. Download the latest release of `easy_project_finder` from GitHub.\n2. Install the executable to `C:\\Program Files\\easy_project_finder`.\n3. Add the installation directory to your system's PATH for easy access.\n4. Set up a PowerShell function (`p`) for quick access and navigation to projects.\n\n## Usage\n\nAfter installation, use the `p` function to search for projects by partial names:\n\n```powershell\np \u003cpattern\u003e\n```\n\nExample:\n\n```powershell\np my_project\n```\n\nThis command will search for directories matching \"my_project\" and, if found, automatically change to the directory.\n\n## CLI Options\n\nHere’s a summary of some useful command-line options:\n\n- `--config \u003cKEY=VALUE\u003e`: Set configuration options like `root`, `max_results`, `only_dirs`, `default_root`.\n  - Example: `p --config root=\"C:\\Projects\"`\n- `--show-config`: Display the current configuration and its file location.\n- `--dirs-only`: Filter results to only directories.\n- `--help`: Show help information.\n\n## Configuration\n\nConfiguration options can be set with the `--config` flag. Example configuration keys:\n\n- **root**: Set the main search root or alias paths for project directories.\n- **max_results**: Define the maximum number of results to display (default: 5).\n- **only_dirs**: Set to `true` to only return directory results.\n- **select_option**: Enable a numbered list for multiple matches, allowing manual selection.\n\nTo view your configuration, use:\n\n```powershell\np --show-config\n```\n\n## Example Commands\n\n1. **Set Configuration**:\n\n   ```powershell\n   p --config root=\"C:\\Code\\MyProjects\"\n   ```\n\n2. **Show Configuration**:\n\n   ```powershell\n   p --show-config\n   ```\n\n3. **Directory-Only Search**:\n\n   ```powershell\n   p --dirs-only \u003cpattern\u003e\n   ```\n\n4. **Search with Root Alias**:\n   ```powershell\n   p my_alias \u003cpattern\u003e\n   ```\n\n## Updating Configuration\n\nYour configuration is stored in a `config.yaml` file in the system's configuration directory. You can edit this file directly or use `--config` commands for updates.\n\n## Troubleshooting\n\nIf you encounter issues, ensure that:\n\n- The `installer.ps1` script ran successfully.\n- `easy_project_finder.exe` is in `C:\\Program Files\\easy_project_finder`.\n- `PATH` includes `C:\\Program Files\\easy_project_finder`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshhossain%2Feasy_project_finder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshhossain%2Feasy_project_finder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshhossain%2Feasy_project_finder/lists"}