-
Notifications
You must be signed in to change notification settings - Fork 3
/
ChangeLog
24 lines (17 loc) · 910 Bytes
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
2020-06-27 Kirill Pavlov <k@p99.io>
* Use "tt" prefix instead of "t" to align script names with correcponding coreutils.
* Rename tawk -> ttmap and tgrp -> ttreduce to reflect what these tools are doing.
* Refactor file header parsing, allows delimiters other than tab.
* Remove "dist/" from the source code. Generate scripts on CI server as artifacts.
* Handle SIGPIPE, this fixes "head" usage after tabtools.
2017-10-16 Kirill Pavlov <k@p99.io>
* Fix file list for stream and regular files.
* Add autoheader and custom header options.
* Add stream filtering options via -f key.
* Add ouptut existing columns via -a key.
* Allow mawk/gawk detection in the runtime.
* Documentation update
2015-05-18 Kirill Pavlov <kirill.pavlov@phystech.edu>
* Add tail function. Head is not required, it is available by default.
2015-05-16 Kirill Pavlov <kirill.pavlov@phystech.edu>
* 0.3.1 Add tplot