Redirections #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Figure out how to redirect aerc's output to a log file within the call to
wezterm cli.Relatedly, figure out how to launch GUI independently of breakfast, so that when we exit breakfast (currently we don't), the GUI continues. Consider how dmenu does this.
Try
/bin/zsh -c /usr/sbin/betterbird &out, err := item.command.Output(), then instantiate a file and write to it with fmt.Fprintf or something.