Skip to content

jcquinlan/globber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

globber

A small go utility for visualizing globs (and maybe regex file searches later) directly in the terminal.

globber screenshot

globber screenshot with warning

API

--glob

Default: "*" Accepts any glob you'd like to test

--root

Default: "." The starting location of the command (glob) will be relative to this location

--max-depth

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

--max-files-to-scan

Default: 200 How many files to scan before stopping (useful to avoid scanning every file from root or something)

Basic Usage

globber --glob=**/*.json

About

a golang utility for glob visualizations in the terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages