This website works better with JavaScript.
Explore
Help
Sign In
neingeist
/
dirty-helpers
Watch
1
Star
0
Fork
You've already forked dirty-helpers
0
Code
Issues
1
Pull Requests
Releases
Wiki
Activity
c3278c5fcb
dirty-helpers
/
XXX
4 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add XXX: List XXXs, FIXMEs and TODOs in files
8 years ago
#!/bin/sh
# List XXXs, FIXMEs and TODOs in files
XXX: Allow user-supplied ag options
7 years ago
ag '^(?!.*mktemp).*XXX|FIXME|TODO' "$@"