CLI/TUI for drafting, repeating, and publishing daily standup updates as GitHub issues
github go cli golang management project tui daily
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs(editor): document keyboard shortcuts for copy, cut, and paste

+2
+2
README.md
··· 199 199 ./pad create 200 200 ``` 201 201 202 + Inside the editor, use `tab` / `shift+tab` to switch fields, `ctrl+c` to copy the current field, `ctrl+x` to cut the current field, and `ctrl+v` to paste. On macOS terminals, `cmd` shortcuts usually stay handled by the terminal itself rather than reaching the TUI. 203 + 202 204 Repeat from your latest GitHub daily update issue into today's editor and create a new issue: 203 205 204 206 ```bash