Giter Site home page Giter Site logo

zsh completion for `tea +pkg` about pkgx HOT 5 CLOSED

pkgxdev avatar pkgxdev commented on July 20, 2024 1
zsh completion for `tea +pkg`

from pkgx.

Comments (5)

mxcl avatar mxcl commented on July 20, 2024 1

This should be added to --magic

from pkgx.

jhheider avatar jhheider commented on July 20, 2024

My brain thinks this is the same as:

find $(tea --prefix)/tea.xyz/var/pantry/projects -name package.yml -type f -exec dirname {} \; | sed -e "s|$(tea --prefix)/tea.xyz/var/pantry/projects/||"

which replaces the cd with a second invocation of tea and requires sed. Probably not better, but cd can add weirdness. My shell also doesn't know surname (but I'm not using zsh).

from pkgx.

mxcl avatar mxcl commented on July 20, 2024

Provided it operates in a subshell the cd is safe. I prefer doing less and relying on sed with its platform specific quirks seems riskier.

from pkgx.

jhheider avatar jhheider commented on July 20, 2024

Yeah, agreed. The final form might be profitably added to the client as tea --completions.

from pkgx.

mxcl avatar mxcl commented on July 20, 2024

Closing in lieu of #591

from pkgx.

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.