Skip to content

A rust CLI Tool that provides informations and descriptions about files

License

Notifications You must be signed in to change notification settings

ByteSudoer/Permer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Permer

example workflow Latest Version

Permer is a CLI tool written in Rust that provides information about files present in your file system.

Installation

  • You can download the source code and build it from there
cargo build --release
# And then you can run it with
cargo run --release -- Cargo.toml

Running this command will create a binary under the target/release directory that you can execute:

./target/release/Permer <File>
  • Or you can check the release section and download the pre-compiled binary from there.

    Check for the latest release to assure that all the functionalities are available.

Running through Docker

First you need to build the image :

docker build -t permer .
# Or use the path to the dockerFile if you are not in the project directory.

You can check if the image was created successfully by running docker images

TODO

the following section consists of the features and options that I am willing to implement in the future.

  • Provide a Dockerfile that makes building and running this tool as a container possible.
  • Distribute this tool as .deb package available to download.
  • Distribute this tool as an AUR package available to download.
  • Added color-support and better formatting the output.

About

A rust CLI Tool that provides informations and descriptions about files

Resources

License

Stars

Watchers

Forks

Packages

No packages published