Matthew Weitzel

Results 7 issues of Matthew Weitzel

The problem with piping to tee: This project remaps [crtl-\] to [ctrl-r], and handles the signal with a restart. Similar to how it would respond to `firetower -r`. [here](https://github.com/mweitzel/firetower/blob/59e4eaacb31f386e2db8005700411a35b031462a/firetower#L70-L73) So,...

allow multiple firetowers per directory, with optional name - `firetower -n 'command'` always creates a new process host with a unique name - `firetower -n name 'command'` creates a new...

currently control flags `-h`, `-c` (default), `-r`, and `-s`, must be the first argument, command 'in quotes' must be the first or second argument and option flags `--directory` and `--preserve-scrollback`...

A user provided `base_url` is never normalized and results in downstream errors. This PR addresses the issue. Both - `Client.new base_url: nil` - `Client.new base_url: "https://api.dnsimple.com"` Result in - `client.base_url...

A few projects worth having awareness on: - [bubbletea](https://github.com/charmbracelet/bubbletea), an ambitious project, but composable as a single process and through golang interfaces - [gum](https://github.com/charmbracelet/gum), cool because it is actually composeable...

research