Metadata-Version: 2.2
Name: clipdump
Version: 1.0.2
Summary: A simple CLI tool to save and append clipboard contents.
Home-page: https://github.com/yourusername/clipdump
Author: Backspace Studios
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pyperclip
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# Clipdump v1.0.2

Clipdump is a CLI based Python package for convenience and utility.
It allows you to easily save clipboard contents for quick note making.
With it's simple command structure, it is very easy to implement into your workflow.
--------------------------------------------------------------------------------------

### Features

- Save clipboard text to new, timestamped text file
- Remove trailing whitespace from clipboard contents
- Append clipboard contents to an existing file
- Easy to understand help menu with all usage and commands (`clipdump --help`)

----------------------------------------------------------------------------------------

### Commands

- `clipdump -a`: save clipboard contents to new timestamped file in C:\\users\\<username>\\Documemnt\\Clipdump
- `clipdump --append <.txt file>`: append clipboard contents to specified existing file
- `clipdump --s`: remove trailing whitespace from clipboard contents
- `clipdump --help`: display a help menu with all definitions and commands


Created by Lachy
github.com/backspace-studios
