Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robyfirnandoyusuf/dog

a Rust-based command-line tool named dog that mimics the functionality of Linux's cat command. The key difference? dog automatically numbers every line for easier readability and tracking. It’s a small but useful enhancement for those who work with large files and want quick line reference.
https://github.com/robyfirnandoyusuf/dog

linux-app rust rust-lang

Last synced: about 1 month ago
JSON representation

a Rust-based command-line tool named dog that mimics the functionality of Linux's cat command. The key difference? dog automatically numbers every line for easier readability and tracking. It’s a small but useful enhancement for those who work with large files and want quick line reference.

Awesome Lists containing this project

README

        

# Dog

a Rust-based command-line tool named dog that mimics the functionality of Linux's cat command. The key difference? dog automatically numbers every line for easier readability and tracking. It’s a small but useful enhancement for those who work with large files and want quick line reference.

### Installation

1. Run `cargo build --release`
2. Run `sudo mv target/release/dog /usr/local/bin/`
3. Make surethe binary executable `sudo chmod +x /usr/local/bin/dog`

### Screenshot
![image](https://github.com/user-attachments/assets/6548c027-5a46-47ee-a2d0-2ef1f70daadf)

### License
Dog is distributed under MIT.