Skip to content

tomatosource/breadth-walker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

breadth-walker

This is a tool to print directories walked in a BFS style from current location to standard out. I use it in conjunction with fzf to make a quick fuzzy directory navigator.

alias f='breadthwalker 5 | fzf | xargs -I @ sh -c '[ -d @ ] && cd @'

installation

go get https://github.com/tomatosource/breadth-walker

usage

breadthwalker 3 # where 3 is optional max depth, default is 50

TODOs

  • use proper flag system
  • ignores to flag rather than hardcoded

About

Breadth first walk of dirs - to be used in conjunction with fzf for fast directory navigation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages