An open API service indexing awesome lists of open source software.

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.

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.