Download the PHP package alio/cli-file-tree without Composer
On this page you can find all versions of the php package alio/cli-file-tree. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alio/cli-file-tree
More information about alio/cli-file-tree
Files in alio/cli-file-tree
Package cli-file-tree
Short Description CLI utility for file selection with a menu interface using PHPSchool/CliMenu.
License MIT
Homepage https://github.com/aliozinan/cli-file-tree
Informations about the package cli-file-tree
Laravel CLI File Tree Menu (w/ navigation)
Laravel CLI utility for file selection with a menu interface using PHP School / CliMenu
Installation
You can install the package via composer:
Usage
This Laravel CLI utility basically allows you to select a folder or a file on your system using a menu interface with navigation feature and return the selected file's path.
You can also filter the files by (multiple) file extensions using the --filter option.
Below is an example to use the library in your project (the best use case is calling it from your custom command)
Screenshot
Testing
Additional Notes
This package requires PHP posix extension enabled, it may not work in Windows Wamp/Xampp environments. Compatibility with the new Windows Terminal is being investigated.
Changelog
10/25/2019 - v1.0.0 released.
Issues
If you discover any problems please report in the issues section.
Contributors
Contributions and PRs are welcome!
License
The MIT License (MIT). Please see License File for more information.