koron / ffdirs

find files from PATH directory list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

koron/ffdirs

PkgGoDev Actions/Go Go Report Card

ffdirs finds files from PATH directory list.

Getting started

Install or update with...

$ go get -u github.com/koron/ffdirs

Usage

Format

ffdirs [OPTIONS] {file names...}

Options

  • -srcenv string

    name of environment variables of directory list (default "PATH")

  • -verbose

    verbose message

Example

$ ffdirs vim

Find vim file from directory list in PATH environment variable.

$ ffdirs -srcenv INCLUDE stdio.h

Find stdio.h file from directory list in INCLUDE environment variable.

About

find files from PATH directory list

License:MIT License


Languages

Language:Go 70.7%Language:Makefile 29.3%