This message was deleted.
# feature-requests
s
This message was deleted.
b
Right now I have to
gt 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.
v
gt bi
at least prints the link right at the beginning so you could copy from there
d
what if a flag just printed the raw url
gt 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)
👌 1
b
@David Balatero This would be the most awesome thing
I also alias
dp
to
gt dp
, and would LOVE to alias
dpc
to
gt dp --print | pbcopy
v
alias
dpc
to
gt bi | grep -F <http://app.graphite.dev|app.graphite.dev> | pbcopy
then 🙂
b
@Vampire thank you, this is wonderful!
👌 1
d
ayy, if it isn't my old friend unix composability
❤️ 1
i do like that the
gh
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 well
👌 1
1
j
we can add native support for this 🙂
❤️ 1