logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

keywait - pause and wait for input.

Author

keywait was written by David Sugar <dyfet@gnutelephony.org>.

Description

       Pause  and  wait  for keyboard input.  A prompt can be displayed to the user, and the timeout to wait for
       keyboard input can be specified.  Before waiting any pending  input  is  automatically  flushed.   If  no
       timeout is specified then keywait will wait forever.

Exit Codes

       Returns 0 if keyboard entry was received.  1 if timeout.  2 for any error.

Name

       keywait - pause and wait for input.

Options

--timeout=seconds
              Specify number of seconds to wait for input.

       --help Outputs help screen for the user.

Reporting Bugs

Synopsis

keywait [options] [prompt]

See Also