https://github.com/tamada/rustnovice
General UNIX command line tools written in the Rust language for my practices.
https://github.com/tamada/rustnovice
command-line-tool rust-lang unix-command
Last synced: 3 months ago
JSON representation
General UNIX command line tools written in the Rust language for my practices.
- Host: GitHub
- URL: https://github.com/tamada/rustnovice
- Owner: tamada
- Created: 2020-10-19T00:31:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T14:32:21.000Z (about 1 year ago)
- Last Synced: 2024-05-03T17:44:12.196Z (about 1 year ago)
- Topics: command-line-tool, rust-lang, unix-command
- Language: Rust
- Homepage: https://tamada.github.com/rustnovice/
- Size: 173 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rustnovice
This is the repository of CLI commands written in Rust, it is for my practice.
This repository contains the following commands (Typical commands in UNIX).- [`lcat`](lcat) v0.1.0
- Another implementation of `cat`, and `lcat` means lesser `cat`.
- [lgrep](lgrep) v0.1.0
- Lesser `grep`.
- [ltee](tee)
- pipe filtering (lesser tee)
- [`lnow`](now)
- lesser now.
- [luniq](uniq)
- delete duplicated lines (lesser uniq).
- lhead
- ltail
- [ltac](ltac) v0.1.0
- printing the given files in the reverse order (lesser tac).## About
### Logo
The logo of this repository is created by Bing Image Generator.
