A small go utility for visualizing globs (and maybe regex file searches later) directly in the terminal.
Default: "*"
Accepts any glob you'd like to test
Default: "."
The starting location of the command (glob
) will be relative to this location
Default: 20
The maximum recursion level when traversing file structures.
--include-hidden-files
Default: false
Whether or not hidden directories and files should be considered in the visualization
Default: 200
How many files to scan before stopping (useful to avoid scanning every file from root or something)
globber --glob=**/*.json