git-stack-cli 0.3.1 → 0.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -8,7 +8,6 @@
8
8
  npm i -g git-stack-cli
9
9
 
10
10
  git stack
11
- git multi-diff
12
11
  ```
13
12
 
14
13
  ## development
@@ -18,57 +17,4 @@ npm run dev
18
17
  npm link
19
18
 
20
19
  git stack --debug
21
- git multi-diff --debug
22
20
  ```
23
-
24
-
25
- ## TODO
26
-
27
- - point value for querying all pr for user vs individual pr status (current)?
28
-
29
- - select commit ranges
30
- - capture PR title when creating new group
31
-
32
- - display PR status table (new, outdated, etc.) after sync
33
-
34
- - ManualRebase
35
- - set nice PR title and summary (diff stack table)
36
-
37
- - build table of stacked PRs to add to each PR as comment
38
- - order based on local sha ordering (i.e. group_list, which reflects PR order)
39
- - delete and update comment in pr if necessary (use regex)
40
-
41
-
42
- - interactive PR status table
43
- - ▶ Unassigned (8 commits)
44
- - ▶ #764 Title B (2/3 commits) https://github.com/...
45
- - ▶ #742 Title A (5/5 commits) https://github.com/...
46
-
47
- - `folder: { on: '▼', off: '▶' },`
48
- - the first local row shows new commits not synced to any PR
49
- - (2/3 commits) means 3 commits locally and 2 commits in remote (mismatch)
50
- - focus + enter toggles the list open to view each commit
51
- - when expanded
52
- - each commit should also show status, e.g. new commits should show with NEW
53
- - show actions, e.g. Shift+D -> Delete
54
-
55
-
56
- - multiselect with more items than terminal rows needs pagination
57
- - maybe default to window size of about 10 and display a scrollbar to indicate more items in either direction?
58
- - allow typing to filder the list based on regex match?
59
- - quicksearch may be similar or at least inspo
60
- - https://github.com/Eximchain/ink-quicksearch-input
61
-
62
- ## names
63
-
64
- - stack
65
- - prs
66
- - batch
67
- - cake
68
- - pancake
69
- - bake
70
- - pile
71
- - ladder
72
- - steps
73
- - stairs
74
- - chain