Skip to content

youngker/clj-opengrok

Repository files navigation

clj-opengrok

Command Line Interface for OpenGrok

Requirements

  • Java
  • Exuberant Ctags

Installation

$ cp clj-opengrok /usr/local/bin
                or
$ copy clj-opengrok.bat C:\path\to\bin

Usage

Indexing

$ clj-opengrok index -s /path/to/project -e

Searching

$ clj-opengrok search -R /path/to/project/.opengrok/configuration.xml -f text

Building

  • Executable jar
$ ./build
$ cp clj-opengrok /usr/local/bin
                or
$ copy clj-opengrok.bat C:\path\to\bin

License

Copyright (C) 2023 Youngjoo Lee

Author: Youngjoo Lee youngker@gmail.com

Distributed under the Eclipse Public License, the same as Clojure.