Skip to content
/ codepad Public

Personal templated environments and utilities for competitive coding

Jumbub/codepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Code Jam Code Pad

coding image

pad help

NAME
  codepad - templated environments and utilities for competitive coding

SYNOPSIS
  codepad new [template] [name]
  codepad help

OPTIONS
  [template] => defaults nodei nodeio

SEE ALSO
  Add the following alias to your shell to automatically change into the new code.

  function pad {
    local CODEPAD="$HOME/repos/codepad/codepad"

    if [ "$1" = "new" ]
    then
      cd "`$CODEPAD $@`"
    else
      $CODEPAD $@
    fi
  }

About

Personal templated environments and utilities for competitive coding

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published