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

shell completion rule #1168

Open
masatake opened this issue Oct 15, 2016 · 2 comments · May be fixed by #3504
Open

shell completion rule #1168

masatake opened this issue Oct 15, 2016 · 2 comments · May be fixed by #3504

Comments

@masatake
Copy link
Member

Write completion rules for bash and/or zsh.
It is important to evaluate the design of ctags command line interface. Especially about the name of option.

I will write for bash as part of #1166.

@masatake
Copy link
Member Author

A simple rule works.

[yamato@x201 ctags-github]$ ctags --kinds-_
--kinds-Ant=         --kinds-DosBatch=    --kinds-MatLab=      --kinds-SML=
--kinds-Asm=         --kinds-Eiffel=      --kinds-OCaml=       --kinds-SQL=
--kinds-Asp=         --kinds-Erlang=      --kinds-Pascal=      --kinds-Tcl=
--kinds-Awk=         --kinds-Flex=        --kinds-Perl=        --kinds-Tex=
--kinds-Basic=       --kinds-Fortran=     --kinds-PHP=         --kinds-Vera=
--kinds-BETA=        --kinds-HTML=        --kinds-Python=      --kinds-Verilog=
--kinds-C=           --kinds-Java=        --kinds-REXX=        --kinds-VHDL=
--kinds-C#=          --kinds-JavaScript=  --kinds-Ruby=        --kinds-Vim=
--kinds-C++=         --kinds-Lisp=        --kinds-Scheme=      --kinds-YACC=
--kinds-Cobol=       --kinds-Lua=         --kinds-Sh=          
--kinds-CSS=         --kinds-Make=        --kinds-SLang=       

masatake added a commit to masatake/ctags that referenced this issue Oct 11, 2022
Close universal-ctags#1168.

The changes for Makefile.am and configure.ac are derrived
from util-linux. Their licenses are covered withn "The ./COPYING file (GPL-2.0-or-later)".

Quoted from README.licensing:

    The project util-linux doesn't use the same license for all of the code.
    There is code under:

       * GPL-3.0-or-later   - GNU General Public License version 3, or any later version

       * GPL-2.0-or-later   - GNU General Public License version 2, or any later version

       * GPL-2.0            - GNU General Public License version 2

       * LGPL-2.1-or-later  - GNU Lesser General Public License 2.1 or any later version

       * BSD-3-Clause       - BSD 3-Clause "New" or "Revised" License

       * BSD-4-Clause-UC    - BSD 4-Clause University of California-Specific

       * Public Domain

    Please, check the source code for more details. A license is usually at the start
    of each source file.

    The ./COPYING file (GPL-2.0-or-later) is the default license for code without
    an explicitly defined license.
@masatake masatake linked a pull request Oct 11, 2022 that will close this issue
8 tasks
masatake added a commit to masatake/ctags that referenced this issue Oct 12, 2022
Close universal-ctags#1168.

The changes for Makefile.am and configure.ac are derrived
from util-linux. Their licenses are covered withn "The ./COPYING file (GPL-2.0-or-later)".

Quoted from README.licensing:

    The project util-linux doesn't use the same license for all of the code.
    There is code under:

       * GPL-3.0-or-later   - GNU General Public License version 3, or any later version

       * GPL-2.0-or-later   - GNU General Public License version 2, or any later version

       * GPL-2.0            - GNU General Public License version 2

       * LGPL-2.1-or-later  - GNU Lesser General Public License 2.1 or any later version

       * BSD-3-Clause       - BSD 3-Clause "New" or "Revised" License

       * BSD-4-Clause-UC    - BSD 4-Clause University of California-Specific

       * Public Domain

    Please, check the source code for more details. A license is usually at the start
    of each source file.

    The ./COPYING file (GPL-2.0-or-later) is the default license for code without
    an explicitly defined license.
@masatake
Copy link
Member Author

zsh-users/zsh@ab16672

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

Successfully merging a pull request may close this issue.

1 participant