Nushell script that downloads an extension and copies its ID to clipboard #121
emonadeo
started this conversation in
Show and tell
Replies: 1 comment
-
|
Thank you for the script! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Requires external commands
wl-copy(from wl-clipboard) andunzip(from unzip).get_plugin_id.nuExample:
nu get_plugin_id.nu decentraleyesThis downloads the extension, unzips it, grabs the ID, puts it into the user's clipboard and cleans up all the downloaded and unzipped files.
Beta Was this translation helpful? Give feedback.
All reactions