Skip to content

Qutition/yantra-app-launcher-qu

 
 

Repository files navigation

yantra-app-launcher (qu)

GitHub code size in bytes

Yantra Launcher Store Cover

A Minimal CLI-based Android App Launcher.

Variants

Yantra Launcher is available in 2 variants:

  1. Minimal
  2. Pro

The minimal version is for those who want the bare minimum set of commands and features. On the contrary, the Pro version has a wide array of useful commands and features. Both these variants are available to download from the Play Store. The Pro version is priced to support the project.

Pre-built Official versions

Pre-built packages are recommended for most users as the app uses some Google Play Services (as much as I feel bad about it) which are ensured to be present on your device while downloading from the Play Store.

  1. Minimal Version
  2. Pro Version

Building

Note

Building and running locally might not give you the smoothest experience. Play Store builds are optimized for your device and language settings and are much smaller in size.

To build and run locally, clone this repository onto your local machine and open it with Android Studio.

git clone https://github.com/qutition/yantra-app-launcher-qu.git

A local.properties file will be generated by Android Studio that contains all local configurations for your IDE. Add the following lines in it to specify environment variables used by Yantra Launcher:

weatherAPIkey="your-weather-api-key"
backupPassword="your-backup-password"

Leave these values as it is or feed in your weatherapi.com API key if you want to test the weather command.

Sync the project to download the required Gradle repositories and any other dependencies required by the project.

Now you should be good to go 🚀...

From the Build Variants tab, select the variant you wish to build. The minimal variant is aliased as 'free', which gives you the following configurations to select from:

  1. freeDebug
  2. freeBeta
  3. freerelease
  4. proDebug
  5. proBeta
  6. proRelease

Select your desired configuration before you build and run the project.

Contribution

  • Please open an issue before you develop or edit something large to ensure that it is to be done, or to discuss the implementation strategy, so your hard work doesn't go in vain.
  • Follow the coding style to keep it consistent across the project.
  • If in dilemma, don't hesitate to reach out to the community via issues, discussions, or the Discord Community!

Translation

We support initiatives to translate Yantra Launcher in your native language! If you are interested for a long-term commitment to volunteer translations, see the Translator's Guide.

FAQs

See the FAQs Page for answers to Frequently Asked Questions!

Support

See the Support Page if you'd like to support the project.

Star History

Star History Chart

Official Repository Contributors



LIVE THE CLI EXPERIENCE 😍

About

A minimal CLI based Android app Launcher that's ill be modding

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 99.8%
  • HTML 0.2%