narkisr / genericsfaction
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
de677bd
genericsfaction / cljtags
| name | age | message | |
|---|---|---|---|
| .. | |||
| |
.hg_archival.txt | ||
| |
LICENSE.txt | ||
| |
README.txt | ||
| |
src/ |
cljtags/README.txt
__________________
_________ /_____(_)_ /______ _______ ________
_ ___/_ /_____ /_ __/ __ `/_ __ `/_ ___/
/ /__ _ / ____ / / /_ / /_/ /_ /_/ /_(__ )
\___/ /_/ ___ / \__/ \__,_/ _\__, / /____/
/___/ /____/
ClojureTags is program to generate a tags suitable for vim from the Vars in a
given namespace. It simply walks the list and extracts the file locations from
the meta data.
Invoke as:
java -cp <your-cp-here> de.kotka.cljtags --output tags --prefix src name.space.one ...
-- Meikel Brandmeyer, <mb@kotka.de>
Frankfurt am Main, 2008

