Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robyfirnandoyusuf/dog
- Owner: robyfirnandoyusuf
- License: mit
- Created: 2024-09-17T05:40:58.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T05:52:40.000Z (about 2 months ago)
- Last Synced: 2024-09-29T16:01:34.541Z (about 2 months ago)
- Topics: linux-app, rust, rust-lang
- Language: Rust
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.