indexa
1.0.0
증분 검색을 통한 찾기 대안
cargo install --git https://github.com/mosmeh/indexa
# view and search files & directories
ix
# choose which file to open in vi
vi $( ix )
# use regex
ix -r
# match full path
ix -p
처음 시작할 때 indexa는 기본 구성으로 데이터베이스를 생성할지 묻는 메시지를 표시합니다.
데이터베이스를 업데이트하려면 다음을 실행하세요.
ix -u
indexa의 동작과 모양은 구성 파일을 편집하여 사용자 정의할 수 있습니다.
구성 파일은 Unix의 경우 ~/.config/indexa/config.toml
에 있고 Windows의 경우 %APPDATA%indexaconfig.toml
에 있습니다.
USAGE:
ix [FLAGS] [OPTIONS]
FLAGS:
-s, --case-sensitive Search case-sensitively
-i, --ignore-case Search case-insensitively
-r, --regex Enable regex
-u, --update Update database and exit
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-q, --query <query> Initial query
-p, --match-path <when> Match path
-t, --threads <threads> Number of threads to use
-C, --config <config> Location of a config file