Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.
/ c-smart_find Public archive

Small command line application used for finding text in files in a directory.

Notifications You must be signed in to change notification settings

Streamer272/c-smart_find

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Find


What is it?

Smart Find is program used to find string in given directory, show results and help user manage their files

How do I use it?

Simply, you can just type sf --text="text you want to find" --dir="path/to/directory/you/want/to/scan" --file-ext=".scan_only_files_with_this_extension" --log

How do I build it?

You only need CMAKE and MAKE, from there, everything is handled for you. Just run bash scripts/build.sh and it will compile Smart Find. If you also want to add it to path, just run bash scripts/add_to_path.sh and it will prompt you for the password (it's using sudo -S).

About

Small command line application used for finding text in files in a directory.

Topics

Resources

Stars

Watchers

Forks