aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Fix error when don't pass index to 'push'v0.7typebrook2020-05-19
|
* Use variable to get terminal widthtypebrook2020-05-19
|
* Fix 'push' commandtypebrook2020-05-19
|
* Add todo itemtypebrook2020-05-19
|
* Rename functiontypebrook2020-05-18
|
* Remove finished todo itemtypebrook2020-05-18
|
* Refactor color functionstypebrook2020-05-18
|
* Update READMEtypebrook2020-05-18
|
* Suppress error after configurationv0.6typebrook2020-05-17
|
* Refactor codetypebrook2020-05-17
|
* Fix logic error when getting idtypebrook2020-05-17
|
* Merge branch 'pagnation'typebrook2020-05-17
|\
| * Refactor gist fetching functionstypebrook2020-05-17
| | | | | | | | | | - query gists by user now supports pagnation - print '[num] gists fetched' to tty
| * Refactor method of parsing giststypebrook2020-05-17
| | | | | | | | | | - Do not set indices in _parse_response() unless 'index' is set - Change INDEX_FORMAT
* | Get only one chractor in y/n inputtypebrook2020-05-17
| |
| * Sort gists from oldest to newesttypebrook2020-05-17
| |
| * Improve code for update a single gisttypebrook2020-05-17
| |
| * Add pagnation to fetch even if user's gists >100typebrook2020-05-17
|/
* Add todo itemtypebrook2020-05-16
|
* Avoid print duplicate detailstypebrook2020-05-16
|
* Simplify the way to print temp filestypebrook2020-05-16
|
* Add remarkable prefix for temp filestypebrook2020-05-15
|
* Add this gist as s0, the first starred gisttypebrook2020-05-15
|
* Remove Bash-Snippets related codetypebrook2020-05-15
|
* Update READMEtypebrook2020-05-15
|
* Fix json processing for 'edit'v0.5typebrook2020-05-14
| | | | Looks like xargs cannot handle too many texts
* Refactor _show_list()typebrook2020-05-14
|
* Refactor codetypebrook2020-05-14
|
* Refactor code in _configure()typebrook2020-05-14
|
* Update comments, helper msg and todo itemstypebrook2020-05-14
|
* Fix logic error in helper messagetypebrook2020-05-14
|
* Also use variable to set hint and helper messagev0.4typebrook2020-05-14
|
* Change hint and helper message by script nametypebrook2020-05-13
|
* Suppress error msg with insane filenametypebrook2020-05-13
|
* Refactor mark usagetypebrook2020-05-13
| | | | So by default, 'gist lan' won't show starred gists
* Show status with description, do not override file_num and comment_numtypebrook2020-05-13
|
* Update hint text for 'gist clean'v0.3typebrook2020-05-12
|
* Update READMEtypebrook2020-05-12
|
* Initialize variables to avoid affetcted by env variablestypebrook2020-05-12
|
* Use simpler way to clone repo in backgroundtypebrook2020-05-12
| | | | And this way also do not need to export variables into new bash instance
* Fix sed compatibility for BSD versiontypebrook2020-05-12
|
* Improve sub-command 'tag', 'edit' and 'new'typebrook2020-05-12
| | | | | | | | 1. By default, do not shows tags for starred gist 2. Tags user typed allow any number of leading '#' 3. Fix the parameter of 'gist edit', it takes arguemnts behind $1 as description 4. An easy to read way to wrap JSON body
* Update READMEtypebrook2020-05-12
|
* Update READMEtypebrook2020-05-12
|
* Update READMEtypebrook2020-05-12
|
* Refactor codetypebrook2020-05-12
|
* Use valid URL when export to github0.2typebrook2020-05-12
| | | | Also change some texts
* Refactor codetypebrook2020-05-11
|
* Refactor variable 'mark'typebrook2020-05-11
| | | | | | | - make it global and export it to sub-shell - refator _sync_repos(), now only do 'git pull' in repos that: 1. Already cloned before 2. Fit the mark. That is, either user's gist or starred gists
* Remove finished todo item0.1typebrook2020-05-10
|