coderGtm / yantra-app-launcher

A minimal CLI based Android app Launcher
https://play.google.com/store/apps/details?id=com.coderGtm.yantra
Other
58 stars 21 forks source link

call command arguments #189

Open Qutition opened 2 months ago

Qutition commented 2 months ago

I would like to request the following command for Yantra Launcher:

[COMMAND] call -n (number) / call (contact/number) / call -c (contact)

[DESCRIPTION] call command arguments

[EXAMPLE] call -n 123456 / call BestContact / call 123456 / call -c BestContact

[ANYTHING ELSE] it should make calls faster, cuz it no need to search a name when a -n argument is present

coderGtm commented 2 months ago

It won't increase the speed in case of normal contacts as it is mainly dependent on the search algorithm (which needs to be optimized) and the overall mechanism. Although it will make calling numbers faster.

Qutition commented 2 months ago

About contacts - that true, but I listed it because I think it will be better if there just a number argument and contact one

coderGtm commented 2 months ago

We can add a number argument to parse as a number. Otherwise it will pass as contact name when no argument is given

Qutition commented 2 months ago

That's actually cool! @coderGtm