aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Improve README with wordingtypebrook2020-04-08
|
* updatetypebrook2020-04-08
|
* Update READMEtypebrook2020-04-08
|
* Update READMEtypebrook2020-04-08
|
* Merge branch 'readme'typebrook2020-04-08
|\
| * Update READMEtypebrook2020-04-08
| |
| * Make 'gist grep' works with pattern like ^ or $typebrook2020-04-08
| |
* | Fix error message when index is invalid with 'gist detail'typebrook2020-04-08
| |
| * updatetypebrook2020-04-07
|/
* Fix hint configurationtypebrook2020-04-07
|
* Chech internet when using Github APItypebrook2020-04-07
|
* Refactor helper message for general use casetypebrook2020-04-07
|
* Refactor codetypebrook2020-04-07
|
* Refactor codetypebrook2020-04-01
|
* Improve 'gist detail'typebrook2020-03-31
| | | | Make it works without index if working dir is a gist repo
* Fix runtime errortypebrook2020-03-30
| | | | Only output the first line of grep result in files
* Add hint for mtime of INDEX filetypebrook2020-03-30
|
* Update commentstypebrook2020-03-30
|
* Fetch in background when 'gist push' is performedtypebrook2020-03-30
|
* Fix logic error about actiontypebrook2020-03-29
|
* Supress hint message when command is in pipetypebrook2020-03-29
|
* Add subcommand 'gist last'typebrook2020-03-29
|
* Suppress hint when STDIN is not emptytypebrook2020-03-29
|
* Add parameter for index rangetypebrook2020-03-29
|
* Add subcommand 'gist lan'typebrook2020-03-29
|
* Update hint messagetypebrook2020-03-27
|
* Add alert message when index file is emptytypebrook2020-03-27
|
* Refator grep in 'gist grep' to speed uptypebrook2020-03-27
|
* Fetch gists after doing 'git push'typebrook2020-03-27
|
* Fix logic error in 'gist grep'typebrook2020-03-27
| | | | Remove content greping for hashtags inside original description
* Improve syntaxtypebrook2020-03-27
|
* Add default action 'into subshell'typebrook2020-03-27
|
* Reformat index to let pipe easiertypebrook2020-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'typebrook2020-03-27
|
* Prevent language contains spacetypebrook2020-03-27
|
* Add language supporttypebrook2020-03-27
|
* Reformat star listtypebrook2020-03-26
|
* Fix dotfile is gone in 'gist detail'typebrook2020-03-25
|
* Update helper messagetypebrook2020-03-25
|
* Add shorter subcommand for 'all'typebrook2020-03-24
|
* Update helper messagetypebrook2020-03-24
|
* Add subcommand 'gist all'typebrook2020-03-23
| | | | To show both user gists and starred gist
* Improve sed usagetypebrook2020-03-22
|
* Refactor code for tag condition, speed up 'gist tag' !typebrook2020-03-22
|
* Fix format for showing authortypebrook2020-03-22
| | | | prevent author name concates file number if its length > 12
* Merge branch 'refactor-stdin'typebrook2020-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 supporttypebrook2020-03-22
|/
* Add todo itemstypebrook2020-03-20
|
* Add color for pinned tags in 'gist tag'typebrook2020-03-20
|
* Improve code readibilitytypebrook2020-03-20
|