Folke H. Gleumes

Results 19 comments of Folke H. Gleumes

Hey, thanks for the feedback! Matching the exact start of the word would negate the advantages of the fuzzy search I'm using, but your right that the shown behavior is...

Hi, thanks for the interest! There are no options like that at the moment, but I intend to implement the possibility to read a list from stdin instead of searching...

The Idea with the program list sounds interesting, since it allows to hide the actual commands being run. Maybe something like this: ```toml [[selections.foo]] "Firefox" = "firefox -P personal" "Firefox...

I have implemented a very rudimentary version of stdin parsing in #27 Currently it is only split by the '=' sign, but that won't hold up to setting env variables...

Two forms are supported, either a single value or an alias: ``` foo --bar foo="bar --baz" ```

Oh, at the moment it's only possible to pass in stuff via stdin. You could do something like: ``` cat program_list | kickoff --stdin --path ``` That will read your...

As far as I can see you have done nothing wrong... Have you checked out the linked PR or did you build from main? Btw, nothing wrong with beginning to...

Oh okay, that explains it xD I haven't pulled the feature into main yet, because it might still change. You can test it by cloning the repo an checking out...

What exactly do you mean with `as is`? Alphabetical or the options from the config and stdin on top like they are defined in the config? Btw, thanks for the...

Alrighty, I'll have another look at it tomorrow, currently a student party clouds my mind :D