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

Block or report vherolf

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. alias for virtual env alias for virtual env
    1
    # add to .zshrc or .bashrc
    2
    
                  
    3
    alias vnv='python3 -m venv venv --prompt . && source ./venv/bin/activate && pip install -U pip setuptools wheel pip-tootls &> /dev/null'
    4
    alias ae="source ./venv/bin/activate"
    5
    alias req="pip install -r requirements.txt"
  2. discover-switchport discover-switchport Public

    cisco cdp parser for remote switches in pure python

    Python

  3. ffmpeg-helper-tools ffmpeg-helper-tools Public

    python scripts for ffmpeg batch jobs

    Python

  4. serial-tui serial-tui Public

    serial console tui for reading and writing

    Python

  5. ansible2ssh ansible2ssh Public

    reads ansible inventories (can be dynamic) and generates the ssh config

    Python

  6. mqtt-tui mqtt-tui Public

    MQTT tui with textualize and aiomqtt

    Python