Redirections #14

Open
opened 2026-04-09 13:11:45 +00:00 by adam · 2 comments
Owner

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.

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.
Author
Owner

Try /bin/zsh -c /usr/sbin/betterbird &

Try `/bin/zsh -c /usr/sbin/betterbird &`
Author
Owner
  • Might need to set up the slice of Cmd (see issue no. #13)
  • In the aerc case, do out, err := item.command.Output(), then instantiate a file and write to it with fmt.Fprintf or something.
- Might need to set up the slice of Cmd (see issue no. #13) - In the aerc case, do `out, err := item.command.Output()`, then instantiate a file and write to it with fmt.Fprintf or something.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
adam/breakfast#14
No description provided.