/pattern-application-launcher

Name-matching application launcher

Primary LanguageShell

Pattern application launcher

Seach and launch application with application file name and it's extension.

Usage

reg-launcher.sh -d [directory-to-search] -n [filename] -e [extension]

Example

  • To find and lauch the application with name snakeOil and extension AppImage in /home/me/Apps
    reg-launcher.sh -d /home/me/Apps -n snakeOil -e AppImage