Skip to content
/ fas Public

fas stand for Find all stuff and it's a go app that simplify the find command and allow you to easily search everything you nedd

Notifications You must be signed in to change notification settings

osesantos/fas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fas

fas stands for Find all stuff and it's a rust app that simplify the find command and allow you to easily search everything you need.

Note: currently being developed with go and rust for experience porpuses.


Screenshot from 2021-12-19 01-38-59


fas 0.0.1
m4jrt0m
fas stands for find all stuff. With this app you can easily look for a string in your files names
and inside your files.

USAGE:
    fas_rust [OPTIONS]

OPTIONS:
    -f, --file <file>        file to look into
    -h, --help               Print help information
    -p, --path <path>        Path to look into
    -s, --search <search>    search term to look for
    -V, --version            Print version information

How to run fas?

To build

$ cargo build --relase

To run

$ cargo run -- -p <path> -s <search term>

How to install in linux?

$ sudo cp .target/release/fas /usr/bin/.

About

fas stand for Find all stuff and it's a go app that simplify the find command and allow you to easily search everything you nedd

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages