Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bytesbyharsh/multicopypaste
Simple Application to store multiple data.
https://github.com/bytesbyharsh/multicopypaste
Last synced: 29 days ago
JSON representation
Simple Application to store multiple data.
- Host: GitHub
- URL: https://github.com/bytesbyharsh/multicopypaste
- Owner: bytesByHarsh
- License: gpl-3.0
- Created: 2021-08-18T12:21:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-21T18:42:30.000Z (5 months ago)
- Last Synced: 2024-07-21T20:31:39.431Z (5 months ago)
- Language: C++
- Homepage: http://www.harshmittal.com/blog/Qt/multiCopyPaste
- Size: 367 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multi Copy Paste
Tired of copying and pasting the text over and over? Use this software to save all the text data and access it anytime with a click of a button. You can also organize your data in different tabs. All the data can be stored on JSON format and can be accessed again once you restart the software.
MultiCopyPaste is developed using Qt, thus it will run on every operating system where Qt is supported.
## Features
- Paste any text data with different formating styles (Single Click)
- Copy data from text window (Single Click)
- Create multiple cells for different data
- Create multiple tabs for segregating data
- Rename cell/tab
- Save all info in JSON format
- Load all data from JSON file**Note:** Double click on tab name to change it
## Demo
Initial home window:
File Menu:
Sample Application:
### Shortcuts
- CNTRL + S : Save All data in JSON format
- CNTRL + O : Open data from JSON format
- CNTRL + H : About Me