Interactive command-line file searching.
git clone https://github.com/actinium/search.gitsudo make installThis will move searcher and init_search to /usr/local/bin/.
# Add this line to your shell rc-file
source /usr/local/bin/init_search
Usage: search [OPTION]... DIRECTORY
Options:
-h --help show this help message and exit.
-v --version show version info and exit.
-a --all do not ignore entries starting with '.'.
-d --dirs-only search only for directories. ignore files.
-f --files-only search only for files. ignore directories.
-l N --lines=N use N number of lines to show result.
This project is licensed under the MIT License. See the full license text in
LICENSE.