#cli-tool #file #system #present #information #directory

app permer

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

1 unstable release

0.1.1 Oct 31, 2023

#434 in Filesystem

Custom license

21KB
188 lines

Permer

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.

Dependencies

~3–14MB
~114K SLoC