Metadata-Version: 1.0
Name: repeat-cli
Version: 1.0.0
Summary: Repeats a command
Home-page: https://github.com/leftstache/repeat
Author: Joel Johnson
Author-email: joelj@joelj.com
License: Apache 2.0
Description: Repeats the given command until specified conditions are met.
        
        Installation
        ------------
        
        `pip install repeat-cli`
        
        Usage
        -----
        
        `repeat [FLAGS] COMMAND`
        
        For example:
        
        `repeat ls`
        
        Will call the ls command until you press CTR+C.
        
        `repeat -c5 ls`
        
        Will call the ls command 5 times.
Platform: UNKNOWN
