#TIL #bash #git prompt 적용하기
ohyecloudy@air5 ~/project/ddiary (master) $
ohyecloudy@air5 ~/project/ddiary (master) $
지오태깅 프로그램을 찾다가 ExifTool을 알게 됐다. 기능 많네. 지오태깅 뿐만 아니라 rename, move도 지원한다.
지오태깅이 안 되는 옛날 카메라를 사용하고 있다. GPS 로그는 Moves 앱을 사용해서 기록하고 Moves Export를 사용해서 GPX 포맷으로 저장한다.
$ find / -name 'to_be_searched.file'
MSYS2 refers to the libraries and programs that use the POSIX emulation layer (“msys2 runtime”, derived from Cygwin’s cygwin1.dll). It i...
${BUILD_LOG_MULTILINE_REGEX, regex=".*error [A-Z]+[0-9]+:.*"}
$ git log -SText
set TEST_VAR=C:\test\data\test.txt set TEST_VAR=%TEST_VAR:\=/% echo %TEST_VAR%
echo ENV_1=%ENV_1%>propsfile echo ENV_2=%ENV_2%>>propsfile
C:\>FOR %A in ("C:\Users\ohyecloudy\test folder\test.txt") DO @ECHO %~dpA C:\Users\ohyecloudy\test folder\
C:\>ECHO abcd > test.txt
set /p VERSION=<version.txt
* 키로 찾던가 아님 / 커맨드로 찾던가하면 일치하는 단어가 강조된다. 다음 찾기를 할 때까지 강조가 유지된다. 지우고 싶을 때면 /adfafddsaf 처럼 일치하는 단어가 없게 마구잡이로 넣어서 강조를 지웠다.
]] sections forward or to the next ‘{’ in the first column.
$ du -h ~/.emacs.d/init.el 8.0K /Users/ohyecloudy/.emacs.d/init.el
Since Apple decided not to load 3rd party plugins, we have to make change to it. What we have to do overall is to re-codesign Xcode. This allows us to loa...
$ curl -s http://support-sp.apple.com/sp/product?cc=`system_profiler SPHardwareDataType | awk '/Serial/ {print $4}' | cut -c 9-` | sed 's|.*<...
$ git add -p <pathspec>
Start an interactive rebase with git rebase -i <commit>^, where <commit> is the commit you want to split. In fact, any commit range will ...