kms

Crates.iokms
lib.rskms
version0.1.1
sourcesrc
created_at2023-06-15 20:42:29.794899
updated_at2023-06-15 21:02:47.408771
descriptionRust adaptation of windows and linux commands.
homepage
repositoryhttps://github.com/malezjaa/rust-kms
max_upload_size
id891460
size127,398
malezjaa (malezjaa)

documentation

README

KMS

Rust adaptation of windows and linux commands.

Screenshots

ls screenshot

Installation

Installation

cargo install kms

Commands

Command Arguments Description
ls <file_name> Display files in directory
mkdir <dir_name> Create new directory
touch <file_name> Create new file
rmdir <dir_name> Remove directory
del <file_name> Remove file
cat <file_name> Read file
tail <file_name> Get 10 last lines of file

Authors

Commit count: 5

cargo fmt