Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gokul2406/ff-util
A CLI tool to find a particular file or a file extension
https://github.com/gokul2406/ff-util
linux linux-shell unix unix-command utility windows-cli
Last synced: 13 days ago
JSON representation
A CLI tool to find a particular file or a file extension
- Host: GitHub
- URL: https://github.com/gokul2406/ff-util
- Owner: Gokul2406
- License: gpl-2.0
- Created: 2021-08-07T11:05:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-08T10:10:12.000Z (about 3 years ago)
- Last Synced: 2024-10-10T23:15:51.242Z (27 days ago)
- Topics: linux, linux-shell, unix, unix-command, utility, windows-cli
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: 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 fastEasiness of searching files throughout your filesystem
* Installtion and usage
** Compiling from source
Clone the repo using
#+begin_src bash
git clone https://github.com/Gokul2406/ff-util
#+end_src
Then run
#+begin_src bash
cargo install --path .
#+end_src
You are ready to go** Binary Installation
You can download the binary from crates.io using the command
#+begin_src
cargo install ff-util
#+end_srcAlso you can install it from the release page of the repository
** Usage
Run
#+begin_src bash
ff [PATH] [FILE/FILE-EXTENSION]
#+end_src