7 releases

0.2.6 Jan 6, 2024
0.2.5 Jan 3, 2024

#505 in Command line utilities

23 downloads per month

GPL-3.0 license

17KB

unix-no

Repository Stars Repository Forks Crates.io Downloads Crates.io Version License

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

  1. Clone this repository via git clone https://github.com/metamethods/no
  2. Build with cargo using cargo build --release
  3. The binary will be located at target/release/no (or target/release/no.exe if you're using windows)

TODO

  • Figure out how to create a man page for this

Dependencies

~1.2–1.8MB
~34K SLoC