-
Notifications
You must be signed in to change notification settings - Fork 8k
Closed
Labels
enhancementa request to improve CLIa request to improve CLIhelp wantedContributions welcomeContributions welcome
Description
Describe the feature or problem you’d like to solve
For now, there is no way to update gist files using input from another program
echo "abc" | gh gist edit -f myfile.txt <gist id>just runs an editor.
Proposed solutions
- Detect input from stdin, like
gh gist createor - Add an another command (
gh gist update,gh gist rewrite, etc), withgh gist create-like semantics.
- How will it benefit CLI and its users?
It's much simpler to update gist from any source directly instead of copying it to editor.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementa request to improve CLIa request to improve CLIhelp wantedContributions welcomeContributions welcome