Skip to content
View Sh-ui's full-sized avatar

Block or report Sh-ui

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 Loading

  1. MisterLister MisterLister Public

    minimalist table editor that formats and prints lists from specifically structured filenames

    Python

  2. PackWeasel: Python Application CLU f... PackWeasel: Python Application CLU for Keeping Work Easily Assembled & Swiftly Exported Later
    1
    #!/usr/bin/env python3
    2
    """
    3
    PackWeasel: Python Application CLU for Keeping Work Easily Assembled & Swiftly Exported Later
    4
    5
    Usage:
  3. My terminal config with hyper termin... My terminal config with hyper terminal oh-my-zsh, and antibody with static loading
    1
    # Customizing my Terminal
    2
    
                  
    3
    <img width="780" alt="terminal_screenshot" src="https://user-images.githubusercontent.com/27504149/54656353-a7f8d680-4a9b-11e9-878e-2693784abfb3.png">
    4
    
                  
    5
    I didn't know anything about shell scripts before I started working on this. I originally downloaded [hyper.js](https://hyper.is) and followed the setup guide for [spaceship prompt](https://github.com/denysdovhan/spaceship-prompt) without knowing why I use doing most of what I was doing. 
  4. small tool to compile python to an e... small tool to compile python to an exec file
    1
    """
    2
    (PYCX) PYthon to Cython to eXec, a unix command line util
    3
    Usage:
    4
      pycx FILES... [-o DIR --verbose --delete --run]
    5
      pycx --help