Skip to content
View pulimento's full-sized avatar

Organizations

@openkratio
Block or Report

Block or report pulimento

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
pulimento/README.md

Hi! 👋

I'm Javi.

Currently Mobile Team Lead at Plain Concepts, surrounded by amazing people.

Have a look at my repos! 👇

Pinned

  1. TagListView-ObjC TagListView-ObjC Public

    Simple but highly customizable iOS tag list view, in Objective-C.

    Objective-C 55 23

  2. TTGO-T-Display-esphome-sample TTGO-T-Display-esphome-sample Public

    ESPHome template to show HomeAssistant sensor data in a TTGO T-Display

    53 6

  3. WinRemoteControl WinRemoteControl Public

    Control your PC remotely, using MQTT and a ZigBee device

    Inno Setup 8 4

  4. github-action-hugo-deploy-to-firebase github-action-hugo-deploy-to-firebase Public

    GitHub action to build a Hugo site and deploy it to Firebase Hosting

    Shell 11 8

  5. Colorize PowerShell's adb output Colorize PowerShell's adb output
    1
    # Change execution policy: Set-ExecutionPolicy -Scope Process Unrestricted
    2
    # Run this script, and then 'adb logcat | color-logcat'
    3
    
                  
    4
    Function global:color-logcat {
    5
      Process {
  6. Install an APK to multiple devices Install an APK to multiple devices
    1
    write-host ('### Multiple devices installer ###') -foreground "Green"
    2
    
                  
    3
    $package_name = '<insert_your_package_name_here>'
    4
    
                  
    5
    # Search for apk to install