{"id":16406058,"url":"https://github.com/joshdick/git-fuzzy","last_synced_at":"2025-03-23T05:31:21.696Z","repository":{"id":139343085,"uuid":"12510194","full_name":"joshdick/git-fuzzy","owner":"joshdick","description":"Makes Git a little fuzzier.","archived":false,"fork":false,"pushed_at":"2023-07-19T17:45:33.000Z","size":97,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T18:13:06.333Z","etag":null,"topics":["cli","fuzzy","git"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/joshdick.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}},"created_at":"2013-08-31T19:00:13.000Z","updated_at":"2022-06-15T14:54:31.000Z","dependencies_parsed_at":"2023-11-10T11:48:40.139Z","dependency_job_id":null,"html_url":"https://github.com/joshdick/git-fuzzy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshdick%2Fgit-fuzzy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshdick%2Fgit-fuzzy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshdick%2Fgit-fuzzy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshdick%2Fgit-fuzzy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshdick","download_url":"https://codeload.github.com/joshdick/git-fuzzy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245061382,"owners_count":20554563,"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":["cli","fuzzy","git"],"created_at":"2024-10-11T06:08:33.603Z","updated_at":"2025-03-23T05:31:21.683Z","avatar_url":"https://github.com/joshdick.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-fuzzy\n\nMakes Git a little fuzzier.\n\n_by [Josh Dick](http://joshdick.net)_\n\n## Install It\n\n    npm install -g git-fuzzy\n\n## Use It\n\nInstalling `git-fuzzy` should have made it available on your `$PATH`.\n\n`git-fuzzy` is a wrapper for Git at the command line. Use Git just like you normally would, except prefix your Git arguments with \"fuzzy\".\n\nIf the last argument looks like a filename, `git-fuzzy` will attempt to fuzzy match it to the name of a file that has been modified in the working directory of your Git repository. Otherwise, `git-fuzzy` will just pass your Git arguments through to Git, unmodified.\n\nFor example:\n\n    \u003e git status\n    # On branch master\n    # Changes not staged for commit:\n    #   (use \"git add \u003cfile\u003e...\" to update what will be committed)\n    #   (use \"git checkout -- \u003cfile\u003e...\" to discard changes in working directory)\n    #\n    #\tmodified:   another/very/long/path/myawesomefile.ext\n    #\tmodified:   some/really/long/path/anotherfile.ext\n    #\n    no changes added to commit (use \"git add\" and/or \"git commit -a\")\n\n    \u003e git fuzzy add awesome\n\n    \u003e git status\n    # On branch master\n    # Changes to be committed:\n    #   (use \"git reset HEAD \u003cfile\u003e...\" to unstage)\n    #\n    #\tmodified:   another/very/long/path/myawesomefile.ext\n    #\n    # Changes not staged for commit:\n    #   (use \"git add \u003cfile\u003e...\" to update what will be committed)\n    #   (use \"git checkout -- \u003cfile\u003e...\" to discard changes in working directory)\n    #\n    # modified:   some/really/long/path/anotherfile.ext\n    #\n\nTypical uses of `git-fuzzy` include things like:\n\n    \u003e git fuzzy add somefile\n\n    \u003e git fuzzy reset HEAD somefile\n\n    \u003e git fuzzy checkout somefile\n\n## To Do\n\n* Attempt to fuzzy-match against [tree-ish](https://www.kernel.org/pub/software/scm/git/docs/)es in addition to filenames.\n* Attempt to fuzzy-match against all files in the repository, instead of just those that were modified in the working directory.\n* Attempt to fuzzy-match exact paths, since `git-fuzzy` treats these as ambiguous.\n* Attempt to fuzzy-match against multiple arguments, or at least arguments other than the last one.\n\n## Disclaimer\n\nI take no responsibility if `git-fuzzy` does unexpected or destructive things to your computer or Git repository. Use it at your own risk. It Works For Me™.\n\n## License\n\n`git-fuzzy` is copyright (c) Joshua Dick, and is licensed under the [MIT license](http://opensource.org/licenses/MIT). `git-fuzzy` depends on [`fuzzy`](https://github.com/mattyork/fuzzy), which is released under the same license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshdick%2Fgit-fuzzy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshdick%2Fgit-fuzzy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshdick%2Fgit-fuzzy/lists"}