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
}
-
Couldn't load subscription status.
- Fork 0
Jumbub/codepad
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Personal templated environments and utilities for competitive coding
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
