Skip to content
View mikez's full-sized avatar

Block or report mikez

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. spotify-folders spotify-folders Public

    Get your Spotify folder hierarchy with playlists into JSON.

    Python 64 6

  2. emlx emlx Public

    The leightweight parser for emlx files.

    Python 29 3

  3. thingsapi/things.py thingsapi/things.py Public

    A simple Python 3 library to read your Things app data.

    Python 180 22

  4. sublime-custom-formatter sublime-custom-formatter Public

    Sublime Package. Format code upon save with a custom shell command.

    Python 3

  5. pyberlin-codeslam-2019 pyberlin-codeslam-2019 Public

    Jupyter Notebook 2

  6. Close all apps except the frontmost ... Close all apps except the frontmost visible one. macOS only.
    1
    #!/bin/bash
    2
     
    3
    # get frontmost app
    4
    frontmost_app=$(osascript -e '
    5
     tell application "System Events"