Skip to content

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.

Notifications You must be signed in to change notification settings

oguzhan18/clipboard_tracker

Repository files navigation

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:

    git clone  https://github.com/oguzhan18/clipboard_tracker.git
    cd clipboard_tracker
  2. Install dependencies:

    flutter pub get
  3. Run the app:

    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 file for details.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published