commot

Crates.iocommot
lib.rscommot
version0.1.1
sourcesrc
created_at2022-04-10 15:37:14.5391
updated_at2022-04-10 15:39:42.485937
descriptionA better alternative of the cat command.
homepage
repository
max_upload_size
id565136
size101,081
Haider ali (Haider-Ali-Dev)

documentation

README

commot

A better alternative of the cat command

Yes you heard it right, commot gives all the metadata about file you need and the file content. When was it created? Yes. When did I made changes to it? Yes. Don't worry leave to commot it will give you all the information about the file

Installtion

$ cargo install commot

Usage

$ commot <FILE>

Example

$ commot main.rs

Output:

example

How to make cat work like this?

$ alias cat="commot"

Its better to do this in the config file. It will automatically load when you start your device.

Commit count: 0

cargo fmt