aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* 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
| |
* | Change format when creating a new gisttypebrook2020-03-16
| |
| * Add todo item for colortypebrook2020-03-16
| |
* | Remove exit statementtypebrook2020-03-16
| |
| * Add todo itemtypebrook2020-03-16
|/
* Suppress wrong status message with merged committypebrook2020-03-16
|
* Merge branch 'grep' into mastertypebrook2020-03-16
|\
* | Update helper messagetypebrook2020-03-16
| |
* | Show 'working' when checkout to non-master branchtypebrook2020-03-16
| |
| * Add error messagetypebrook2020-03-16
| |
* | Update output of 'gist user'typebrook2020-03-16
| |
| * Update helper messagetypebrook2020-03-16
| |
| * A better greptypebrook2020-03-16
| |