We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
-l
Being able to list all of my gists is neat! However, I don't always need all of them -- just the last few (or one, realistically).
It would be nice if -l took an optional numeric argument, for the number of Gists to fetch.
I understand that I can just do gist -l | head -5 to achieve the same effect, but it would be a neat small feature.
gist -l | head -5
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Being able to list all of my gists is neat! However, I don't always need all of them -- just the last few (or one, realistically).
It would be nice if
-l
took an optional numeric argument, for the number of Gists to fetch.I understand that I can just do
gist -l | head -5
to achieve the same effect, but it would be a neat small feature.The text was updated successfully, but these errors were encountered: