🖇️ Persistent clipboard with fuzzy search built using NextJS with Tauri
Explore the docs »
Report Bug
·
Request Feature
Table of Contents
Next was preferred cause it's popular and Tauri cause it's fast 🦀
Follow the steps below to setup a local development environment
- Clone the repo
git clone https://github.com/AshminJayson/zfetch
- Move to repo directory
cd zfetch
- Install the npm packages
npm install
- Run the development server
npm run tauri dev
- Download and run the installer from https://github.com/AshminJayson/zfetch/releases
- To get quick access pin the app to your taskbar and then use win + position[1,2,3] on taskbar to quick launch it. ( I'll be working a proper hotkey later )
- Add whatever data in the form of key - value pairs.
- Search for those, selected fields automatically get copied to your clipboard ( I'm be checking if this is really is better than having to press enter after making a selection ).
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
Ashmin Jayson - @JaysonAshmin - [email protected]
Project Link: https://github.com/AshminJayson/zfetch