Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

turtureanu/az

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

az

Warning

Archiving the project in favor of a faster alternative made in Rust: azrust

Simple fast file finder made in Go.

Usage

Search for files matching a pattern

Usage:
  az [pattern] [path] [flags]

Flags:
  -d, --detail   results return path, filename, size, date modified, and file type
  -H, --hidden   search hidden files and directories
  -j, --json     output results in JSON format
  -h, --help     help for az

RegEx support for patterns:

  • *
  • ?
  • \ escaping
  • character range
  • character class