Skip to content
View ernstki's full-sized avatar

Sponsoring

@alexander0042
Block or Report

Block or report ernstki

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. Bash programmable completion example... Bash programmable completion example for "cuddled" options + arguments
    1
    ## Bash programmable completion for <code>-n<em>value</em></code> / <code>-\-name=<em>value</em></code> options
    2
    
                  
    3
    I was reading [an old debian-administration.org post][debadm] about
    4
    [Bash programmable completion][pcomp], and I had the same question as this
    5
    person:
  2. fawk: a Bash shell function to save ... fawk: a Bash shell function to save your fingers from typing awk '{ print $x }' all the time
    1
    #!/bin/bash
    2
    ##############################################################################
    3
    ##                                                                          ##
    4
    ##             fawk! - a shortcut for `awk '{ print $x }'`                  ##
    5
    ##             (also an expression of extreme frustration)                  ##
  3. Create dropshadowed thumbnails with ... Create dropshadowed thumbnails with a simple command
    1
    # thumb - a command-line thumbnailer &amp; drop-shadower
    2
    
                  
    3
    Quickly generate drop-shadowed thumbnails from the command line using
    4
    ImageMagick's [`convert`][convert], optionally specifying a maximum geometry
    5
    for either (or both) dimensions.
  4. markin markin Public

    Easily interpolate shell script output (e.g., 'yourcommand --help') into Markdown files

    Awk 2