ft is a program to find for text in files. It a little bit like ripgrep, fd.
-
Enter
git clone https://github.com/developerHaneum/ft.git -
Enter
pip install colorama -
Add
alias ft="python3 (Cloned directory path)/main.py"
This basics form is find a string in a file and a string in among the files in the directory.
It prints help information.
It prints the information version of ft.
The [text] argument is the text you want to find. If your [text] argument contains spaces, be sure to include the ' or " quotes.
The [path] argument is the file or directory you want to find. If the [path] argument contains spaces, be sure to include the ' or " quotes.
If you enter . or leave it empty for the [path] argument, it will search for the string in files in the current directory.
If you want to leave the [text] argument blank and enter only the [path] argument, you must enter a space character, such as '', in the [text] argument.
If you omit the [text] argument and enter only the [path] argument, ft considers it to be a positional argument, and treats the argument you entered as the [path] argument as the [text] argument.
The file you are looking for is not found.
The file you are looking for is found.
It mean is directories
It mean is files
- 2021 Student Division / Special Prize OSS Development Competition Organizing Committee Chairman's Award
- View details: https://www.oss.kr/dev_competition_activities/show/d47d0b01-f1f9-4b64-a8f6-aa780f86577b
- Award Interview Video: https://youtu.be/Y0oLDKCUn4U?si=JdQr68DT0NOAbs-O&t=2158
Now version: 9.0 (25/06/21)
Copyright © 2021-2026 Cha Haneum
This project is licensed under the MIT License.