antonmedv/walk

Terminal file manager

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 1 hour ago
Added to GitGenius on September 19th, 2026
Created on December 8th, 2021
Open Issues & Pull Requests: 10 (+0)
GitHub issues: Enabled
Number of forks: 107
Total Stargazers: 3,639 (+0)
Total Subscribers: 10 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.3 hours
Mean response time: 55.6 days
90th percentile: 228.1 days
Tracked items: 23

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 7
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 451 days
Stale 30+ days: 7
Stale 90+ days: 6

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • feature (7)
  • bug (3)
  • help wanted (2)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Walk is a terminal file manager that serves as a cd and ls replacement.

Walk solves the problem of navigating directory structures in the terminal by providing an interactive visual interface. Rather than typing paths or piping ls output, users run the lk command to launch an interactive navigator where they move through directories using arrow keys or hjkl bindings. The tool displays file and directory listings with optional previews, and changes to the selected directory when exiting with escape or q, or returns to the original location when exiting with ctrl+c.

Walk suits developers and terminal users who spend significant time navigating filesystems and want faster, more intuitive directory exploration than traditional command-line tools. It works well for anyone using Bash, Zsh, Fish, or PowerShell who wants to integrate seamless directory jumping into their shell workflow. The tool includes features like fuzzy search with forward slash, file deletion with undo, image preview without additional setup, and optional Nerd Font icons. Configuration happens through environment variables for editor choice, file opening behavior, deletion commands, colors, and status bar integration, plus command-line flags for preview mode, directory-only filtering, and hidden file visibility.

The project shows consistent maintenance with regular updates addressing user needs. Development activity includes responsiveness to issues and pull requests, indicating active engagement with the user community. The codebase remains focused on core navigation functionality without scope creep into unrelated features.