Code clean-up and refactoring.
[tee-win32.git] / README.md
blob0e53504bbada50de73d0e1c1f3d23367ea27ac10
1 # tee for Windows
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>
8 ## Usage
10 ```
11 tee for Windows
13 Copy standard input to output file(s), and also to standard output.
15 Usage:
16   gizmo.exe [...] | tee.exe [options] <file_1> ... <file_n>
18 Options:
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
23 ```
25 ## Implementation
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.
35 ## License
37 Copyright (c) 2023 “dEajL3kA” &lt;Cumpoing79@web.de&gt;  
38 This work has been released under the MIT license. See [LICENSE.txt](LICENSE.txt) for details!
40 ### Acknowledgement
42 Using [T-junction icons](https://www.flaticon.com/free-icons/t-junction) created by Smashicons &ndash; Flaticon.