Debian Code Search
Accepted Feature requests
Please see http://codesearch.debian.net/contact for sending new feature requests.
- Aggregated results (list of packages that contain matches)
This is actually hard because it involves looking into a lot more files than DCS currently does, thus taking much more time for presenting a result page.
- filename (and absolute path) regular expression filtering
- negative keyword matching (e.g. "-package:sudo")
filetype keyword
The filetype keyword filters by programming language. The following values are currently implemented:
c: .c, .h
c++: .cpp, .cxx, .hpp, .hxx, .h, .c
perl: .pl, .pm, .t
python: .py
go (or golang): .go
java: .java
ruby: .rb
shell: .sh, .bash, .zsh
