Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add experimental clipboard feature #89

Merged
merged 4 commits into from
Jul 7, 2023
Merged

Commits on Jul 7, 2023

  1. Fix indentation inconsistencies

    Fix indentation inconsistencies.
    HeavyWombat committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    3d3e546 View commit details
    Browse the repository at this point in the history
  2. Use go run for Ginkgo

    Use `go run` for Ginkgo.
    HeavyWombat committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e2a1efd View commit details
    Browse the repository at this point in the history
  3. Clean-up existing code

    Add empty lines for readability.
    
    Simplify commands.
    
    Add comments.
    HeavyWombat committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    ef1a2de View commit details
    Browse the repository at this point in the history
  4. Introduce --clipboard on macOS

    Refactor scaffold to use `io.Writer` as its main target.
    
    Refactor command code to allow for optional clipboard flag.
    
    Introduce macOS specific code for copy to clipboard.
    HeavyWombat committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    63a589b View commit details
    Browse the repository at this point in the history