https://github.com/antonmedv/walk Skip to content Toggle navigation Sign up * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code Explore + All features + Documentation + GitHub Skills + Blog * Solutions For + Enterprise + Teams + Startups + Education By Solution + CI/CD & Automation + DevOps + DevSecOps Resources + Customer Stories + White papers, Ebooks, Webinars + Partners * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Pricing Search or jump to... Search code, repositories, users, issues, pull requests... Search [ ] Clear Search syntax tips Provide feedback We read every piece of feedback, and take your input very seriously. [ ] [ ] Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Name [ ] Query [ ] To see all available qualifiers, see our documentation. Cancel Create saved search Sign in Sign up You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. {{ message }} antonmedv / walk Public * * Notifications * Fork 61 * Star 1.9k Terminal file manager License MIT license 1.9k stars 61 forks Activity Star Notifications * Code * Issues 0 * Pull requests 0 * Discussions * Actions * Security * Insights More * Code * Issues * Pull requests * Discussions * Actions * Security * Insights antonmedv/walk This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. master Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags Name already in use A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch? Cancel Create 2 branches 11 tags Code * Local * Codespaces * Clone HTTPS GitHub CLI [https://github.com/a] Use Git or checkout with SVN using the web URL. [gh repo clone antonm] Work fast with our official CLI. Learn more about the CLI. * Open with GitHub Desktop * Download ZIP Sign In Required Please sign in to use Codespaces. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @antonmedv antonmedv Update demo-icons.gif ... 3444499 Aug 21, 2023 Update demo-icons.gif 3444499 Git stats * 130 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time .github Update demo-icons.gif August 22, 2023 00:30 etc feat: icons support (#67) February 6, 2023 08:28 snap Update snapcraft.yaml August 20, 2023 11:58 LICENSE Add LICENSE December 8, 2021 23:48 README.md Update previews August 22, 2023 00:25 go.mod Update deps August 9, 2023 19:44 go.sum Update deps August 9, 2023 19:44 icons.go Refactor icons.go August 9, 2023 19:54 main.go Release v1.5.2 August 20, 2023 12:42 View code walk Install Usage Command-line options --icons display icons License README.md walk walk demo Walk -- a terminal navigator. Why another terminal navigator? I wanted something simple and minimalistic. Something to help me with faster navigation in the filesystem; a cd and ls replacement. So I build "walk". It allows for quick navigation with fuzzy searching. cd integration is quite simple. And you can open vim right from the walk. That's it. Install brew install walk snap install walk pkg_add walk go install github.com/antonmedv/walk@latest Or download prebuild binaries. Put the next function into the .bashrc or a similar config: Bash/Zsh Fish PowerShell function lk { function lk function lk() { cd "$(walk "$@")" set loc (walk $argv); and cd $loc; cd $(walk $args) } end } Now use lk command to start walking. Usage Key binding Description Arrows, hjkl Move cursor Enter Enter directory Backspace Exit directory Space Toggle preview Esc Exit with cd Ctrl+C Exit without cd / Fuzzy search dd Delete file or dir The EDITOR or WALK_EDITOR environment variable used for opening files from the walk. export EDITOR=vim Preview mode: Walk Preview Mode Delete file or directory: Walk Deletes a File Command-line options --icons display icons Install Nerd Fonts to get the icons to render properly. Walk Icons Support License MIT About Terminal file manager Topics file-manager Resources Readme License MIT license Activity Stars 1.9k stars Watchers 11 watching Forks 61 forks Report repository Releases 11 v1.5.2 Latest Aug 20, 2023 + 10 releases Sponsor this project Sponsor Learn more about GitHub Sponsors Contributors 15 * * * * * * * * * * * + 4 contributors Languages * Go 100.0% Footer (c) 2023 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time.