ejbills / DockDoor

Window peeking for macOS
MIT License
294 stars 8 forks source link

DockDoor

Want to support development? Buy me a coffee here, thank you!

DockDoor is a macOS application developed with Swift and SwiftUI that allows users to manage and interact with application windows on their desktop. It emphasizes ease of use and seamless integration with the macOS environment. This project is open-source, inviting contributions from developers to enhance its functionality and user experience.

Download the latest release here.

Usage

FAQ

Installation (for contributors)

Prerequisites

Setting Up the Project

  1. Fork the repository.
  2. Clone your forked repository to your local machine.
  3. Open the project in Xcode.
  4. Build and run the project.

How to Contribute

Contributions to DockDoor are welcome! Here’s how you can get started:

Prerequisites

Contribution Guide

  1. Branching:
    • Base all new features off of main.
    • Create a new branch for each feature or bug fix: git checkout -b feature/your-feature-name.
  2. Coding Standards:
    • Follow Swift coding conventions and style guidelines.
    • Aim for clear, concise, and expressive code.
  3. Documentation:
    • Document your code using comments to explain complex logic or functionality.
  4. Testing:
    • Write unit tests for new features or changes.
    • Ensure existing tests pass before submitting a pull request.