3 releases
Uses old Rust 2015
0.0.3 | Jan 1, 2016 |
---|---|
0.0.2 | Dec 11, 2015 |
0.0.1 | Dec 11, 2015 |
#3 in #incrementally
18KB
279 lines
retag.rs
retag
is commandline tool and shell plugin that watches for file changes in a directory and incrementally rebuilds your ctags file for the files which have changed.
Installation
To use this tool, Exuberant Ctags must be installed and working.
You can install retag
via cargo install retag
, or as a ZSH plugin.
Usage
To have retag
automatically watch your Git projects when you CD into them, you can install this repository as a ZSH plugin.
Otherwise, you can run it from the command line. Use retag --help
for more information.
(The ZSH functionality currently requires start-stop-daemon
for creating PIDfiles and daemonization. I'm planning to add support for that directly in the Rust code eventually, to remove the need for start-stop-daemon
and improve Windows support)
Contributing
PRs adding support for other shells are highly welcome!
Dependencies
~6.5MB
~127K SLoC