Sam Coe
7924878315
Fix git protocol and refactor Config interface ( #8246 )
2023-10-27 15:42:05 +02:00
Heath Stewart
7738b6187c
Add headers to all tables ( #8157 )
2023-10-20 11:20:02 +02:00
Swastik Baranwal
6696229fb1
gh extension install not give an error if extension already installed and a clear message (#8211 )
...
* `gh extension install` not give an error if extension already installed and a clear message
* remove test
* Add implementation
* lint go.sum
---------
Co-authored-by: Sam Coe <samcoe@users.noreply.github.com>
2023-10-19 15:22:21 +02:00
Mislav Marohnić
beb6234f96
Speed up listing extensions by lazy-loading extension information when needed ( #7493 )
2023-06-14 09:33:18 +09:00
Sam Coe
fac497108b
Set upstream remote to track all branches after initial fetch ( #7542 )
2023-06-12 09:23:56 +09:00
Mislav Marohnić
cb93db2b22
fix tests
2023-06-09 17:56:51 +02:00
Mislav Marohnić
3a33b6e5a5
fix test
2023-06-09 17:46:13 +02:00
Sam Coe
74ee8cacae
Allow creating of nested aliases ( #7457 )
2023-05-25 09:46:45 +09:00
Alexander Seiler
218f29f296
Correct some typos
2023-04-21 03:51:31 +02:00
Sam Coe
dbc2f05124
Update go-gh to v2 ( #7299 )
...
* Update go-gh
* Update code for go-gh v2
2023-04-16 15:34:23 +10:00
Kousik Mitra
7ee35e43cc
Enable owner flag to take multiple values for searching
2023-04-12 10:37:09 +05:30
Sam Coe
39805fa9b1
Properly handle closing files that have been writen to ( #7199 )
2023-03-23 01:17:47 +00:00
Heath Stewart
88cae9f5be
Support ext install --force ( #7173 )
...
Resolves #7096
2023-03-20 15:58:30 +01:00
Sam Coe
c9a2d85793
Cleanup config.AuthToken and config.DefaultHost methods ( #7049 )
2023-02-28 00:24:45 +00:00
vilmibm
b8a6c1daa7
include readme viewing in small help
2023-02-02 13:15:10 -08:00
vilmibm
c9590f36d9
longer small help
2023-02-02 12:18:13 -08:00
vilmibm
300bc2cb69
fix tests
2023-01-31 14:42:34 -08:00
vilmibm
37eee30411
WIP fixing tests
2023-01-31 12:06:32 -08:00
vilmibm
3ab72f44d3
WIP: fixing tests
2023-01-26 16:40:54 -08:00
vilmibm
ba725d7af2
update doc
2023-01-26 16:38:30 -08:00
vilmibm
3af8e56c07
TODOs
2023-01-26 16:33:14 -08:00
vilmibm
f60970ffa9
clean up command screen
2023-01-26 16:32:22 -08:00
vilmibm
c2c4d8c3f8
fix silencing git output
2023-01-26 16:08:08 -08:00
vilmibm
fec1f115b0
remove unused args from installGit
2023-01-26 16:05:41 -08:00
vilmibm
868af11b9d
WIP on using pages
2023-01-26 16:05:32 -08:00
vilmibm
bcc0d2b838
clean up some key handling
2023-01-26 12:02:51 -08:00
vilmibm
b4a6480c21
Merge remote-tracking branch 'origin/trunk' into gh-ext-browse-followup
2023-01-25 15:55:30 -08:00
Ariel Deitcher
a231b4aded
extension create: make initial commit ( #6833 )
2023-01-24 17:48:56 +01:00
vilmibm
0a82a57eeb
WIP on single column support
2022-12-14 14:51:32 -08:00
vilmibm
d42744fb04
freeze input when help active
2022-12-13 15:35:08 -08:00
vilmibm
69a1f0aba2
use Pages to render help
2022-12-13 15:32:28 -08:00
vilmibm
2f42196fbe
these were bad
2022-12-13 15:02:06 -08:00
vilmibm
5d8d032808
move help to its own window
2022-12-13 15:02:06 -08:00
Des Preston
23913ac371
Show version diff when updating a single extension ( #6647 )
2022-12-08 14:40:41 +00:00
Sam Coe
6bbfc5056d
Use git client in extension manager ( #6547 )
2022-11-10 11:38:12 +02:00
vilmibm
036e16608f
Merge remote-tracking branch 'origin/trunk' into gh-ext-search
2022-11-08 12:40:21 -08:00
vilmibm
3abba558f3
review feedback
2022-11-08 12:32:44 -08:00
vilmibm
85e336526d
tweak usage
2022-11-08 12:31:33 -08:00
vilmibm
e84383589e
add more usage info
2022-11-08 11:15:39 -08:00
vilmibm
4bc623591f
gh ext browse
2022-11-08 10:51:20 -08:00
vilmibm
869248fc53
review feedback
2022-11-07 15:05:35 -08:00
vilmibm
4a2c5f222a
add gh ext search
2022-11-04 15:21:12 -07:00
Ariel Deitcher
33e589465e
--force overrides pinned extensions (#6513 )
2022-11-03 12:12:20 +01:00
swfz
2b570d9e53
Upgrade actions/checkout to v3 in extension template ( #6543 )
2022-11-01 17:18:10 +00:00
Sam Coe
4294ee14a1
revert revert 57fbe4f317 ( #6474 )
2022-10-20 12:17:20 +00:00
Sam Coe
2cefb9fa59
Fix pr create regression ( #6472 )
...
* Revert "Refactor to use new git client (#6447 )"
This reverts commit 57fbe4f317 .
* Fix pr create regression
2022-10-20 12:46:23 +03:00
Sam Coe
57fbe4f317
Refactor to use new git client ( #6447 )
2022-10-19 21:11:36 +03:00
Mislav Marohnić
3fe5026d39
Migrate to tableprinter from go-gh ( #6346 )
2022-10-17 15:15:39 +02:00
Ariel Deitcher
abb8c86ee8
mntly/extension not found ( #6425 )
...
Co-authored-by: Mislav Marohnić <mislav@github.com>
2022-10-14 15:27:15 +02:00
Sam Coe
6955db471d
Set default value for all Select prompts ( #6131 )
2022-08-24 09:10:38 +03:00