A PHP CLI app to find and show entries in your Filezilla's sitemanager.xml file.
Built with Laravel Zero.
Clone the repo and run ./builds/fzfind find "your site name".
Alternatively:
Add fzfind from /builds/fzfind to your path.
Then you can run ./fzfind find "your site name"
Add /builds folder to your PATH. E.g., Add the line to your .bashrc or .zshrc file.
export PATH="/path/to/fz-find/builds:$PATH"
If you've made changes and want to build the standalone phar, run
php fz-find app:build fzfind
This will add the standalone phar file in the /builds folder.
See the docs for more.