{"id":18720956,"url":"https://github.com/rfdzan/dget","last_synced_at":"2025-06-17T10:41:42.388Z","repository":{"id":220958895,"uuid":"753035585","full_name":"rfdzan/dget","owner":"rfdzan","description":"A command-line tool to search for paths in your filesystem with keywords. Utilizes Levenshtein distance.","archived":false,"fork":false,"pushed_at":"2024-03-08T04:19:32.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-19T15:11:39.028Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/rfdzan.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}},"created_at":"2024-02-05T10:44:31.000Z","updated_at":"2024-02-05T13:11:15.000Z","dependencies_parsed_at":"2024-03-08T05:26:12.251Z","dependency_job_id":"d7c51e68-eee0-4da2-a406-f72affc3b1e6","html_url":"https://github.com/rfdzan/dget","commit_stats":null,"previous_names":["rfdzan/dget"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rfdzan/dget","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfdzan%2Fdget","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfdzan%2Fdget/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfdzan%2Fdget/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfdzan%2Fdget/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rfdzan","download_url":"https://codeload.github.com/rfdzan/dget/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rfdzan%2Fdget/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260342650,"owners_count":22994847,"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-07T13:33:07.947Z","updated_at":"2025-06-17T10:41:37.370Z","avatar_url":"https://github.com/rfdzan.png","language":"Rust","readme":"![img](https://i.imgur.com/yk1iwSr.png)\nThink of `mlocate`, but dumber.\n# How it works\n`dget` doesn't store paths in a nightly-updated database like `mlocate`. It doesn't use regex like `grep`.  \nInstead, it walks through your directories with BFS and uses Levenshtein distance to determine whether it should print the path to the terminal.\n\nIf `dget` finds an `ignore` file (`.gitignore` or `.ignore`) in the same directory you're searching in, it will use it. You can also add your own custom ignore file.\n# Warning: it can be slow\nDue to how simple it is, no caching etc, it can be slow (like it can take 30s or more) on directories with hundreds of thousands of files/folders.\n# How to use\nFor help,\n```\ndget -h\n```\nTo search,\n```\ncd your/path/here/\ndget -f \u003cyour_keyword\u003e\n```\n...or you can define your own path with `-s` flag.  \n\nAdd a custom ignore file,\n```\ndget -f \u003cyour_keyword\u003e -g /path/to/your/ignore_file.ignore\n```\n...`ignore` files can be anything that is writeable by `gedit`. but just use `.ignore`/`.gitignore` for convention.\n\n# How to build\n```\ncargo build --release\n```\nI'm still figuring out the building toolchain(?) so that it can just exist in your PATH automatically. Bear with me.\n# How to test\n```\ncargo test\n```\nCurrent test suite is not comprehensive enough.  \n\nIf you have suggestions for more robust testing please open an issue.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfdzan%2Fdget","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frfdzan%2Fdget","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frfdzan%2Fdget/lists"}