aboutsummaryrefslogtreecommitdiffstats
path: root/src/_gist
Commit message (Collapse)AuthorAgeFilesLines
* Fix cache expiration according to commentcache-expiration-dateShohei YOSHIDA2026-03-251-1/+1
| | | | 'mh+1' means 1 hour
* Fix cache implementationrefactor_gistShohei YOSHIDA2026-03-151-46/+41
|
* Don't use global variablesShohei YOSHIDA2026-03-151-6/+6
|
* fix gist completionShohei YOSHIDA2026-03-081-2/+2
| | | | - fix quoting
* Cleanup codeShohei YOSHIDA2024-08-041-4/+4
|
* Update gist completionShohei YOSHIDA2022-11-111-10/+16
|
* gist -u or gist --update will auto-complete user gistsmaniac2021-05-021-1/+2
| | | | | | | | This commit will help the user to easily update their existing gist using zsh auto-completion rather than going to github and then extracting the required gist hash/URL Note: This commit effects the working of file: `src/_gist`
* Set proper description for gist -rpatrick962017-04-051-1/+1
|
* Try to follow the style guidepatrick962017-04-021-6/+8
|
* Add gist completion for read flagpatrick962017-04-021-1/+52
| | | | | | Fetches and offers completion for the gists of the currently logged in user (via gist -l) for the '-r' and '--read' arguments The data is cached for one day before expiring
* add license infomationAkira Maeda2015-05-251-0/+25
|
* add gist completionAkira Maeda2013-09-051-0/+41