{"id":20197716,"url":"https://github.com/mohamedelashri/fd-zsh","last_synced_at":"2025-04-10T10:45:02.690Z","repository":{"id":103747250,"uuid":"544202080","full_name":"MohamedElashri/fd-zsh","owner":"MohamedElashri","description":"Adds aliases for fd, a modern replacement for find.","archived":false,"fork":false,"pushed_at":"2024-06-07T22:56:37.000Z","size":14,"stargazers_count":8,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T09:38:33.612Z","etag":null,"topics":["find","zsh","zsh-plugin"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/MohamedElashri.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":"2022-10-01T22:56:36.000Z","updated_at":"2025-01-10T01:48:15.000Z","dependencies_parsed_at":"2024-06-07T23:46:01.516Z","dependency_job_id":"ddd9dcdb-05b0-4aea-8fce-800b573471a2","html_url":"https://github.com/MohamedElashri/fd-zsh","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/MohamedElashri%2Ffd-zsh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedElashri%2Ffd-zsh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedElashri%2Ffd-zsh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedElashri%2Ffd-zsh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MohamedElashri","download_url":"https://codeload.github.com/MohamedElashri/fd-zsh/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248200898,"owners_count":21063994,"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":["find","zsh","zsh-plugin"],"created_at":"2024-11-14T04:28:03.622Z","updated_at":"2025-04-10T10:45:02.665Z","avatar_url":"https://github.com/MohamedElashri.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# fd-zsh Plugin\n\n[fd](https://github.com/sharkdp/fd) aliases plugin for zsh.\n\nThis plugin defines useful aliases that can be used for `fd` the moden alternative of `find`.\n\n\n\n## Installation \nThis plugin is written with MacOS in mind. but it should work on any unix based OS.\n\n1. First, Install exa \n\n```bash\nbrew install fd\n```\n2. Clone this repository into zsh plugins folder \n   ```bash\n    cd ~/.oh-my-zsh/custom/plugins\n    git clone https://github.com/MohamedElashri/fd-zsh\n   ```\n or \n\n```bash\ncd $ZSH_CUSTOM/plugins/\ngit clone https://github.com/MohamedElashri/fd-zsh\n```\n3. Add the plugin to `/.zshrc`\n\n   You should add `fd-zsh` to the plugin list \n\n   `plugins=(... fd-zsh)`\n\n4. Restart the terminal session\n\n   You can do this via \n   ``` zsh\n   source $ZSH/oh-my-zsh.sh\n   ```\n\n\n\n  \n## Usage/Examples\nThis project contain some useful aliasses that you can run in your terminal that zsh supported like `ITerm2`. \n\nYou can type in the alias in your terminal. This is a list of available aliasses.\n\n\n| Alias | Command            | Help                                                     |\n|:-----:|:------------------:|:--------------------------------------------------------:|\n| fd    | fd --color always                | Always colorize output by default |\n| fd_details     | fd  --list-details            | list details                                          |\n| fd_ext    | fd --extension             | Filter by file extension, insert \u003cextension\u003e after this command                                                |\n| fd_name   | fd --glob | Filter by file name (default: regular expression)                    |\n| fd_case    | fd --ignore-case    |  Search hidden files and directories                                                 |\n| fd_abs    | fd --absolute-path   | Show absolute instead of relative paths                                    |\n| fd_exec  | fd --exec         | Execute command for each search result                                                |\n| fd_execlude    | fd --exclude             | Exclude files and directories that match the given glob pattern \u003cpattern\u003e                                 |\n| fd_size    | fd --size    |  SFilter by file size (insert \u003csize\u003e after this command)                                                 |\n| fd_owner    | fd --owner    |  Filter by file owner (insert \u003cuser:group\u003e after this command)                                                 |\n| fd_symbolic    | fd --follow    |  Follow symbolic links                                                 |\n| fd_version    | fd --version    |  Show version information                                                 |\n| fd_help    | fd --help    |  Show help message                                                 |\n\n\n  \n## Contributing\n\nContributions are always welcome!\n\nPull requests are welcome. I will test them to make sure they are compatible. \n\nPlease make sure to update tests as appropriate.\n\n\n  \n## Authors\n\n- [@MohamedElashri](https://www.github.com/MohamedElashri)\n\n  \n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedelashri%2Ffd-zsh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohamedelashri%2Ffd-zsh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedelashri%2Ffd-zsh/lists"}