An open API service indexing awesome lists of open source software.

https://github.com/venkytv/readval

A command line tool to prompt for a value to be included in another command line.
https://github.com/venkytv/readval

cli go shell terminal

Last synced: 6 months ago
JSON representation

A command line tool to prompt for a value to be included in another command line.

Awesome Lists containing this project

README

          

`readval` is a command line tool which is designed for one specific purpose—to
prompt for a value to be included in another command line. `readval` prints the
prompt on the TTY, reads the input also from the TTY, and echoes the entered
input to stdout.

Usage
-----

``` sh
$ readval -h
usage: ./readval [OPTIONS] prompt...
Prints prompts, reads input from TTY, and echoes it back on stdout.

-s, --silent Do not echo input
```

Examples
-------

``` sh
$ readval prompt