Skip to content

A CLI tool to find a particular file or a file extension

License

Notifications You must be signed in to change notification settings

Gokul2406/ff-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FF-util

Goal of this Project

The main goal of this project is to make it easy to find files in a directory. Rather than listing the files of the directory and either searching the file through them by using grep or your eyes can be a pain. ff reduces that pain by accomplishing the task using a single command making it really easy

Features

Blazingly fast

Easiness of searching files throughout your filesystem

Installtion and usage

Compiling from source

Clone the repo using

git clone https://github.com/Gokul2406/ff-util

Then run

cargo install --path .

You are ready to go

Binary Installation

You can download the binary from crates.io using the command

cargo install ff-util

Also you can install it from the release page of the repository

Usage

Run

ff [PATH] [FILE/FILE-EXTENSION]