{"id":13678545,"url":"https://github.com/nore-dev/fman","last_synced_at":"2025-04-29T15:31:53.970Z","repository":{"id":61113725,"uuid":"536233882","full_name":"nore-dev/fman","owner":"nore-dev","description":"TUI File Manager","archived":false,"fork":false,"pushed_at":"2022-11-28T16:49:02.000Z","size":2909,"stargazers_count":331,"open_issues_count":7,"forks_count":19,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-16T02:19:35.791Z","etag":null,"topics":["bubbletea","console","file","filemanager","go","golang","hacktoberfest","terminal","tui"],"latest_commit_sha":null,"homepage":"","language":"Go","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/nore-dev.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}},"created_at":"2022-09-13T17:19:44.000Z","updated_at":"2025-04-07T05:13:19.000Z","dependencies_parsed_at":"2023-01-23T17:31:11.988Z","dependency_job_id":null,"html_url":"https://github.com/nore-dev/fman","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nore-dev%2Ffman","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nore-dev%2Ffman/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nore-dev%2Ffman/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nore-dev%2Ffman/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nore-dev","download_url":"https://codeload.github.com/nore-dev/fman/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251529561,"owners_count":21603978,"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":["bubbletea","console","file","filemanager","go","golang","hacktoberfest","terminal","tui"],"created_at":"2024-08-02T13:00:54.956Z","updated_at":"2025-04-29T15:31:53.414Z","avatar_url":"https://github.com/nore-dev.png","language":"Go","funding_links":[],"categories":["Go","\u003ca name=\"file-manager\"\u003e\u003c/a\u003eFile manager"],"sub_categories":[],"readme":"\u003cimg src=\"https://raw.githubusercontent.com/MariaLetta/free-gophers-pack/master/characters/svg/50.svg\" width=\"150\" align=\"right\"\u003e\n\n# FMAN\n\n![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/nore-dev/fman) ![GitHub](https://img.shields.io/github/license/nore-dev/fman) [![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fnore-dev%2Ffman%2Fbadge%3Fref%3Dmain\u0026style=flat)](https://actions-badge.atrox.dev/nore-dev/fman/goto?ref=main) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://makeapullrequest.com)\n\n\u003e **Awesome TUI File Manager**\n\n\u003cdiv align=\"center\"\u003e\n\n[Features](#rocket-features) • [Installation](#zap-installation) • [Built With](#heart-built-with) • [Themes](#lipstick-themes) • [License](#pagefacingup-license)\n\n\u003c/div\u003e\n\n![Preview](./assets/fman.gif)\n\n## :rocket: Features\n\n- Mouse Support\n- Clean UI\n- File Preview\n- Syntax Highlighting\n- Themes\n- Copy Path to Clipboard\n  \u003e More on the way!!\n\n\u003e NOTE: If you want to edit your files in the terminal you must set the `EDITOR` environment variable to your favorite editor. Example: `vim, nvim, emacs...`\n\n## :zap: Installation\n\n### Pre-built Binaries\n\nYou can install pre-built binaries on the [releases](https://github.com/nore-dev/fman/releases) page\n\n### GO\n\n```\n$ go install github.com/nore-dev/fman@latest\n```\n\n### NPM\n\n```\n$ npm i @nore-dev/fman\n```\n\n### Brew\n\n```sh\nbrew install fman/tap/fman\n```\n\n## :keyboard: Keybindings\n\n|      Key      |                Description                |\n| :-----------: | :---------------------------------------: |\n|  `q, Ctrl+C`  |           Exit from application           |\n| `a, h, left`  |         Move to parent directory          |\n| `d, l, right` |        Move to selected directory         |\n| `s, j, down`  |             Move cursor down              |\n|  `w, k, up`   |              Move cursor up               |\n|    `enter`    |      Open file with default program       |\n|      `c`      | Copy selected entry path to the clipboard |\n|   `shift+g`   |        Move to the end of the list        |\n|      `g`      |     Move to the beginning of the list     |\n|      `m`      |        Toggle showing hidden Files        |\n|    `~, .`     |        Move to the home directory         |\n|  `shift+down`  |            Scroll preview down            |\n|   `shift+up`   |             Scroll preview up             |\n|      `?`      |                Toggle help                |\n\n## :computer: CLI options\n\n|    Key    |   Type   |        Values         | Default value |\n| :-------: | :------: | :-------------------: | :-----------: |\n| `--theme` | `string` | `dracula,brogrammer`  |   `dracula`   |\n| `--icons` | `string` | `nerdfont,emoji,none` |  `nerdfont`   |\n\n## :heart: Built With\n\nWithout these projects this project would not have existed at all.\n\n- [Bubbletea](https://github.com/charmbracelet/bubbletea/)\n- [Lipgloss](https://github.com/charmbracelet/lipgloss)\n- [Bubblezone](https://github.com/lrstanley/bubblezone)\n- [stickers](https://github.com/76creates/stickers)\n- [Chroma](https://github.com/alecthomas/chroma)\n- [go-arg](https://github.com/alexflint/go-arg)\n\n## :lipstick: Themes\n\n|                                                                              |                                                                              |\n| :--------------------------------------------------------------------------: | :--------------------------------------------------------------------------: |\n|     \u003cimg width=\"1604\" alt=\"dracula\" src=\"./assets/dracula.png\"\u003e dracula      | \u003cimg width=\"1604\" alt=\"catppuccin\" src=\"./assets/catppuccin.png\"\u003e catppuccin |\n|          \u003cimg width=\"1604\" alt=\"nord\" src=\"./assets/nord.png\"\u003e nord          |     \u003cimg width=\"1604\" alt=\"gruvbox\" src=\"./assets/gruvbox.png\"\u003e gruvbox      |\n| \u003cimg width=\"1604\" alt=\"brogrammer\" src=\"./assets/brogrammer.png\"\u003e brogrammer |  \u003cimg width=\"1604\" alt=\"everblush\" src=\"./assets/everblush.png\"\u003e everblush   |\n\n## :busts_in_silhouette: CONTRIBUTING\n\nContributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.\n\nIf you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag \"enhancement\".\nDon't forget to give the project a star! Thanks again!\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## :page_facing_up: LICENSE\n\nDistributed under the MIT License. See `LICENSE` for more information.\n\n## :question: Acknowledgments\n\nInspired by [knipferrc/fm](https://github.com/knipferrc/fm)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnore-dev%2Ffman","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnore-dev%2Ffman","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnore-dev%2Ffman/lists"}