Skip to content

whiterabb17/getsetgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CodeFactor

Filesearch utility

getsetgo [ As in. On your marks, get set, go! ]
Extremely fast file searching utility with the ability to copy found files to an archive.
Time to search 912GB of a 1TB drive: 4.34.778min

Dependencies

  1. Golang installed
  2. bin directory is present in gopath

Deploy and use

  1. Build and install
make install
  1. Use from any directory. Current directory will be used as ROOT of search
getsetgo <path> <filename/extention>                          | Print output of found files
getsetgo <path> <filename/extention> output.txt               | Save output to a file
getsetgo <path> <filename/extention> folder                   | Copies all found files to given folder then zips the folder exfil