NAME

tfind - Find files based on file types

VERSION

This documentation refers to tfind version 0.8.1

SYNOPSIS

  # search for files
  tfind [option] regex
  # list available types (or detail specific type)
  tfind (-t|--types) [type]

OPTIONS:
  -m --smart    Smart regular expression
  -p --path[=]path
                 Don't use the current directory for searching use path
  -l --follow-symlinks
                 Follow symlinks to directories
     --no-follow-symlinks
                 Don't follow symlinks to directories
     --recurse   Recurse into subdirectories (Default)
     --no-recurse
                 Turns off recursing into subdirectories
  -n --file-include[=]string
                 Only include files mathcing the regex (Multiple)
  -N --int[=]string
     --include-type[=]string
                 Only include files the specified type (Mulitple)
                 see perldoc File::TypeCategories available types
  -x --file-exclude[=]string
                 Don't include files mathcing the regex (Multiple)
  -X --ext[=]string
     --exclude-type[=]string
                 Don't include files the specified type (Mulitple)
                 see perldoc File::TypeCategories available types
      --ignore[=]type
                 Add type to the types to be ignored (multiples ok, overwrites default types)
   -d --ignore_add[=]type
                 Add extra type to default types (multiples ok)
   -I --ignore_remove[=]type
                 Remove type from default types (multiples ok)
   -t --types    Show all types (or details of a type if type also passed)

    -v --verbose Show more detailed option
       --VERSION Prints the version information
       --help    Prints this help information
       --man     Prints the full documentation for cs with example usage

DESCRIPTION

This program provides a quick way to search for files using regular expressions and optionally limiting the results based on file types.

SUBROUTINES/METHODS

DIAGNOSTICS

CONFIGURATION AND ENVIRONMENT

DEPENDENCIES

INCOMPATIBILITIES

BUGS AND LIMITATIONS

There are no known bugs in this module.

Please report problems to Ivan Wills (ivan.wills@gmail.com).

Patches are welcome.

AUTHOR

Ivan Wills - (ivan.wills@gmail.com)

LICENSE AND COPYRIGHT

Copyright (c) 2014 Ivan Wills (14 Mullion Close, Hornsby Heights, NSW Australia 2077). All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.