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

https://github.com/v2e4lisp/loop

watch(1) without refreshing the screen
https://github.com/v2e4lisp/loop

Last synced: about 2 months ago
JSON representation

watch(1) without refreshing the screen

Awesome Lists containing this project

README

          

# loop
watch(1) without refreshing the screen

# usage

```bash
loop -n 1s echo hello world
```

```bash
loop -n 1s "date; echo hello world"
```

```bash
loop -n 1s "tput reset; date; echo hello world"
```