This message was deleted.
# feature-requests
s
This message was deleted.
p
You can do so in the dashboard! We generally recommend editing PR descriptions in the dash since theres waaay more functionality
b
To be honest, I’d really prefer not to have to jump to a browser while I’m working. It’s so distraction-prone. I’m able to edit commit messages right alongside the code that I’ve edited and the output of shell processes, so I have the most context there. Editing in the browser means either setting up split windows or constant Cmd+Tabbing between my terminal and Chrome. One other issue I have with the web UI is that it doesn’t help with keeping max column widths for lines. I try to wrap lines at 72 characters, and that’s impossible in the web dashboard. I find myself copy/pasting the PR description into Vim, formatting it there, and then copy/pasting it back into the dashboard.
m
Bumping this feature request. I keep running into this limitation and manually updating my P/R description. https://graphite-community.slack.com/archives/C02ENKC0A9X/p1677694651697709
i
You can edit PR descriptions from the command line with
gt ss -e
❤️ 1
m
@Ian Gudger thanks for that!