Skip to content

Commit 37c241e

Browse files
committed
Add to wishlist
1 parent 3fe7101 commit 37c241e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -581,11 +581,12 @@ These are some ideas I'm playing with for additional features. If you feel like
581581

582582
### Filters
583583

584-
* Ideas welcome!
584+
* `Column()` reads columnar (whitespace-separated) data and cuts the specified column, like Unix `cut`
585+
* `CountFreq()` counts the frequency of input lines, and prepends each unique line with its frequency (like Unix `uniq -c`). The results are sorted in descending numerical order (that is, most frequent lines first).
585586

586587
### Sinks
587588

588-
* Ideas equally welcome!
589+
* [Ideas welcome!](https://github.com/bitfield/script/issues/new)
589590

590591
### Examples
591592

@@ -597,8 +598,10 @@ Since `script` is designed to help you write system administration programs, a f
597598
* [head](examples/head/main.go)
598599
* [echo](examples/echo/main.go)
599600

600-
More examples would be welcome!
601+
[More examples would be welcome!](https://github.com/bitfield/script/pulls)
601602

602603
### Use cases
603604

604-
The best libraries are designed to satisfy real use cases. If you have a sysadmin task which you'd like to implement with `script`, let me know by opening an issue.
605+
The best libraries are designed to satisfy real use cases. If you have a sysadmin task which you'd like to implement with `script`, let me know by [opening an issue](https://github.com/bitfield/script/issues/new) - I'd love to hear from you.
606+
607+
If you use `script` for real work (or, for that matter, real play), I'm always very interested to hear about it. Drop me a line to [email protected] and tell me how you're using `script` and what you think of it!

0 commit comments

Comments
 (0)