This project was made to my Operatin Systems course. This is a file indexer, that saves data to specified sqlite database. It can do search through indexed files via extensions and directories(I know that it is the functionality of utility ls, but I hadn't noticed this when creating project).
- soci >= 4.0.1
- cmake >= 3.17
- sqlite >= 3.34
Just run cmake .
in this repo and then you can run it like this ./os_course_work
.
MIT
sakost a.k.a. Konstantin Sazhenov