Slackbot
08/23/2023, 12:28 PMBen Jaffe
08/23/2023, 12:28 PMgt dp
to open my browser, wait for it to open, then Cmd-L Cmd-C
. For less-keyboard-focused users, it's probably more unwieldy.Vampire
08/23/2023, 1:26 PMgt bi
at least prints the link right at the beginning so you could copy from thereDavid Balatero
08/23/2023, 1:32 PMgt dp --print
or something?
then you can do gt dp --print | pbcopy
in macos
or you can alias
that to a single letter
(i have alias p="gt dp"
, i recommmend)Ben Jaffe
08/23/2023, 1:35 PMBen Jaffe
08/23/2023, 1:35 PMdp
to gt dp
, and would LOVE to alias dpc
to gt dp --print | pbcopy
Vampire
08/23/2023, 1:37 PMdpc
to gt bi | grep -F <http://app.graphite.dev|app.graphite.dev> | pbcopy
then 🙂Ben Jaffe
08/23/2023, 1:40 PMDavid Balatero
08/23/2023, 1:49 PMDavid Balatero
08/23/2023, 1:49 PMgh
cli has a --print-the-url-only
kind of flag though! i'll cc @Jacob Gold here just for visibility/roadmap/ideas stuff, but it's cool there's a workaround as wellJacob Gold
08/23/2023, 2:04 PM