Git Product home page Git Product logo

Comments (3)

laughedelic avatar laughedelic commented on September 26, 2024

Here's another similar library which I just encountered: https://github.com/jandob/rebash

from bashful.

jmcantrell avatar jmcantrell commented on September 26, 2024

Thanks for the question. The readme definitely needs to be updated with some of this information.

  1. They can, however it's not the most efficient way to use it. You can call any of the functions from another shell process like: bashful-input choice a b c
  2. Ideally, you would source the needed scripts from your script. If they're in your PATH, then you can just add source bashful-input at the top of your script and all the exports from that are now available. Then you can use the function like choice a b c.
  3. Likely, and looks like @laughedelic found one that looks interesting. When I was working on this project actively, I treated it as a place to store things that I found useful or tricky to get right in bash. If I was writing a script for personal use, I'd leave the includes in. If the plan was to publish it, I'd remove the includes and copy over the functions as needed from the modules.

I hope this helps, and I apologize for taking so long to respond.

from bashful.

bradparks avatar bradparks commented on September 26, 2024

👍 thanks!

from bashful.

Related Issues (12)

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.