3 A simple [**`tee`**](https://en.wikipedia.org/wiki/Tee_(command)) implementation for Microsoft Windows.
5 ![tee](etc/images/tee.png)
6 <small>(image created by [Sven](https://commons.wikimedia.org/wiki/User:Sven), CC BY-SA 4.0)</small>
13 Copy standard input to output file(s), and also to standard output.
16 gizmo.exe [...] | tee.exe [options] <file_1> ... <file_n>
19 -a --append Append to the existing file, instead of truncating
20 -f --flush Flush output file after each write operation
21 -i --ignore Ignore the interrupt signal (SIGINT), e.g. CTRL+C
22 -d --delay Add a small delay after each read operation
27 This is a "native" implementation of the **`tee`** command that builds directly on top of the Win32 API.
29 It uses multi-threaded processing and double buffering for maximum throughput.
31 ## System Requirements
33 This application requires Windows Vista or later. All 32-Bit and 64-Bit editions, including ARM64, are supported.
37 Copyright (c) 2023 “dEajL3kA” <Cumpoing79@web.de>
38 This work has been released under the MIT license. See [LICENSE.txt](LICENSE.txt) for details!
42 Using [T-junction icons](https://www.flaticon.com/free-icons/t-junction) created by Smashicons – Flaticon.