About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
mugyu
7/28/2014 - 9:23 AM
share
Share
add_circle_outline
Save
ソースコードからアノテーションっぽい文字列をgrepする
ソースコードからアノテーションっぽい文字列をgrepする
annotations_grep.mkd
content_copy
file_download
Rendered
Source
アノテーションっぽい文字列をgrep
jvgrep -i "\b(TODO|FIXME|OPTIMIZE|HACK|REVIEW)\b" **/*
clear