GithubHelp home page GithubHelp logo

Comments (2)

olets avatar olets commented on July 29, 2024

That’s cool, thanks for sharing!

I’m also not an expert in those, but that’s about what I expect jq to look like and I’ve confirmed it works for my system text substitutions.

I’d be happy to include this in the README if you wanted to make a PR. Maybe down by “highlighting” and “vi”?

Instead of read I prefer zsh’s nice syntax for creating an array from multi-line output:

typeset -a my_array=( ${(f)”$(my_cmd)”} )

will read each line of my_cmd’s output into the array my_array. If each item can be more than one line (might be relevant here - I haven’t tested what happens if you have a text substitution where the substitution has line breaks) instead of (f) you can do (ps|thedelimiter|) (can use a different character instead of pipes). Then iterate over that array. You can find some examples in zsh-abbr.zsh - for example in _abbr:import_fish() and _ abbr:import_git_aliases()

from zsh-abbr.

olets avatar olets commented on July 29, 2024

Closed by PR #37. Thanks!

from zsh-abbr.

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.