aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* 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
|
* Improve 'gist tags' and 'gist pin'typebrook2020-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 utypebrook2020-03-20
|
* Fix logic error with invalid indextypebrook2020-03-20
|
* Add new subcommand 'gist pin'typebrook2020-03-19
|
* Modify behavior for 'gist tag'typebrook2020-03-19
| | | | | - Always print list with tag=true - Let tags align right
* Refactor codetypebrook2020-03-19
|
* Add todo itemtypebrook2020-03-19
|
* Fix logic error about formattypebrook2020-03-19
| | | | Original approach also replace ', ' with ',' in description
* Modify parameter for 'gist delete'typebrook2020-03-19
| | | | Use environment variable is too risky here
* Reformat 'gist detail'typebrook2020-03-18
|
* Fix logic error with index prefixtypebrook2020-03-18
| | | | | | It loses prefix 'p' for newly created private gist Fow now, decide prefix only in _parse_response()
* Modify hint wordingtypebrook2020-03-18
|
* Fix column difference caused by color control codetypebrook2020-03-18
|
* Modify sub-commands for tagstypebrook2020-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 tagtypebrook2020-03-18
|
* Apply hashtags to 'gist detail'typebrook2020-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
* basictypebrook2020-03-18
|
* Improve 'gist push'typebrook2020-03-17
| | | | | - Allow directly push if commit is ready - Only push when current commit is ahead
* Fix logic error about 'gist edit'typebrook2020-03-17
|
* Refactor code about INDEX file formattypebrook2020-03-17
| | | | | Refactor code to reduce potential code changes when INDEX file format changes
* Improve 'gist edit'typebrook2020-03-17
| | | | | - Prefill with original description - Fix pattern when editing is finished
* Refactor codetypebrook2020-03-17
|
* Reformat list of starred gisttypebrook2020-03-17
|
* Fix potential error when getting ID from a given indextypebrook2020-03-17
| | | | | Originally, if user gives command like 'gist .', _gist_id() still returns true
* Add todo item for cloctypebrook2020-03-17
|
* Update READMEtypebrook2020-03-17
|
* Refactor code for readibilitytypebrook2020-03-17
|
* Improve 'gist push'typebrook2020-03-17
| | | | Allow empty index if user is already inside repo
* Refactor code for order of functionstypebrook2020-03-17
|
* Add blink visuals to indicate valid indicestypebrook2020-03-17
|
* Update todo itemtypebrook2020-03-16
|
* Reduce repetitive code for index file formattypebrook2020-03-16
|
* Update comments for functionstypebrook2020-03-16
|
* Merge commit 'ca95437407c19202e2be01e21565468515d95e39' into HEADtypebrook2020-03-16
|\
* | Update README for status hinttypebrook2020-03-16
| |
| * Add item for gh-pagetypebrook2020-03-16
| |
| * Add item for grep optiontypebrook2020-03-16
| |
| * Add todo item for subcommand tagtypebrook2020-03-16
| |