| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix cache expiration according to commentcache-expiration-date | Shohei YOSHIDA | 2026-03-25 | 1 | -1/+1 |
| | | | | | 'mh+1' means 1 hour | ||||
| * | Fix cache implementationrefactor_gist | Shohei YOSHIDA | 2026-03-15 | 1 | -46/+41 |
| | | |||||
| * | Don't use global variables | Shohei YOSHIDA | 2026-03-15 | 1 | -6/+6 |
| | | |||||
| * | fix gist completion | Shohei YOSHIDA | 2026-03-08 | 1 | -2/+2 |
| | | | | | - fix quoting | ||||
| * | Cleanup code | Shohei YOSHIDA | 2024-08-04 | 1 | -4/+4 |
| | | |||||
| * | Update gist completion | Shohei YOSHIDA | 2022-11-11 | 1 | -10/+16 |
| | | |||||
| * | gist -u or gist --update will auto-complete user gists | maniac | 2021-05-02 | 1 | -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 -r | patrick96 | 2017-04-05 | 1 | -1/+1 |
| | | |||||
| * | Try to follow the style guide | patrick96 | 2017-04-02 | 1 | -6/+8 |
| | | |||||
| * | Add gist completion for read flag | patrick96 | 2017-04-02 | 1 | -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 infomation | Akira Maeda | 2015-05-25 | 1 | -0/+25 |
| | | |||||
| * | add gist completion | Akira Maeda | 2013-09-05 | 1 | -0/+41 |
