kazajhodo / launcher

Multitasking bash script to make switching projects and php versions easier, as well as Pantheon site deployment.
1 stars 0 forks source link

Sub-directory detection #4

Closed kazajhodo closed 4 years ago

kazajhodo commented 4 years ago

If admin url detection fails, ask where the webroot is located.

Such as, 'Framework not detected, what directory is your webroot in?'. Pass this value into detection route.

This is -sub functionality, added incase user is unaware the functionality exists.

kazajhodo commented 4 years ago

Check for the specific roots, and set.

If none of the usual defaults are set, ask user for webroot. Check existence once entered and load or revolt.

kazajhodo commented 4 years ago

Complete.

Sub directory automation.

Sub directories will now automatically be searched.

Default searches are for /app, /sites, /wp-content.

If not found, the .docroots file is checked per line for other knowns webroots.

If not found there, the user will be asked for the framework webroot. The response is then written to the .docroots file, the provided sub-directory is checked, if exists, is opened. If it doesn’t exist a message is displayed.

In the future when a site is opened, the new entry within the .docroots file will be opened automatically.