説明なし

isundil 48da667fff the basics 7 年 前
.gitignore 48da667fff the basics 7 年 前
LICENSE 48da667fff the basics 7 年 前
Makefile 48da667fff the basics 7 年 前
README.md 48da667fff the basics 7 年 前
appContext.cpp 48da667fff the basics 7 年 前
appContext.hpp 48da667fff the basics 7 年 前
exception.cpp 48da667fff the basics 7 年 前
exception.hpp 48da667fff the basics 7 年 前
history.cpp 48da667fff the basics 7 年 前
history.hpp 48da667fff the basics 7 年 前
main.cpp 48da667fff the basics 7 年 前

README.md

install

function cd(){
    CD_ARGS=`/path/to/cd "$@"`
    if [[ $CD_ARGS != "" ]]; then builtin cd $CD_ARGS; fi
}
trap "rm `/home/isundil/storage/projects/cd/cd --gethistfile` -f" EXIT