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
يمكن تخصيص سلوك ومظهر الفهرس عن طريق تحرير ملف التكوين.
يوجد ملف التكوين في ~/.config/indexa/config.toml
على نظام التشغيل Unix و %APPDATA%indexaconfig.toml
على نظام التشغيل Windows.
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