{"id":26234208,"url":"https://github.com/ashish0kumar/fzfm","last_synced_at":"2025-07-26T16:14:45.110Z","repository":{"id":277714746,"uuid":"933284834","full_name":"ashish0kumar/fzfm","owner":"ashish0kumar","description":"📂 fuzzy finder file manager","archived":false,"fork":false,"pushed_at":"2025-02-15T16:11:52.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T16:30:33.592Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/ashish0kumar.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":"2025-02-15T15:43:25.000Z","updated_at":"2025-02-15T16:29:06.000Z","dependencies_parsed_at":"2025-02-15T16:30:37.806Z","dependency_job_id":"c22e437d-5bad-4be5-a20f-111cc3390a5a","html_url":"https://github.com/ashish0kumar/fzfm","commit_stats":null,"previous_names":["ashish0kumar/fzfm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashish0kumar%2Ffzfm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashish0kumar%2Ffzfm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashish0kumar%2Ffzfm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashish0kumar%2Ffzfm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashish0kumar","download_url":"https://codeload.github.com/ashish0kumar/fzfm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243321321,"owners_count":20272653,"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":"2025-03-13T01:29:28.348Z","updated_at":"2025-07-26T16:14:45.104Z","avatar_url":"https://github.com/ashish0kumar.png","language":"Shell","funding_links":[],"categories":["\u003ca name=\"file-manager\"\u003e\u003c/a\u003eFile manager"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003efzfm\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003efuzzy finder file manager\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n  ![demo](assets/demo2.gif)\n  \n\u003c/div\u003e\n\n---\n\n## Features\n\n- **Navigate directories** seamlessly using only your keyboard\n- **Blazing-fast fuzzy search** powered by `fzf`\n- **File preview** using `bat` (fallback to `cat`)\n- **Directory preview** using `eza` (fallback to `ls`)\n- **Customizable multimedia file opener** (`wslview`, `xdg-open`, etc.)\n- **Fully configurable** via environment variables\n\n## Dependencies\n\nEnsure you have the following installed:\n\n- [`fzf`](https://github.com/junegunn/fzf) - Core dependency, the entire file\n  manager is built around it\n- [`eza`](https://github.com/eza-community/eza) - For enhanced directory listing\n  (fallback to `ls`)\n- [`bat`](https://github.com/sharkdp/bat) - For file previewing (fallback to\n  `cat`)\n- [`nvim`](https://github.com/neovim/neovim) - For text editing (fallback to\n  `nano`)\n- A media opener like `wslview`, `xdg-open`, or `open`\n- [Nerd Fonts](https://www.nerdfonts.com/) - For proper icon rendering in the\n  terminal\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/ashish0kumar/fzfm.git\n   cd fzfm\n   ```\n\n2. Optionally, move it to a directory in your `$PATH`:\n   ```bash\n   mv fzfm ~/.local/bin/fzfm\n   ```\n\n## Usage\n\nRun the script:\n\n```bash\n./fzfm  # or just `fzfm` if added to PATH\n```\n\n### Key Bindings\n\n| **Key**               | **Action**             |\n| --------------------- | ---------------------- |\n| `Up/Down Arrow`       | Move selection up/down |\n| `Enter / Right Arrow` | Open file/folder       |\n| `Shift + Up/Down`     | Scroll preview         |\n| `Ctrl + R`            | Refresh file list      |\n\n### Environment Variables\n\nCustomize behavior according to your system by setting the following:\n\n```bash\nexport FZFM_MEDIA_OPENER=\"xdg-open\"  # Set preferred media opener\nexport FZFM_TEXT_EDITOR=\"nvim\"       # Set preferred text editor\nexport FZFM_LIST_COMMAND=\"eza\"       # Set directory listing command\nexport FZFM_PREVIEW_COMMAND=\"bat\"    # Set preview command\n```\n\n## Contributions\n\nFeel free to fork the repository, submit issues, or contribute improvements!\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n        \u003ci\u003e\u003ccode\u003e\u0026copy 2025-present \u003ca href=\"https://github.com/ashish0kumar\"\u003eAshish Kumar\u003c/a\u003e\u003c/code\u003e\u003c/i\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/ashish0kumar/fzfm/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/ashish0kumar/fzfm?style=for-the-badge\u0026color=CBA6F7\u0026logoColor=cdd6f4\u0026labelColor=302D41\" alt=\"LICENSE\"\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashish0kumar%2Ffzfm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashish0kumar%2Ffzfm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashish0kumar%2Ffzfm/lists"}