Skip to content

Commit 8a59342

Browse files
committed
Links to the awk implementations
1 parent 0e4c242 commit 8a59342

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Requirements
2121
------------
2222

2323
* `bash` (tested on 4.20, should work on versions as old as 2008)
24-
* `awk` (either `gawk`, `mawk`, `nawk` or `busybox awk`; should work on `gawk`
25-
versions as old as 2008; should probably work on any other awk
26-
implementation)
24+
* `awk` (either [gawk][], [mawk][], [nawk][] or [busybox awk][]; should work on
25+
`gawk` versions as old as 2008; should probably work on any other awk
26+
implementation)
2727
* `ping` (from `iputils`, or any other version that prints essentially the same
28-
output, like Mac OS X ping or [oping][])
28+
output, like Mac OS X ping or [oping][])
2929
* Optional dependency on `stty` or `tput` to auto-detect the terminal size.
3030

3131
Installation
@@ -44,5 +44,9 @@ For people building a `prettyping` package (for any Linux distro or for Mac OS
4444
X), just install the `prettyping` script into `/usr/bin/`, or whatever
4545
directory is appropriate. No other file is necessary.
4646

47+
[gawk]: https://www.gnu.org/software/gawk/
48+
[mawk]: https://invisible-island.net/mawk/
49+
[nawk]: https://github.com/onetrueawk/awk
50+
[busybox awk]: https://www.busybox.net/downloads/BusyBox.html#awk
4751
[oping]: http://verplant.org/liboping/
4852
[prettyping]: https://raw.githubusercontent.com/denilsonsa/prettyping/master/prettyping

prettyping

+3-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
# https://old.reddit.com/r/linux/comments/1op98a/prettypingsh_a_better_ui_for_watching_ping/
1515
# Third-party demonstration video: https://www.youtube.com/watch?v=ziEMY1BcikM
1616

17-
# TODO: Test in original-awk: https://aur.archlinux.org/packages/original-awk
17+
# TODO: Test in original-awk:
18+
# https://aur.archlinux.org/packages/original-awk
19+
# https://sources.debian.org/src/original-awk/
1820
# TODO: Adjust how many items in the legend are printed based on the terminal width.
1921
#
2022
# TODO: Detect the following kinds of message and avoid printing it repeatedly.

0 commit comments

Comments
 (0)