Alex

Results 5 comments of Alex

@jpmcb thanks for your feedback. i created a gist where i can show you an example where this feature would be useful: https://gist.github.com/alexraileanu/200a4473653efa8fbda6e555bd3fc428. in the screenshot below, you can see...

@jpmcb @marckhouzam kindly requesting a review of this as i'd very much like to have this feature in my project

@jpmcb sorry for the mess, i did some mistakes on my side of github but it looks like it's all good now.

@patrick-hermann-sva i use something like this for multiple prompts: ```go type CPrompt struct { PUI promptui.Prompt VarName string } var vars = map[string]string{} var prompts = []CPrompt{ { PUI: promptui.Prompt{...

it wasn't entirely obvious to me but looking thru the source code, i found out that there is also ```bash open "keepingyouawake:///toggle" ``` to, you guessed it, toggle activation state.