Results 97 issues of Danny Ben Shitrit

We can port this logic from bash: ```bash # Figure out if we need sudo or not sudo='' if [[ $EUID -ne 0 ]]; then sudo='sudo' fi # Install completions...

enhancement

As discussed in #64 - we need the ability to send more keys. Here is a list borrowed from the [AutoHotkey list](https://www.autohotkey.com/docs/commands/Send.htm) - F1 - F12 - Enter - Escape...

Is there a way to disable the browser opening when using `--watch`? It is an annoyance when running in headless linux.

cli
improvement

Right now, when working with light terminal background, there are quite a few places that need to be overridden from `ColorWhite` to `ColorClear` (or some other color that is readable...

Not sure if this is by design or a bug. When using text with tabs in it (`\t`), the tabs are removed. In my use case, I am loading go...

First, may I suggest opening the "Discussions" tab so people have a place to ask the community questions without polluting the issues? --- I am trying to figure out the...

enhancement

**Describe the bug** In previous versions, the message that appears on exit made more sense. It used to be "Connection Closed" - which was more appropriate for my use cases....

bug

I am not sure if I am doing something wrong, or if this is how it behaves. I would like my code to have full **branch** coverage, but I am...

Any chance of having compiled binary releases in GitHub Releases? I understand implementing [Go Releaser](https://goreleaser.com/) should be relatively straight forward.

I am trying to find out what is my best option for creating image thumbnails that I want to appear side by side in desktop resolution, and one under the...

feature