ft
is a plugin that find for a string in a file ๐ It a little bit like ripgrep
, fd
๐
-
Enter
git clone https://github.com/developerHaneum/ft.git
at Terminal -
Add
.zshrc
toalias ft="usr/bin/python3 (Cloned or Downloaded directory path)/exec.py"
Enter cp (Cloned or Downloaded directory path of 'ft')/doc/ft.1 /usr/local/share/man/man1/ft.1
at Terminal
This basics form is find a string in a file and a string in among the files in the directory. ๐คฉ
-
If you don't want to write qutoes, You don't use to write qutoes ! (Most of case)๐
-
As of v7.2.0, you can find a string regardless of uppercase and lowercase letters
Prints help information ๐
Prints the information version of ft
๐
Entering !
, *
in (path)
allows you to find for a string in files in the directory you currently belong to ๐
Text be at file or Text be at directory (Directory mode return path, too ๐)
File or Directory don't be ๐ข
Text don't be at file or Text don't be at Directory ๐
It mean is directories
It mean is directories in files
It mean is files
It mean is a number
โNow version: v8.0.3 (25/04/21) ๐
MIT LICENSE ยฉ 2021-2025 Cha Haneum