Table of Contents
Clipster is a simple lightweight clipboard management app for programmers, students or anyone that likes a clipboard history. This also serves as an example of swiftUI implementation as I learn it moving from storyboarding. Just a small project I started working on because I wanted to have something small and simple.
Xcode and swiftUI
In order to use Clipster, you will have to follow some simple steps.
- Go to the releases tab.
- Download the lastest release app file.
- Once downloaded, drag and drop the app into your Applications Folder.
- Apple will provide you with a warning for downloading an unsiged application, dismiss it and go to preferences.
- In preferences go to Security and Privacy.
- Click on "Open Anyway"
Once the app is running, simply copy anything you want, and clipster will keep a history for you. To recover something you copied, simply click on the item you would like to put back into your pasteboard.
***For more examples, please refer to the Documentation
- User defined preview length (Just not updating unless on next open)
- Change how the clipboard updates and triggers events, rather than just check it on a timer
- User defined commands for pasting strings by using cmd + 1, cmd + 2 etc
- Handle images, videos, ect
- Major UI Overhaul
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Ethan Jamieson - @eefernet - ethan@eefernet.com
Project Link: https://github.com/TacoCatDev/Clipster