This project is MacOs Spotlight analogue for linux written in C
| prefix | description | example |
|---|---|---|
| no prefix | Start application | firefox |
| b | Start browser with opened link | b;google.com |
| bs | Search query in browser | bs;Best linux distro |
| yt | YouTube query | bs;Why rust is best |
| c | Calcuate | c;1+3*4 |
| t | Translate word (only russian and english supported) | t;hello |
| f | Find file | f;/home/user/Downloads/test.pdf |
You can change the way Cpotlight works by editing config.cfg file in programm directory
- clang
- curl
To install this programm you need to do following commands in your terminal:
git clone https://github.com/BotNikos/Cpotlight.git
cd Cpotlight
make After that you can start programm:
./cpotlight