{"id":13471359,"url":"https://github.com/antonmedv/walk","last_synced_at":"2025-12-11T22:44:37.353Z","repository":{"id":45384654,"uuid":"436414970","full_name":"antonmedv/walk","owner":"antonmedv","description":"Terminal file manager","archived":false,"fork":false,"pushed_at":"2025-04-25T12:52:00.000Z","size":3901,"stargazers_count":3368,"open_issues_count":4,"forks_count":102,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-05-08T00:04:08.598Z","etag":null,"topics":["cli","file-manager","terminal"],"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/antonmedv.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,"zenodo":null},"funding":{"github":"antonmedv"}},"created_at":"2021-12-08T22:50:51.000Z","updated_at":"2025-05-04T06:33:41.000Z","dependencies_parsed_at":"2023-07-29T17:44:38.207Z","dependency_job_id":"b5bd77f8-0d46-405f-8558-2b92aae98d09","html_url":"https://github.com/antonmedv/walk","commit_stats":{"total_commits":147,"total_committers":22,"mean_commits":6.681818181818182,"dds":0.3197278911564626,"last_synced_commit":"8d0826ea7a63680913f1ad0f121a3a38d5a87b88"},"previous_names":["antonmedv/walk","antonmedv/llama"],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmedv%2Fwalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmedv%2Fwalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmedv%2Fwalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/antonmedv%2Fwalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/antonmedv","download_url":"https://codeload.github.com/antonmedv/walk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254000854,"owners_count":21997442,"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":["cli","file-manager","terminal"],"created_at":"2024-07-31T16:00:43.646Z","updated_at":"2025-12-11T22:44:32.299Z","avatar_url":"https://github.com/antonmedv.png","language":"Go","readme":"# 🥾 walk\n\n\u003cp align=\"center\"\u003e\n  \u003cbr\u003e\n  \u003cimg src=\".github/images/demo.gif\" width=\"600\" alt=\"walk demo\"\u003e\n  \u003cbr\u003e\n\u003c/p\u003e\n\n**Walk** — a terminal navigator; a `cd` and `ls` replacement.\n\nRun `lk`, navigate using arrows or hjkl. Press, `esc` to jump to a new location; or `ctrl+c` to stay.\n\n## Install\n\n```\nbrew install walk\n```\n\n```\npkg_add walk\n```\n\n```\ngo install github.com/antonmedv/walk@latest\n```\n\n```\ncurl https://raw.githubusercontent.com/antonmedv/walk/master/install.sh | sh\n```\n\nOr download [prebuild binaries](https://github.com/antonmedv/walk/releases).\n\n### Setup\n\nPut the next function into the **.bashrc** or a similar config:\n\n\u003ctable\u003e\n\u003ctr\u003e\n  \u003cth\u003e Bash/Zsh \u003c/th\u003e\n  \u003cth\u003e Fish \u003c/th\u003e\n  \u003cth\u003e PowerShell \u003c/th\u003e\n\u003c/tr\u003e\n\u003ctr\u003e\n\u003ctd\u003e\n\n```bash\nfunction lk {\n  cd \"$(walk \"$@\")\"\n}\n```\n\n\u003c/td\u003e\n\u003ctd\u003e\n\n```fish\nfunction lk\n  set loc (walk $argv); and cd $loc;\nend\n```\n\n\u003c/td\u003e\n\u003ctd\u003e\n\n```powershell\nfunction lk() {\n  cd $(walk $args)\n}\n```\n\n\u003c/td\u003e\n\u003c/tr\u003e\n\u003c/table\u003e\n\n\nNow use `lk` command to start walking.\n\n## Features\n\n### Preview mode\n\nPress `Space` to toggle preview mode.\n\n\u003cimg src=\".github/images/preview-mode.gif\" width=\"600\" alt=\"Walk Preview Mode\"\u003e\n\n### Delete file or directory\n\nPress `dd` to delete file or directory. Press `u` to undo.\n\n\u003cimg src=\".github/images/rm-demo.gif\" width=\"600\" alt=\"Walk Deletes a File\"\u003e\n\n### Display icons\n\nInstall [Nerd Fonts](https://www.nerdfonts.com) and add `--icons` flag.\n\n\u003cimg src=\".github/images/demo-icons.gif\" width=\"600\" alt=\"Walk Icons Support\"\u003e\n\n### Image preview\n\nNo additional setup is required.\n\n\u003cimg src=\".github/images/images-mode.gif\" width=\"600\" alt=\"Walk Image Preview\"\u003e\n\n## Usage\n\n| Key binding                          | Description        |\n|--------------------------------------|--------------------|\n| \u003ckbd\u003earrows\u003c/kbd\u003e, \u003ckbd\u003ehjkl\u003c/kbd\u003e   | Move cursor        |\n| \u003ckbd\u003eshift\u003c/kbd\u003e + \u003ckbd\u003earrows\u003c/kbd\u003e | Jump to start/end  |\n| \u003ckbd\u003eenter\u003c/kbd\u003e                     | Enter directory    |\n| \u003ckbd\u003ebackspace\u003c/kbd\u003e                 | Exit directory     |\n| \u003ckbd\u003espace\u003c/kbd\u003e                     | Toggle preview     |\n| \u003ckbd\u003eesc\u003c/kbd\u003e, \u003ckbd\u003eq\u003c/kbd\u003e         | Exit with cd       |\n| \u003ckbd\u003ectrl\u003c/kbd\u003e + \u003ckbd\u003ec\u003c/kbd\u003e       | Exit without cd    |\n| \u003ckbd\u003e/\u003c/kbd\u003e                         | Fuzzy search       |\n| \u003ckbd\u003ed\u003c/kbd\u003e, \u003ckbd\u003edelete\u003c/kbd\u003e      | Delete file or dir |\n| \u003ckbd\u003ey\u003c/kbd\u003e                         | yank current dir   |\n| \u003ckbd\u003e.\u003c/kbd\u003e                         | Hide hidden files  |\n\n## Configuration\n\nThe `EDITOR` or `WALK_EDITOR` environment variable used for opening files from\nthe walk.\n\n```bash\nexport EDITOR=vim\n```\n\nTo specify a command to be used to open files per extension, use the `WALK_OPEN_WITH` environment variable.\n\n```bash\nexport WALK_OPEN_WITH=\"txt:less -N;go:vim;md:glow -p\"\n```\n\nThe `WALK_REMOVE_CMD` environment variable can be used to specify a command to\nbe used to remove files. This is useful if you want to use a different\ncommand to remove files than the default `rm`.\n\n```bash\nexport WALK_REMOVE_CMD=trash\n```\n\nChange main color with `WALK_MAIN_COLOR` environment variable. Available colors\nare [here](https://github.com/charmbracelet/lipgloss#colors).\n\n```bash\nexport WALK_MAIN_COLOR=\"#0000FF\"\n```\n\nUse `WALK_STATUS_BAR` environment variable to specify a [status bar](STATUS_BAR.md) program.\n\n```bash\nexport WALK_STATUS_BAR=\"Size() + ' ' + Mode()\"\n```\n\n### Flags\n\nFlags can be used to change the default behavior of the program.\n\n| Flag            | Description                 |\n|-----------------|-----------------------------|\n| `--icons`       | Show icons                  |\n| `--dir-only`    | Show dirs only              |\n| `--hide-hidden` | Hide hidden files           |\n| `--preview`     | Start with preview mode on  |\n| `--with-border` | Show border in preview mode |\n| `--fuzzy`       | Start with fuzzy search on  |\n\n## Related\n\n- [fx](https://github.com/antonmedv/fx) – terminal JSON viewer\n- [howto](https://github.com/antonmedv/howto) – terminal command LLM helper\n- [countdown](https://github.com/antonmedv/countdown) – terminal countdown timer\n\n## License\n\n[MIT](LICENSE)\n","funding_links":["https://github.com/sponsors/antonmedv"],"categories":["Go","cli","Applications","\u003ca name=\"file-manager\"\u003e\u003c/a\u003eFile manager"],"sub_categories":["File Management"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonmedv%2Fwalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fantonmedv%2Fwalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fantonmedv%2Fwalk/lists"}