rwxs

Crates.iorwxs
lib.rsrwxs
version0.1.1
sourcesrc
created_at2022-04-10 18:43:43.598869
updated_at2022-04-10 18:46:10.560571
descriptionSearch files matching pemission criteria.
homepagehttps://github.com/gmnsii/rwxs
repositoryhttps://github.com/gmnsii/rwxs
max_upload_size
id565190
size46,523
(gmnsii)

documentation

README

rwxs

GitHubRelease Buildstatus

rwxs is a macOS command line tool to search for file system items based on permission criteria.

Contents: UsageInstallationLicense

Usage

rwxs 0.1.0
Scan a directory for files that match permission criteria.
Visit https://github.com/gmnsii/rwxs#readme for more information.

USAGE:
    rwxs [FLAGS] [OPTIONS] [--] [path]

FLAGS:
    -a               Parse hidden files as well
    -h, --help       Prints help information
    -i               Return the list of files that don't match with the criteria
    -m               Return files that match at least one criteria, instead of those that match all criteria
    -r               If present, rwxs will recursively traverse the folder
    -V, --version    Prints version information

OPTIONS:
        --group <group>...       Specify permissions that the group who owns the file or directory needs to have on the
                                 item in the format @rwx
    -I, --ignore <ignore>...     Ignore pattern
        --type <item-type>...    Specify the type of the object
        --other <other>...       Specify permissions that users who does not own the file or directory needs to have on
                                 the item in the format @rwx
        --owner <owner>...       Specify the owner of the file in the format user:group
        --user <user>...         Specify permissions that the user who owns the file or directory needs to have on the
                                 item in the format @rwx

ARGS:
    <path>    The path of the directory your want to look into. [default: ./]

Installation

 brew tap gmnsii/rwxs
brew install rwxs

License

This project is licensed under both :

Commit count: 0

cargo fmt