Giter Club home page Giter Club logo

Comments (4)

tony avatar tony commented on August 17, 2024

@kislyuk @redstreet aws-cli has a very refined autocomplete implementation. I'm still studying argcomplete, aws-cli and completion for zsh, bash and tcsh more, it may be helpful to look over their code and see if we can bring anything over here / back there that'd improve us.

Their entry_script's : https://github.com/aws/aws-cli/tree/develop/bin

... snippet from their tcsh docs:

$ complete aws 'p/*/aws_completer/'

Other useful things:

from argcomplete.

tony avatar tony commented on August 17, 2024

@redstreet I'm trialing this script with argcomplete on https://github.com/tony/tmuxp/blob/1651012951b2b41f8fb2dc093894389c82066122/pkg/tmuxp.tcsh. So far it works good on my end.

I use complete tmuxp 'p/*/tmuxp.tcsh/' for adding the complete.

from argcomplete.

kislyuk avatar kislyuk commented on August 17, 2024

Thanks @redstreet and @tony, does tcsh have a convention for installing completion hooks in /etc or $HOME? If someone more familiar than me with tcsh prepares a PR, I can merge it in.

from argcomplete.

davvid avatar davvid commented on August 17, 2024

I am not aware of any convention in /etc or elsewhere for tcsh

from argcomplete.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.