https://github.com/oguzhan18/clipboard_tracker
Clipboard Tracker is a Flutter application that helps you keep track of your clipboard history. Whenever you copy text, it gets logged into the app with a timestamp, allowing you to view and manage your clipboard history efficiently.
https://github.com/oguzhan18/clipboard_tracker
clipboard clipboard-tracker flutter mac-app swift
Last synced: about 1 year ago
JSON representation
Clipboard Tracker is a Flutter application that helps you keep track of your clipboard history. Whenever you copy text, it gets logged into the app with a timestamp, allowing you to view and manage your clipboard history efficiently.
- Host: GitHub
- URL: https://github.com/oguzhan18/clipboard_tracker
- Owner: oguzhan18
- Created: 2024-07-08T17:43:36.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-11T11:53:11.000Z (almost 2 years ago)
- Last Synced: 2024-08-23T22:15:00.098Z (almost 2 years ago)
- Topics: clipboard, clipboard-tracker, flutter, mac-app, swift
- Language: C++
- Homepage:
- Size: 940 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Clipboard Tracker

## Overview
**Clipboard Tracker** is a Flutter application that helps you keep track of your clipboard history. Whenever you copy text, it gets logged into the app with a timestamp, allowing you to view and manage your clipboard history efficiently.
## Features
- **Clipboard History Logging**: Automatically logs copied text with the date and time.
- **Persistent Storage**: Clipboard history is saved locally and persists across app restarts.
- **Copy Back to Clipboard**: Easily copy previously copied text back to the clipboard with a single click.
- **User-Friendly Interface**: Modern, clean, and responsive design for an optimal user experience.
## Screenshots


## Installation
1. **Clone the repository**:
```bash
git clone https://github.com/oguzhan18/clipboard_tracker.git
cd clipboard_tracker
```
2. **Install dependencies**:
```bash
flutter pub get
```
3. **Run the app**:
```bash
flutter run -d macos
```
## How to Use
1. **Copy Text**: Use your system's copy function (Cmd+C) to copy text.
2. **View Clipboard History**: Open the Clipboard Tracker app to see your clipboard history logged with timestamps.
3. **Copy from History**: Click the copy icon next to any entry in the history to copy it back to the clipboard.
## Contributing
Contributions are welcome! Please fork the repository and create a pull request with your changes. Ensure your code follows the project's coding standards and include relevant tests.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.