Skip to content
View lukepistrol's full-sized avatar

Organizations

@CodeEditApp
Block or Report

Block or report lukepistrol

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
lukepistrol/README.md

Hey there ๐Ÿ‘‹

struct Developer {
  let name = "Lukas Pistrol"
  let pronouns = "he/him/his"
  let age = 27
  let role = "iOS & macOS Developer"
  let location = "Vienna ๐Ÿ‡ฆ๐Ÿ‡น"
  let languages = ["de_DE", "en_US"]
  let skills = ["Swift", "Kotlin", "JavaScript", "Python"]
  
  func sayHi() {
    print("Hey, thanks for dropping by, feel free to have a look at my work!")
  }
}

let me = Developer()
me.sayHi()

Highlights

  • TimeMachineStatus A little menu bar application for macOS which aims to show more useful information than the system default.
  • TaskTrigger Attach async tasks to SwiftUI views using a trigger mechanism.
  • SFSymbolsMacro A Swift Macro for "type-safe" SF Symbols
  • SwiftLintPlugin A SPM Plugin for SwiftLint.
  • Pexels-Swift Pexels API client library for the Swift programming language.
  • CodeEdit A native open-source IDE for macOS.

Links

Buy Me A Coffee

Pinned

  1. TimeMachineStatus TimeMachineStatus Public

    TimeMachineStatus is a little menu bar application for macOS which aims to show more useful information than the system default.

    Swift 212 4

  2. TaskTrigger TaskTrigger Public

    Attach async tasks to SwiftUI views using a trigger mechanism.

    Swift 17

  3. SFSymbolsMacro SFSymbolsMacro Public

    A Swift Macro for "type-safe" SF Symbols.

    Swift 176 2

  4. SwiftLintPlugin SwiftLintPlugin Public

    A Swift Package Plugin for SwiftLint

    Swift 122 24

  5. Pexels-Swift Pexels-Swift Public

    Pexels API client library for the Swift programming language.

    Swift 11 2

  6. MasonryStack MasonryStack Public

    A Pinterest like layout in SwiftUI (horizontal & vertical).

    Swift 126 3