supitsdu / clipper

Seamlessly copy file contents to clipboard from command line. Lightweight, cross-platform tool for instant text transfers.
MIT License
3 stars 3 forks source link

Refactor Package Name for Clarity (from main to clipper or clipboardtool) #24

Closed supitsdu closed 2 months ago

supitsdu commented 2 months ago

The current package name (main) is generic and doesn't reflect the purpose of clipper. Renaming it to something more descriptive, like clipper or clipboardtool, would enhance code organization and make the project's structure more intuitive.

Tasks:

  1. Rename the main package to either clipper or clipboardtool.
  2. Update any references to the package in import statements and documentation.
supitsdu commented 2 months ago

Hey everyone,

Just a quick update on the refactoring work in progress. I was able to dedicate some of my free time to make headway on this project.

Summary of Changes:

I'm currently working on updating the unit tests to reflect these changes. Once those are finalized, I'll submit a pull request for review.

Feel free to take a peek at the changes and share any feedback or suggestions you might have. Contributions are always appreciated!