Skip to content

Latest commit

 

History

History
50 lines (40 loc) · 2.06 KB

File metadata and controls

50 lines (40 loc) · 2.06 KB

Cpotlight

What is it?

This project is MacOs Spotlight analogue for linux written in C

Usage

prefixdescriptionexample
no prefixStart applicationfirefox
bStart browser with opened linkb;google.com
bsSearch query in browserbs;Best linux distro
ytYouTube querybs;Why rust is best
cCalcuatec;1+3*4
tTranslate word (only russian and english supported)t;hello
fFind filef;/home/user/Downloads/test.pdf

Change application behaviour

You can change the way Cpotlight works by editing config.cfg file in programm directory

How to install

Dependencies

  • clang
  • curl

Installation

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