Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aerth/slow
Slow (buffered) pager
https://github.com/aerth/slow
Last synced: 3 months ago
JSON representation
Slow (buffered) pager
- Host: GitHub
- URL: https://github.com/aerth/slow
- Owner: aerth
- License: mit
- Created: 2016-05-17T03:48:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-04T16:50:10.000Z (over 8 years ago)
- Last Synced: 2024-06-28T20:54:53.193Z (5 months ago)
- Language: Go
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# slow
[![Go Report Card](https://goreportcard.com/badge/github.com/aerth/slow)](https://goreportcard.com/report/github.com/aerth/slow)
```
NAME
slow, version ` + VERSION + ` - Non-interactive pager (stdout delay)
Pipe fast things (such as lsmod or dmesg) into it.AUTHOR
Copyright (c) 2016 aerth [[email protected]]SYNOPSIS
[FILE] | slow -d 300USAGE
lsmod | slow
tree / | slow
TIPS
Custom Delay: cat main.go | slow -d 100
Delay is in microseconds. Default is 300.
The exception to '-d' flag is setting to 1-5 which are in seconds.SOURCE
go get -v -u github.com/aerth/slow
- or -wget https://github.com/aerth/slow/archive/master.zip
INSTALL
go get -v -u github.com/aerth/slow- or -
make && sudo make install
```