Metadata-Version: 2.4
Name: tee-no-clobber
Version: 1.0.0
Summary: A version of the tee command line utility which does not write over files that exist
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/tee-no-clobber
Project-URL: Repository, https://github.com/yourusername/tee-no-clobber
Project-URL: Bug Tracker, https://github.com/yourusername/tee-no-clobber/issues
Keywords: tee,no-clobber,command-line,unix,utility
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: System :: Systems Administration
Classifier: Topic :: Utilities
Requires-Python: >=3.7
Description-Content-Type: text/markdown

# tee-no-clobber
A version of the tee command line utility which does not write over files that exist

## Alternatives and motivation
Shells can have no clobber options. But I prefer the power of clobbering files, untl I don't want it.

## Installation
pipx install tee-no-clobbler

## Usage
Write to hello into file if it does not exist.

echo hello | teenc file
