a human language based file finder with a tui using textual!
currently, there is a macos homebrew release, and a pip version for windows and linux!
make sure you have homebrew installed (install at https://brew.sh)!
then, simple tap into the repo and install!
brew tap divpreeet/whereisthis
brew install whereisthissthen just type whereisthis to run!
currently, the only 'easy' way to install on windows and linux is using pip, so make sure you have python installed!
windows -
python -m venv venv
venvv\Scripts\Activate.ps1linux -
python3 -m venv venv
source venv/bin/activatethen install using -
pip install whereisthisand just run using whereisthis!
whereisthis [query] [options]both, the query and options are optional, it just helps you kickstart!
--dir [path]- specify the directory to search in -whereisthis --dir ~/Documents, the default directory is the current directory.--hidden- search through hidden files, by default hidden files are ignored!