diff --git a/README.md b/README.md new file mode 100644 index 0000000..768328d --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# Clipboard Watcher + +> Watch the clipboard and capture text. + +--- + +## Features + +- Watch the clipboard (for text) + +## Screenshots + +[![screenshot](wiki/screenshot-1-h240.png)](wiki/screenshot-1.png) + +--- + +## Releases & Builds + +See [Releases](/Ray/clipboard-watcher/releases) + +## Acknowledgements + +This software uses a number of dependencies and assets from third-parties. +These developers and artists deserve due credit for their work and for their commitment to sharing their work freely. +Each product is released under their own particular license, for more information please visit their websites. + +- [Feather - Simply Beautiful Open Source Icons](https://feathericons.com/) + +## License + +All software on this website is provided "as is" without warranty of any kind, either express or implied. +The use of this software, in particular, is done solely at your own risk; with agreement that the original author is not liable for any damage (subsequently incurred) of any kind. \ No newline at end of file diff --git a/.gitignore b/source/.gitignore similarity index 100% rename from .gitignore rename to source/.gitignore diff --git a/AppResource.Designer.cs b/source/AppResource.Designer.cs similarity index 100% rename from AppResource.Designer.cs rename to source/AppResource.Designer.cs diff --git a/AppResource.resx b/source/AppResource.resx similarity index 100% rename from AppResource.resx rename to source/AppResource.resx diff --git a/ClipboardWatcher.csproj b/source/ClipboardWatcher.csproj similarity index 100% rename from ClipboardWatcher.csproj rename to source/ClipboardWatcher.csproj diff --git a/MainForm.Designer.cs b/source/MainForm.Designer.cs similarity index 100% rename from MainForm.Designer.cs rename to source/MainForm.Designer.cs diff --git a/MainForm.cs b/source/MainForm.cs similarity index 100% rename from MainForm.cs rename to source/MainForm.cs diff --git a/MainForm.resx b/source/MainForm.resx similarity index 100% rename from MainForm.resx rename to source/MainForm.resx diff --git a/Program.cs b/source/Program.cs similarity index 100% rename from Program.cs rename to source/Program.cs diff --git a/Resources/icon-64.png b/source/Resources/icon-64.png similarity index 100% rename from Resources/icon-64.png rename to source/Resources/icon-64.png diff --git a/build.bat b/source/build.bat similarity index 100% rename from build.bat rename to source/build.bat diff --git a/favicon.ico b/source/favicon.ico similarity index 100% rename from favicon.ico rename to source/favicon.ico diff --git a/skye.sln b/source/skye.sln similarity index 100% rename from skye.sln rename to source/skye.sln diff --git a/wiki/screenshot-1-h240.png b/wiki/screenshot-1-h240.png new file mode 100644 index 0000000..dccec76 Binary files /dev/null and b/wiki/screenshot-1-h240.png differ diff --git a/wiki/screenshot-1.png b/wiki/screenshot-1.png new file mode 100644 index 0000000..c086c70 Binary files /dev/null and b/wiki/screenshot-1.png differ