Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

readtags: revise feature listing ptags (including an incompatible change) #4095

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

masatake
Copy link
Member

@masatake masatake commented Oct 6, 2024

  • make -Q,--filter not work on ptags when -P,--with-pseudo-tags is specified together

    With this version, -Q,--filter option doesn't affect the pseudo tags listed
    with -P,--with-pseudo-tags option. -Q,--filter option specified wth
    -P,--with-pseudo-tags option affect only regular tags.

    To extract speicifed pseudo tags, use -Q,--filter option with
    -D,--list-pseudo action.

  • make formatter work with -D,--list-pseudo-tags option

    An example extracting the value of !_TAG_PROC_CWD:

       $ ./readtags -t podman.tags -Q '(#/.*CWD.*/ $name)' -F '(list $input #t)' -D
       /home/yamato/var/ctags-github/
    

NOTE: the changes should not have a negative impact on Citre.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant