{"id":19420602,"url":"https://github.com/karimaziev/ivy-fd","last_synced_at":"2025-07-12T18:33:08.233Z","repository":{"id":96142192,"uuid":"520072661","full_name":"KarimAziev/ivy-fd","owner":"KarimAziev","description":"Ivy interface for fd (fdfind).","archived":false,"fork":false,"pushed_at":"2024-11-09T12:21:56.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-02-25T04:13:47.769Z","etag":null,"topics":["emacs","fd","ivy"],"latest_commit_sha":null,"homepage":"","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KarimAziev.png","metadata":{"files":{"readme":"README.org","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-08-01T10:56:45.000Z","updated_at":"2024-11-09T12:21:59.000Z","dependencies_parsed_at":"2024-11-09T13:22:56.849Z","dependency_job_id":"86b6c728-0ab2-4314-8351-6ef67a7ab11f","html_url":"https://github.com/KarimAziev/ivy-fd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/KarimAziev/ivy-fd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fivy-fd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fivy-fd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fivy-fd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fivy-fd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KarimAziev","download_url":"https://codeload.github.com/KarimAziev/ivy-fd/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KarimAziev%2Fivy-fd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265033133,"owners_count":23700952,"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":["emacs","fd","ivy"],"created_at":"2024-11-10T13:24:12.263Z","updated_at":"2025-07-12T18:33:08.186Z","avatar_url":"https://github.com/KarimAziev.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* ivy-fd\n\n** Requirements\n\n+ Emacs \u003e= 27.1\n+ fd\n+ ivy\n+ hydra\n\n** Installation\n\n*** Manually\n\nDownload repository and it to your load path in your init file:\n\n#+begin_src elisp :eval no\n\n(add-to-list 'load-path \"/path/to/ivy-fd)\n\n(require 'ivy-fd)\n\n#+end_src\n\n*** With use-package and straight\n\n#+begin_src elisp :eval no\n(use-package ivy-fd\n  :straight (ivy-fd\n             :repo \"KarimAziev/ivy-fd\"\n             :type git\n             :host github)\n  :bind ((:map ivy-fd-map\n               (\"C-l\" . ivy-fd-find-directory-up)\n               (\"C-q\" . ivy-fd-read-flags)\n               (\"C-.\" . ivy-fd-change-dir)\n               (\"C-\u003cbackspace\u003e\" . ivy-fd-find-directory-up)\n               (\"C-c C-o\" . ivy-fd-find-file-other-window))\n         (:map ivy-fd-async-keymap\n               (\"C-\u003e\" . ivy-fd-async-edit-commmand)))\n  :commands (ivy-fd-async\n             ivy-fd-preview-file))\n#+end_src\n\n\n** Hydras\n\n~M-x ivy-fd-hydra/body~\n\nRun hydra to configure fd options.\n\n** Commands\n\n*** ~ivy-fd-async~  (\u0026optional initial-input)\nCall a \"locate\" style shell command. INITIAL-INPUT can be given as the initial minibuffer input.\n*** ~ivy-fd-change-dir~\nRead directory for fd in minibuffer.\n*** ~ivy-fd-find-directory-up~\nChange ~ivy-fd-current-dir~ to parent directory.\n*** ~ivy-fd-read-flags~\nInvoke hydra to configure fd flags.\n*** ~ivy-fd-find-file-other-window~\nFind FILE if ~ivy-exit~, otherwise preview FILE.\n*** ~ivy-fd-preview-file~  (file)\nMomentarily display content of the FILE in popup window. Display remains until next event is input.\n** Customization\n\n*** ~ivy-fd-async-command-delay~\nNumber of seconds to wait before spawning another async command.\n*** ~ivy-fd-async-filter-update-time~\nThe amount of microseconds to wait until updating ~ivy-fd--async-filter~.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimaziev%2Fivy-fd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkarimaziev%2Fivy-fd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkarimaziev%2Fivy-fd/lists"}