Skip to content
lukeu edited this page Feb 22, 2017 · 5 revisions

TracInstant - A desktop app to search, sort and preview Trac tickets in real-time.

Quick start

Download the Latest release, which is a self-contained executable that you can put anywhere.

To run:

  • On Windows: Optionally create a shortcut (drag it onto your start menu). Or just double-click the file.
  • On Linux: execute via java, using:
javaw -jar TracInstant.exe &

Requires Java JRE 8 or greater to be installed on your system.

Usage

Basic usage should be self-explanatory: fire it up, enter the URL to a Trac server, start searching.

Text searches include all visible fields and the main description (but not comments). See the tooltip of the search field for tips to refine your queries.

Data is cached locally so that subsequent runs launch quickly, and to avoid overloading Trac servers. It then updates incrementally (each time the window gets focus). It operates 100% via the web interface.

Developers

Information about building and running from source, hacking & contributing can be found on this project's [home page] (https://github.com/lukeu/TracInstant)

Clone this wiki locally