citre icon indicating copy to clipboard operation
citre copied to clipboard

A superior code reading & auto-completion tool with pluggable backends.

Results 32 citre issues
Sort by recently updated
recently updated
newest added

Sorter expressions in readtags could do simple sorting, and we could use the Emacs built-in `sort` to further sort it using any compare function. `sort` is stable so it won't...

I'm working on this topic. It's a complicated one, and I feel it's better to implement basic things for v0.1, and explore further possibilities later (inputs from our users will...

In my experience, listing input file names is quite useful. I wonder why citre filters them out by default. ``` diff --git a/citre-util.el b/citre-util.el index 556539a..dd1a6f5 100644 --- a/citre-util.el +++...

Emacs version: GNU Emacs 29.1 (build 1, x86_64-pc-linux-gnu, X toolkit, cairo version 1.18.0, Xaw3d scroll bars) Reproduction: - `emacs -Q` - evaluate the following ```elisp (require 'package) (add-to-list 'package-archives '("melpa"...

global supports updating tags for a single file. we can add this function which might be used in after-save-hook.

It is easy to fail with timeout value `1s` when using tramp with a jump host. So we add timeout variable to make it customizable.

If find GNU Emacs ctags on PATH, citre-global-dbpath will not terminate

For now, citre stores ctags command line in the tags file itself (using a `CITRE_CMD` pseudo tag), and parses it when updating the tags file. This: - is very, very...

peed window display problem when display-line-numbers-mode turn on, in both gui and tui gui: ![图片](https://github.com/universal-ctags/citre/assets/140656/16cffe04-f23b-407e-a65a-d6996893624a) in terminal: ![图片](https://github.com/universal-ctags/citre/assets/140656/95e5dc28-ad36-4cf8-b2b7-3f3bc5b22846)