Richard Glen Domingo

Results 22 comments of Richard Glen Domingo

Is it also possible to prevent the screen from clearing on exit?

I'd love this feature very much. @chipsenkbeil how can I help implement this feature?

Here's my lazy work. It'll probably take some more time before I revisit and clean since it's doing what I want now. 😅 https://github.com/chardskarth/choose/commit/7bc389f58bd3cc255c591e5c7b3de35d6fbfcf56

Here you go. Be wary that I haven't found a way to support the original search and score algorithm with an FZF backend seamlessly. @chipsenkbeil

Woah! Thanks for this @Wind-Explorer. Here's how I did mine: ``` #!/bin/bash command="/path/to/limelight" while true; do $command $@ wait $! done ``` --- Update: Nah, I'm not using this script...

@shaunsingh how do you start neovide? I already have in my `.zprofile` ``` export NEOVIDE_FRAMELESS=true export NEOVIDE_FRAME=none ``` Running in the terminal: `neovide --frame none` fixes it for me. But...

I'm using`webpack.config.babel.js`. And it says require is not defined. How can I make this work with es6?

Great! Would love this! But then, I'll need to know if the current timer is a break timer. How can that be done?

I'm okay with doing a `finish` then `break`. Maybe pausing isn't really part of an effective pomodoro. "Once it starts, it has to ring".

PR lgtm. However, I think it'd be helpful to know whether its running a break timer or a pomo timer. @justincampbell