Skip to content

metamethods/no

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Output a string repeatedly until killed.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages