Skip to content

shuyaeer/fingo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fingo

GitHub GitHub go.mod Go version
Fingo is a command line interface written in Go for travarse file system. Fingo is developed to substitute shell's find.
This module is designated to integrate file searching program.

Installation

As a premise, You have already installed Go. Then,

go install github.com/shuyaeer/fingo@latest

binary file is installed beneath your $GOPATH/

 $ ls $GOPATH/bin
 fingo

Quick Start

When you want to find csv files on whole your file system.

$ fingo / --extention csv
file : /home/ubuntu/csv_files/2022-02-13.csv
file : /home/ubuntu/csv_files/2022-03-13.csv
file : /home/ubuntu/2022-04-13.csv
                :
                :

When you want to find file by file name/

$ fingo / --name 2022-04-13
file : /home/ubuntu/2022-04-13.csv
file : /home/ubuntu/2022-04-13.txt
file : /home/ubuntu/documents/2022-04-13.pdf
                :
                :

Options

-h, --help        ・print help text and exit
-e, --extention   ・extracting file match the FileExtention
-n --name         ・search file based on designated file name

About

fingo is file search cmmand line interface

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages