1.0.2 • Published 3 years ago

@mironante/frisk v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Frisk - CLI tool to search for text in a folder

npm version

Prerequisites

Installation

npm install -g @mironante/frisk

Usage

frisk <dir> <keyword> [options]

Arguments:

ArgumentDescription
dirFolder path
keywordSearch word

Options:

OptionShortcatDescription
--version-VOutput the version number
--recursively-rSearch recursively
--exclude <char...>-exExclude files or directories
--encoding -eSupported encodings (https://github.com/ashtuchkin/iconv-lite/wiki/Supported-Encodings)
--help-hDisplay help for command

Example:

frisk ./project 名前 -e Shift_JIS -r -ex node_modules *.js