Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
|/ | ||||
* | Add todo items | typebrook | 2020-03-20 | |
| | ||||
* | Add color for pinned tags in 'gist tag' | typebrook | 2020-03-20 | |
| | ||||
* | Improve code readibility | typebrook | 2020-03-20 | |
| | ||||
* | Improve 'gist tags' and 'gist pin' | typebrook | 2020-03-20 | |
| | | | | | | | | | | | | | | 'gist tag' - Replace hint with pinned tags 'gist tags' - Display each line by the first charactor - highlight pinned tags - Show pinned tags at the bottom 'gist pin' - With given tags, update pinned tags and do 'gist tags' again - With no aguments, print gists with pinned tags | |||
* | Modify short subcommand for user form U to u | typebrook | 2020-03-20 | |
| | ||||
* | Fix logic error with invalid index | typebrook | 2020-03-20 | |
| | ||||
* | Add new subcommand 'gist pin' | typebrook | 2020-03-19 | |
| | ||||
* | Modify behavior for 'gist tag' | typebrook | 2020-03-19 | |
| | | | | | - Always print list with tag=true - Let tags align right | |||
* | Refactor code | typebrook | 2020-03-19 | |
| | ||||
* | Add todo item | typebrook | 2020-03-19 | |
| | ||||
* | Fix logic error about format | typebrook | 2020-03-19 | |
| | | | | Original approach also replace ', ' with ',' in description | |||
* | Modify parameter for 'gist delete' | typebrook | 2020-03-19 | |
| | | | | Use environment variable is too risky here | |||
* | Reformat 'gist detail' | typebrook | 2020-03-18 | |
| | ||||
* | Fix logic error with index prefix | typebrook | 2020-03-18 | |
| | | | | | | It loses prefix 'p' for newly created private gist Fow now, decide prefix only in _parse_response() | |||
* | Modify hint wording | typebrook | 2020-03-18 | |
| | ||||
* | Fix column difference caused by color control code | typebrook | 2020-03-18 | |
| | ||||
* | Modify sub-commands for tags | typebrook | 2020-03-18 | |
| | | | | | - 'gist tag' to show gist list without url but tags insdead - 'gist tags' to list existing tags | |||
* | Add definition for characters used in tag | typebrook | 2020-03-18 | |
| | ||||
* | Apply hashtags to 'gist detail' | typebrook | 2020-03-18 | |
| | | | | | | - a standalone function to extract hashtags from description - in 'gist detail', split puse description and trailing tags into 2 lines for a clear format | |||
* | basic | typebrook | 2020-03-18 | |
| | ||||
* | Improve 'gist push' | typebrook | 2020-03-17 | |
| | | | | | - Allow directly push if commit is ready - Only push when current commit is ahead | |||
* | Fix logic error about 'gist edit' | typebrook | 2020-03-17 | |
| | ||||
* | Refactor code about INDEX file format | typebrook | 2020-03-17 | |
| | | | | | Refactor code to reduce potential code changes when INDEX file format changes | |||
* | Improve 'gist edit' | typebrook | 2020-03-17 | |
| | | | | | - Prefill with original description - Fix pattern when editing is finished | |||
* | Refactor code | typebrook | 2020-03-17 | |
| |