{"skill":{"slug":"tee-tool","displayName":"Tee Tool","summary":"Read from stdin and write to both stdout and files. Use for saving pipe output while still displaying it on screen.","description":"---\nname: tee-tool\ndescription: Read from stdin and write to both stdout and files. Use for saving pipe output while still displaying it on screen.\n---\n# Tee - I/O Multiplexer\n\nRead standard input and write to both standard output and one or more files simultaneously. Useful for logging command output while monitoring progress.\n\n## Usage\n```bash\ncommand | tee-tool [options] <file...>\n```\n\n## Options\n\n- `-a`: Append to files instead of overwriting\n- `-i`: Ignore interrupt signals\n\n## Examples\n\n```bash\necho \"data\" | tee-tool output.txt\nls -la | tee-tool -a log.txt\nmake 2>&1 | tee-tool build.log\n```","tags":{"latest":"1.0.0"},"stats":{"comments":0,"downloads":353,"installsAllTime":13,"installsCurrent":0,"stars":0,"versions":1},"createdAt":1777999976137,"updatedAt":1778492850251},"latestVersion":{"version":"1.0.0","createdAt":1777999976137,"changelog":"Initial release","license":"MIT-0"},"metadata":null,"owner":{"handle":"dinghaibin","userId":"s170ed26v1mh4qzy7v9cnn7msx85mrn1","displayName":"BIN","image":"https://avatars.githubusercontent.com/u/9191597?v=4"},"moderation":null}