Giter VIP home page Giter VIP logo

Comments (11)

thesoftwarephilosopher avatar thesoftwarephilosopher commented on September 15, 2024

I like the idea!

from choose.

thesoftwarephilosopher avatar thesoftwarephilosopher commented on September 15, 2024

@yoavg It looks like you're right about what line to change. Wanna make the change you're suggesting?

from choose.

yoavg avatar yoavg commented on September 15, 2024

As I said, I never used Obj-C before, and while I managed to locate the needed line, all the syntax looks very foreign to me.
If you could make this change yourself, that will be super :)
Otherwise, I'll install xcode tomorrow or the next day and find the time to give it a shot myself.

thanks again.

from choose.

bricef avatar bricef commented on September 15, 2024

I manually built choose from the latest master and the flag is now working for me.

Could we get a new version with these changes so that they're included in the brew install choose-gui default?

from choose.

thesoftwarephilosopher avatar thesoftwarephilosopher commented on September 15, 2024

Good idea.

from choose.

VonbatenBach avatar VonbatenBach commented on September 15, 2024

I manually built choose from the latest master and the flag is now working for me.

Could we get a new version with these changes so that they're included in the brew install choose-gui default?

Hi, I know it's been a few years, but could you tell me how to manually build choose from master or give any script?

from choose.

chipsenkbeil avatar chipsenkbeil commented on September 15, 2024

@VonbatenBach, there's an included makefile where you can run make and it will build choose for you. The primary command to run is xcodebuild clean build if you don't want to run make.

from choose.

VonbatenBach avatar VonbatenBach commented on September 15, 2024

After make I have the binary file of choose in build/Release/, am I right? Then I probably should symlink it to other bins, such as/usr/local/bin/ directory, and I will be able to use choose in the same way as it was installed by brew?

from choose.

chipsenkbeil avatar chipsenkbeil commented on September 15, 2024

@VonbatenBach , it should drop a copy of the newly-built binary into the root of the project directory as choose, but you can also find it at build/Release/choose.

These days, I recommend folks have a bin/ directory within their home directory and place custom binaries there if not managed by a package manager. You can add $HOME/bin to your path, earlier in the list of paths than others for that binary to take precedence.

from choose.

VonbatenBach avatar VonbatenBach commented on September 15, 2024

Ok, thank you. Works for me.
May I also ask about the feature discussed primarily in this thread? I thought it was implemented, but choose still returns only selected items, when I type any string not matching these items and press enter, my stdout returns ' '.

EDIT: Now I see option '-m'. Sorry for problem.

from choose.

chipsenkbeil avatar chipsenkbeil commented on September 15, 2024

Closing this out as the feature has already been implemented. A new binary needs to be released at some point to reflect the addition.

from choose.

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.