fast-tags: Fast incremental vi and emacs tags.

[ bsd3, development, haskell, library, program ] [ Propose Tags ]

Yet another tags program. Like hasktags, it uses its own parser rather than haskell-src or haskell-src-exts, so it's fast. It understands hsc and literate haskell.

In addition, it will load an existing tags file and merge generated tags.

The intent is to bind it to vim's BufWrite autocommand to automatically keep the tags file up to date. This only works for files changed by the editor of course, so you may want to bind 'rm tags' to a pull posthook.

Limitations:

  • Not using a real haskell parser means there is likely to be dark corners that don't parse right.

  • Code has to be indented "properly", so brace and semicolon style with strange dedents will probably confuse it.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
fast

Spend more time optimizing a program (may yield up to 25% speedup)

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 1.0, 1.0.1, 1.1.0, 1.1.1, 1.2, 1.2.1, 1.3, 1.4, 1.4.1, 1.4.2, 1.5.0, 2.0.0, 2.0.1, 2.0.2
Change log changelog.md
Dependencies array, async, base (>=3 && <4.16), bytestring, containers, cpphs (>1.18), deepseq, directory, fast-tags, filepath, mtl (>=2.1), text (<0.11.1.12 || >0.11.1.12), utf8-string [details]
License BSD-3-Clause
Author Evan Laforge
Maintainer Evan Laforge <qdunkan@gmail.com>
Revised Revision 2 made by AndreasAbel at 2022-06-27T12:13:30Z
Category Haskell, Development
Home page https://github.com/elaforge/fast-tags
Source repo head: git clone git://github.com/elaforge/fast-tags.git
Uploaded by EvanLaforge at 2017-02-02T16:40:55Z
Distributions NixOS:2.0.2
Reverse Dependencies 1 direct, 0 indirect [details]
Executables fast-tags
Downloads 13980 total (68 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-02-02 [all 1 reports]

Readme for fast-tags-1.3

[back to package description]
See vimrc for an example of how to keep the tags file up to date
automatically.