Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Improve 'gist help' with proper pattern | typebrook | 2020-04-10 | |
| | ||||
* | update | typebrook | 2020-04-10 | |
| | ||||
* | Fix 'gist detail' inside repo | typebrook | 2020-04-09 | |
| | ||||
* | Improve README with wording | typebrook | 2020-04-08 | |
| | ||||
* | update | typebrook | 2020-04-08 | |
| | ||||
* | Update README | typebrook | 2020-04-08 | |
| | ||||
* | Update README | typebrook | 2020-04-08 | |
| | ||||
* | Merge branch 'readme' | typebrook | 2020-04-08 | |
|\ | ||||
| * | Update README | typebrook | 2020-04-08 | |
| | | ||||
| * | Make 'gist grep' works with pattern like ^ or $ | typebrook | 2020-04-08 | |
| | | ||||
* | | Fix error message when index is invalid with 'gist detail' | typebrook | 2020-04-08 | |
| | | ||||
| * | update | typebrook | 2020-04-07 | |
|/ | ||||
* | Fix hint configuration | typebrook | 2020-04-07 | |
| | ||||
* | Chech internet when using Github API | typebrook | 2020-04-07 | |
| | ||||
* | Refactor helper message for general use case | typebrook | 2020-04-07 | |
| | ||||
* | Refactor code | typebrook | 2020-04-07 | |
| | ||||
* | Refactor code | typebrook | 2020-04-01 | |
| | ||||
* | Improve 'gist detail' | typebrook | 2020-03-31 | |
| | | | | Make it works without index if working dir is a gist repo | |||
* | Fix runtime error | typebrook | 2020-03-30 | |
| | | | | Only output the first line of grep result in files | |||
* | Add hint for mtime of INDEX file | typebrook | 2020-03-30 | |
| | ||||
* | Update comments | typebrook | 2020-03-30 | |
| | ||||
* | Fetch in background when 'gist push' is performed | typebrook | 2020-03-30 | |
| | ||||
* | Fix logic error about action | typebrook | 2020-03-29 | |
| | ||||
* | Supress hint message when command is in pipe | typebrook | 2020-03-29 | |
| | ||||
* | Add subcommand 'gist last' | typebrook | 2020-03-29 | |
| | ||||
* | Suppress hint when STDIN is not empty | typebrook | 2020-03-29 | |
| | ||||
* | Add parameter for index range | typebrook | 2020-03-29 | |
| | ||||
* | Add subcommand 'gist lan' | typebrook | 2020-03-29 | |
| | ||||
* | Update hint message | typebrook | 2020-03-27 | |
| | ||||
* | Add alert message when index file is empty | typebrook | 2020-03-27 | |
| | ||||
* | Refator grep in 'gist grep' to speed up | typebrook | 2020-03-27 | |
| | ||||
* | Fetch gists after doing 'git push' | typebrook | 2020-03-27 | |
| | ||||
* | Fix logic error in 'gist grep' | typebrook | 2020-03-27 | |
| | | | | Remove content greping for hashtags inside original description | |||
* | Improve syntax | typebrook | 2020-03-27 | |
| | ||||
* | Add default action 'into subshell' | typebrook | 2020-03-27 | |
| | ||||
* | Reformat index to let pipe easier | typebrook | 2020-03-27 | |
| | | | | | Make sure no space in front of index helps commands like 'cut' works without extra processing | |||
* | Replace non-parsable file type into 'Text' | typebrook | 2020-03-27 | |
| | ||||
* | Prevent language contains space | typebrook | 2020-03-27 | |
| | ||||
* | Add language support | typebrook | 2020-03-27 | |
| | ||||
* | Reformat star list | typebrook | 2020-03-26 | |
| | ||||
* | Fix dotfile is gone in 'gist detail' | typebrook | 2020-03-25 | |
| | ||||
* | Update helper message | typebrook | 2020-03-25 | |
| | ||||
* | Add shorter subcommand for 'all' | typebrook | 2020-03-24 | |
| | ||||
* | Update helper message | typebrook | 2020-03-24 | |
| | ||||
* | Add subcommand 'gist all' | typebrook | 2020-03-23 | |
| | | | | To show both user gists and starred gist | |||
* | Improve sed usage | typebrook | 2020-03-22 | |
| | ||||
* | Refactor code for tag condition, speed up 'gist tag' ! | typebrook | 2020-03-22 | |
| | ||||
* | Fix format for showing author | typebrook | 2020-03-22 | |
| | | | | prevent author name concates file number if its length > 12 | |||
* | Merge branch 'refactor-stdin' | typebrook | 2020-03-22 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | - If STDIN is not empty, read indices from first column in each line, and only show list with those indices - Support 'gist', 'gist star', 'gist grep', 'gist tag' - So right now, you can concate the result for each subcommand: # get gists with tag 1 or tag2, and with tag 3 gist tag tag1 tag2 | gist tag 3 # grep gists with string1, and only show starred gist gist grep string1 | gist star | |||
| * | Add pipe support | typebrook | 2020-03-22 | |
|/ |