Crates.io | ff-util |
lib.rs | ff-util |
version | 0.1.2 |
source | src |
created_at | 2021-08-08 10:00:32.792347 |
updated_at | 2021-08-09 15:13:02.997906 |
description | A command line utility to search for files and file extensions in a given directory |
homepage | |
repository | https://github.com/Gokul2406/ff-util |
max_upload_size | |
id | 433084 |
size | 24,027 |
#+TITLE: FF
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
** Binary Installation You can download the binary from crates.io using the command #+begin_src cargo install ff-util #+end_src
Also you can install it from the release page of the repository
** Usage Run #+begin_src bash ff [PATH] [FILE/FILE-EXTENSION] #+end_src