These are Modules I have created over time. If you would like to contribute please feel free to Fork. If you have any issues please reach out.
- Only fork the dev branch.
- Pull requests to master will not be considered.
- Include comments on your code.
- Keep comments up to date.
- Create issues for any code corrections on the dev branch, fork then pull.
- Use Allman Style indentation or very similar for code style.
- Ask questions.
This Module allows for basic malnipulation of the windows clipboard.
It supports:
- Setting the clipboard text
- Getting the clipboard text
- Adding files to the clipboard
- Getting a list of files in the clipboard.
- Clearing the clipboard.
This module can be used for replicating a folder structure including the files without actually copying the data. This can be usefull for generating test folder and test structures while scripts or if you need to copy a folder structure multiple times.
It supports:
- Copying only directory structures
- Copying directory structures with files, including some file metadata.