Crates.io | permer |
lib.rs | permer |
version | 0.1.1 |
source | src |
created_at | 2023-10-31 09:39:26.609008 |
updated_at | 2023-10-31 09:39:26.609008 |
description | Permer is a CLI tool written in Rust that provides information about files present in your file system. |
homepage | |
repository | https://github.com/ByteSudoer/Permer |
max_upload_size | |
id | 1019558 |
size | 62,371 |
Permer is a CLI tool written in Rust that provides information about files present in your file system.
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>
Check for the latest release to assure that all the functionalities are available.
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
the following section consists of the features and options that I am willing to implement in the future.