Skip to content
View mikez's full-sized avatar
Block or Report

Block or report mikez

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

Pinned

  1. spotify-folders spotify-folders Public

    Get your Spotify folder hierarchy with playlists into JSON.

    Python 57 6

  2. emlx emlx Public

    The leightweight parser for emlx files.

    Python 15 2

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

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

    Python 109 15

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

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

    Python 2

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

    Jupyter Notebook 1

  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"