7 releases
0.2.6 | Jan 6, 2024 |
---|---|
0.2.5 | Jan 3, 2024 |
#201 in Unix APIs
17KB
unix-no
A rust implementation of the unix no
command which is the counterpart command of the yes
command, and a bit of a better version of this one
Description
Repeatedly output a line with all specified STRING(s), or 'n'.
Installation
cargo install unix-no
Usage
no [STRINGS]
Building
Prerequisites
Instructions
- Clone this repository via
git clone https://github.com/metamethods/no
- Build with
cargo
usingcargo build --release
- The binary will be located at
target/release/no
(ortarget/release/no.exe
if you're using windows)
TODO
- Figure out how to create a man page for this
Dependencies
~1.1–1.7MB
~32K SLoC