fandreuz / TUI-ConsoleLauncher

Linux CLI Launcher for Android
Other
1.24k stars 257 forks source link

Adding Launch Times to App Suggestions #311

Open bencarlisle15 opened 4 years ago

bencarlisle15 commented 4 years ago

Currently, app suggestions are dictated solely by string similarity; however, I believe it would be more beneficial to include launch times in this decision (i.e. more popular apps show up earlier in the queue.

I have a proof of concept of this located at https://github.com/bencarlisle15/TUI-ConsoleLauncher. It is more of a hack than a potential solutions but nevertheless works.