https://github.com/uetchy/pause
Pause linux pipes for certain amount of time before continuing.
https://github.com/uetchy/pause
Last synced: 4 months ago
JSON representation
Pause linux pipes for certain amount of time before continuing.
- Host: GitHub
- URL: https://github.com/uetchy/pause
- Owner: uetchy
- License: other
- Created: 2019-10-03T05:06:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-29T04:33:47.000Z (about 6 years ago)
- Last Synced: 2025-10-27T18:14:47.005Z (8 months ago)
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# pause
[](https://asciinema.org/a/JhN3EzSuEMEAwtkB0KPJZi0w8)
## Install
```
cargo install pause
```
## Usage
```
function get-repository() {
hub api search/repositories?q=$1 | jq -r '.items[0].html_url' | pause | xargs ghq get
}
```