Metadata-Version: 2.1
Name: clippets
Version: 0.3.0
Summary: UI to build up clipboard content from (rich) text snippets.
Author-email: Paul Ollis <paul@cleversheep.org>
Project-URL: Homepage, https://github.com/paul-ollis/clippets
Project-URL: Bug Tracker, https://github.com/paul-ollis/clippets/issues
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Environment :: Console
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: markdown
Requires-Dist: markdown-strings
Requires-Dist: textual

# Clippets

A terminal based tool to quickly combine (rich) text snippets into the
clipboard.

https://github.com/paul-ollis/snippets/assets/6062510/acc93396-c7b8-429f-825e-cfd940959760

This is a *beta* software. I believe that it is useful and usable in its current
form:

- It performs its basic function and provides a user interface that is good
  enough to support productive use.
- It has a fairly comprehensive test suite.
- I hope that crashes should be rare (backup files are maintained to minimise
  the impact).

However:

- It still needs more tests.
- There are areas of mouse and keyboard support that beg improvement.
- Some desirable features are obviously missing, such as:

  - There is no proper documentation beyound the built-in help.
  - It does not yet work on MacOS.
