Skip to content

Commit 6698913

Browse files
committed
- Rename repository from rush-cli to rush
1 parent 1ba7c77 commit 6698913

File tree

8 files changed

+69
-69
lines changed

8 files changed

+69
-69
lines changed

.envrc.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# for git-changelog (https://github.com/dannyben/git-changelog)
2-
export CHANGELOG_COMMIT_URL=https://github.com/DannyBen/rush-cli/commit/%h
3-
export CHANGELOG_COMPARE_URL=https://github.com/dannyben/rush-cli/compare/%s
2+
export CHANGELOG_COMMIT_URL=https://github.com/DannyBen/rush/commit/%h
3+
export CHANGELOG_COMPARE_URL=https://github.com/dannyben/rush/compare/%s
44

55
export RUSH_CONFIG=$PWD/rush-dev.ini
66
PATH_add .

CHANGELOG.md

Lines changed: 58 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -4,182 +4,182 @@ Changelog
44
v0.7.14 - 2024-07-05
55
----------------------------------------
66

7-
- Setup: Fix bash completions on mac [`b90001b`](https://github.com/DannyBen/rush-cli/commit/b90001b)
8-
- Regenerate with bashly 1.2.0 [`5bbb836`](https://github.com/DannyBen/rush-cli/commit/5bbb836)
9-
- Compare [`v0.7.13..v0.7.14`](https://github.com/dannyben/rush-cli/compare/v0.7.13..v0.7.14)
7+
- Setup: Fix bash completions on mac [`b90001b`](https://github.com/DannyBen/rush/commit/b90001b)
8+
- Regenerate with bashly 1.2.0 [`5bbb836`](https://github.com/DannyBen/rush/commit/5bbb836)
9+
- Compare [`v0.7.13..v0.7.14`](https://github.com/dannyben/rush/compare/v0.7.13..v0.7.14)
1010

1111

1212
v0.7.13 - 2024-01-05
1313
----------------------------------------
1414

15-
- Add ability to configure default root directory with `RUSH_ROOT` [`a0694ca`](https://github.com/DannyBen/rush-cli/commit/a0694ca)
16-
- Compare [`v0.7.12..v0.7.13`](https://github.com/dannyben/rush-cli/compare/v0.7.12..v0.7.13)
15+
- Add ability to configure default root directory with `RUSH_ROOT` [`a0694ca`](https://github.com/DannyBen/rush/commit/a0694ca)
16+
- Compare [`v0.7.12..v0.7.13`](https://github.com/dannyben/rush/compare/v0.7.12..v0.7.13)
1717

1818

1919
v0.7.12 - 2023-11-19
2020
----------------------------------------
2121

22-
- Add man documentation [`161dbca`](https://github.com/DannyBen/rush-cli/commit/161dbca)
23-
- Add `rush ls` as an alias to `rush list` [`74f5680`](https://github.com/DannyBen/rush-cli/commit/74f5680)
24-
- Add `--undo` to the `rush snatch` command [`79a50ce`](https://github.com/DannyBen/rush-cli/commit/79a50ce)
25-
- Compare [`v0.7.11..v0.7.12`](https://github.com/dannyben/rush-cli/compare/v0.7.11..v0.7.12)
22+
- Add man documentation [`161dbca`](https://github.com/DannyBen/rush/commit/161dbca)
23+
- Add `rush ls` as an alias to `rush list` [`74f5680`](https://github.com/DannyBen/rush/commit/74f5680)
24+
- Add `--undo` to the `rush snatch` command [`79a50ce`](https://github.com/DannyBen/rush/commit/79a50ce)
25+
- Compare [`v0.7.11..v0.7.12`](https://github.com/dannyben/rush/compare/v0.7.11..v0.7.12)
2626

2727

2828
v0.7.11 - 2023-08-11
2929
----------------------------------------
3030

31-
- Update bashly config lib [`a360a00`](https://github.com/DannyBen/rush-cli/commit/a360a00)
32-
- Refactor push command to avoid chmod by default and add --chmod flag [`07a3dce`](https://github.com/DannyBen/rush-cli/commit/07a3dce)
33-
- Compare [`v0.7.10..v0.7.11`](https://github.com/dannyben/rush-cli/compare/v0.7.10..v0.7.11)
31+
- Update bashly config lib [`a360a00`](https://github.com/DannyBen/rush/commit/a360a00)
32+
- Refactor push command to avoid chmod by default and add --chmod flag [`07a3dce`](https://github.com/DannyBen/rush/commit/07a3dce)
33+
- Compare [`v0.7.10..v0.7.11`](https://github.com/dannyben/rush/compare/v0.7.10..v0.7.11)
3434

3535

3636
v0.7.10 - 2023-07-26
3737
----------------------------------------
3838

39-
- Improve performance of rush list and package name completion [`0090eb6`](https://github.com/DannyBen/rush-cli/commit/0090eb6)
40-
- Compare [`v0.7.9..v0.7.10`](https://github.com/dannyben/rush-cli/compare/v0.7.9..v0.7.10)
39+
- Improve performance of rush list and package name completion [`0090eb6`](https://github.com/DannyBen/rush/commit/0090eb6)
40+
- Compare [`v0.7.9..v0.7.10`](https://github.com/dannyben/rush/compare/v0.7.9..v0.7.10)
4141

4242

4343
v0.7.9 - 2023-05-19
4444
----------------------------------------
4545

46-
- Regenerate with bashly 1.0.2 [`eb18d7c`](https://github.com/DannyBen/rush-cli/commit/eb18d7c)
47-
- Change push command to only chmod new (untracked) files [`e9b7132`](https://github.com/DannyBen/rush-cli/commit/e9b7132)
48-
- Compare [`v0.7.8..v0.7.9`](https://github.com/dannyben/rush-cli/compare/v0.7.8..v0.7.9)
46+
- Regenerate with bashly 1.0.2 [`eb18d7c`](https://github.com/DannyBen/rush/commit/eb18d7c)
47+
- Change push command to only chmod new (untracked) files [`e9b7132`](https://github.com/DannyBen/rush/commit/e9b7132)
48+
- Compare [`v0.7.8..v0.7.9`](https://github.com/dannyben/rush/compare/v0.7.8..v0.7.9)
4949

5050

5151
v0.7.7 - 2023-02-17
5252
----------------------------------------
5353

54-
- Generate with bashly 1.0 and embolden usage captions [`ab1b77c`](https://github.com/DannyBen/rush-cli/commit/ab1b77c)
55-
- Compare [`v0.7.6..v0.7.7`](https://github.com/dannyben/rush-cli/compare/v0.7.6..v0.7.7)
54+
- Generate with bashly 1.0 and embolden usage captions [`ab1b77c`](https://github.com/DannyBen/rush/commit/ab1b77c)
55+
- Compare [`v0.7.6..v0.7.7`](https://github.com/dannyben/rush/compare/v0.7.6..v0.7.7)
5656

5757

5858
v0.7.6 - 2022-12-24
5959
----------------------------------------
6060

61-
- Regenerate with Bashly 0.9.3 [`e692c93`](https://github.com/DannyBen/rush-cli/commit/e692c93)
62-
- Compare [`v0.7.5..v0.7.6`](https://github.com/dannyben/rush-cli/compare/v0.7.5..v0.7.6)
61+
- Regenerate with Bashly 0.9.3 [`e692c93`](https://github.com/DannyBen/rush/commit/e692c93)
62+
- Compare [`v0.7.5..v0.7.6`](https://github.com/dannyben/rush/compare/v0.7.5..v0.7.6)
6363

6464

6565
v0.7.5 - 2022-10-15
6666
----------------------------------------
6767

68-
- Add --force and --verbose to 'rush get' command [`d9c0fc6`](https://github.com/DannyBen/rush-cli/commit/d9c0fc6)
69-
- Add --force and --verbose to 'rush undo' and 'rush snatch' [`515b197`](https://github.com/DannyBen/rush-cli/commit/515b197)
70-
- Compare [`v0.7.4..v0.7.5`](https://github.com/dannyben/rush-cli/compare/v0.7.4..v0.7.5)
68+
- Add --force and --verbose to 'rush get' command [`d9c0fc6`](https://github.com/DannyBen/rush/commit/d9c0fc6)
69+
- Add --force and --verbose to 'rush undo' and 'rush snatch' [`515b197`](https://github.com/DannyBen/rush/commit/515b197)
70+
- Compare [`v0.7.4..v0.7.5`](https://github.com/dannyben/rush/compare/v0.7.4..v0.7.5)
7171

7272

7373
v0.7.4 - 2022-09-04
7474
----------------------------------------
7575

76-
- Generate with bashly 0.8.3 [`d6485c1`](https://github.com/DannyBen/rush-cli/commit/d6485c1)
77-
- Improve bash completions (through bashly 0.8.4 and completely 0.5.0) [`041a146`](https://github.com/DannyBen/rush-cli/commit/041a146)
78-
- Compare [`v0.7.3..v0.7.4`](https://github.com/dannyben/rush-cli/compare/v0.7.3..v0.7.4)
76+
- Generate with bashly 0.8.3 [`d6485c1`](https://github.com/DannyBen/rush/commit/d6485c1)
77+
- Improve bash completions (through bashly 0.8.4 and completely 0.5.0) [`041a146`](https://github.com/DannyBen/rush/commit/041a146)
78+
- Compare [`v0.7.3..v0.7.4`](https://github.com/dannyben/rush/compare/v0.7.3..v0.7.4)
7979

8080

8181
v0.7.3 - 2022-06-01
8282
----------------------------------------
8383

84-
- Regenerate with bashly 0.8.2 [`b5aaeb3`](https://github.com/DannyBen/rush-cli/commit/b5aaeb3)
85-
- Compare [`v0.7.2..v0.7.3`](https://github.com/dannyben/rush-cli/compare/v0.7.2..v0.7.3)
84+
- Regenerate with bashly 0.8.2 [`b5aaeb3`](https://github.com/DannyBen/rush/commit/b5aaeb3)
85+
- Compare [`v0.7.2..v0.7.3`](https://github.com/dannyben/rush/compare/v0.7.2..v0.7.3)
8686

8787

8888
<!-- break v0.7.2 -->
8989
v0.7.2 - 2022-05-12
9090
----------------------------------------
9191

92-
- Generate with bashly 0.8.0 [`7bf6a50`](https://github.com/DannyBen/rush-cli/commit/7bf6a50)
93-
- Compare [`v0.7.1..v0.7.2`](https://github.com/dannyben/rush-cli/compare/v0.7.1..v0.7.2)
92+
- Generate with bashly 0.8.0 [`7bf6a50`](https://github.com/DannyBen/rush/commit/7bf6a50)
93+
- Compare [`v0.7.1..v0.7.2`](https://github.com/dannyben/rush/compare/v0.7.1..v0.7.2)
9494

9595

9696
v0.7.1 - 2022-01-28
9797
----------------------------------------
9898

99-
- Regenerate with bashly 0.7.2 [`eea1ab8`](https://github.com/DannyBen/rush-cli/commit/eea1ab8)
100-
- Compare [`v0.7.0..v0.7.1`](https://github.com/dannyben/rush-cli/compare/v0.7.0..v0.7.1)
99+
- Regenerate with bashly 0.7.2 [`eea1ab8`](https://github.com/DannyBen/rush/commit/eea1ab8)
100+
- Compare [`v0.7.0..v0.7.1`](https://github.com/dannyben/rush/compare/v0.7.0..v0.7.1)
101101

102102

103103
v0.7.0 - 2021-10-30
104104
----------------------------------------
105105

106-
- Regenerate with bashly 0.7.0 [`a4edcf1`](https://github.com/DannyBen/rush-cli/commit/a4edcf1)
107-
- Compare [`v0.6.9..v0.7.0`](https://github.com/dannyben/rush-cli/compare/v0.6.9..v0.7.0)
106+
- Regenerate with bashly 0.7.0 [`a4edcf1`](https://github.com/DannyBen/rush/commit/a4edcf1)
107+
- Compare [`v0.6.9..v0.7.0`](https://github.com/dannyben/rush/compare/v0.6.9..v0.7.0)
108108

109109

110110
v0.6.9 - 2021-09-04
111111
----------------------------------------
112112

113-
- Add --all to rush list [`a1136a3`](https://github.com/DannyBen/rush-cli/commit/a1136a3)
114-
- Compare [`v0.6.8..v0.6.9`](https://github.com/dannyben/rush-cli/compare/v0.6.8..v0.6.9)
113+
- Add --all to rush list [`a1136a3`](https://github.com/DannyBen/rush/commit/a1136a3)
114+
- Compare [`v0.6.8..v0.6.9`](https://github.com/dannyben/rush/compare/v0.6.8..v0.6.9)
115115

116116

117117
v0.6.8 - 2021-09-03
118118
----------------------------------------
119119

120-
- Fix rush show to not break when the package contains directories [`9bf4847`](https://github.com/DannyBen/rush-cli/commit/9bf4847)
121-
- Compare [`v0.6.7..v0.6.8`](https://github.com/dannyben/rush-cli/compare/v0.6.7..v0.6.8)
120+
- Fix rush show to not break when the package contains directories [`9bf4847`](https://github.com/DannyBen/rush/commit/9bf4847)
121+
- Compare [`v0.6.7..v0.6.8`](https://github.com/dannyben/rush/compare/v0.6.7..v0.6.8)
122122

123123

124124
v0.6.7 - 2021-09-03
125125
----------------------------------------
126126

127-
- Regenerate with bashly 0.6.5 [`ccc5b99`](https://github.com/DannyBen/rush-cli/commit/ccc5b99)
128-
- Compare [`v0.6.6..v0.6.7`](https://github.com/dannyben/rush-cli/compare/v0.6.6..v0.6.7)
127+
- Regenerate with bashly 0.6.5 [`ccc5b99`](https://github.com/DannyBen/rush/commit/ccc5b99)
128+
- Compare [`v0.6.6..v0.6.7`](https://github.com/dannyben/rush/compare/v0.6.6..v0.6.7)
129129

130130

131131
v0.6.6 - 2021-08-28
132132
----------------------------------------
133133

134-
- Exit gracefully when bash < 4 [`188106f`](https://github.com/DannyBen/rush-cli/commit/188106f)
135-
- Compare [`v0.6.5..v0.6.6`](https://github.com/dannyben/rush-cli/compare/v0.6.5..v0.6.6)
134+
- Exit gracefully when bash < 4 [`188106f`](https://github.com/DannyBen/rush/commit/188106f)
135+
- Compare [`v0.6.5..v0.6.6`](https://github.com/dannyben/rush/compare/v0.6.5..v0.6.6)
136136

137137

138138
v0.6.5 - 2021-07-21
139139
----------------------------------------
140140

141-
- Implement full bash completion [`3d23576`](https://github.com/DannyBen/rush-cli/commit/3d23576)
142-
- Compare [`v0.6.4..v0.6.5`](https://github.com/dannyben/rush-cli/compare/v0.6.4..v0.6.5)
141+
- Implement full bash completion [`3d23576`](https://github.com/DannyBen/rush/commit/3d23576)
142+
- Compare [`v0.6.4..v0.6.5`](https://github.com/dannyben/rush/compare/v0.6.4..v0.6.5)
143143

144144

145145
v0.6.4 - 2021-07-21
146146
----------------------------------------
147147

148-
- Refactor setup script for a more polite autocomplete location [`ec6348b`](https://github.com/DannyBen/rush-cli/commit/ec6348b)
149-
- Fix rush list -s to not show empty repos [`c4a0560`](https://github.com/DannyBen/rush-cli/commit/c4a0560)
150-
- Compare [`v0.6.3..v0.6.4`](https://github.com/dannyben/rush-cli/compare/v0.6.3..v0.6.4)
148+
- Refactor setup script for a more polite autocomplete location [`ec6348b`](https://github.com/DannyBen/rush/commit/ec6348b)
149+
- Fix rush list -s to not show empty repos [`c4a0560`](https://github.com/DannyBen/rush/commit/c4a0560)
150+
- Compare [`v0.6.3..v0.6.4`](https://github.com/dannyben/rush/compare/v0.6.3..v0.6.4)
151151

152152

153153
v0.6.3 - 2021-04-30
154154
----------------------------------------
155155

156-
- Add copy command for copying packages [`c22c8a8`](https://github.com/DannyBen/rush-cli/commit/c22c8a8)
157-
- Compare [`v0.6.2..v0.6.3`](https://github.com/dannyben/rush-cli/compare/v0.6.2..v0.6.3)
156+
- Add copy command for copying packages [`c22c8a8`](https://github.com/DannyBen/rush/commit/c22c8a8)
157+
- Compare [`v0.6.2..v0.6.3`](https://github.com/dannyben/rush/compare/v0.6.2..v0.6.3)
158158

159159

160160
v0.6.2 - 2021-04-30
161161
----------------------------------------
162162

163-
- Change push command to only push the default [`04fda78`](https://github.com/DannyBen/rush-cli/commit/04fda78)
164-
- Compare [`v0.6.1..v0.6.2`](https://github.com/dannyben/rush-cli/compare/v0.6.1..v0.6.2)
163+
- Change push command to only push the default [`04fda78`](https://github.com/DannyBen/rush/commit/04fda78)
164+
- Compare [`v0.6.1..v0.6.2`](https://github.com/dannyben/rush/compare/v0.6.1..v0.6.2)
165165

166166

167167
v0.6.1 - 2021-04-28
168168
----------------------------------------
169169

170-
- Update clone command --shallow and --default [`361e2d9`](https://github.com/DannyBen/rush-cli/commit/361e2d9)
171-
- Compare [`v0.6.0..v0.6.1`](https://github.com/dannyben/rush-cli/compare/v0.6.0..v0.6.1)
170+
- Update clone command --shallow and --default [`361e2d9`](https://github.com/DannyBen/rush/commit/361e2d9)
171+
- Compare [`v0.6.0..v0.6.1`](https://github.com/dannyben/rush/compare/v0.6.0..v0.6.1)
172172

173173

174174
v0.6.0 - 2021-04-23
175175
----------------------------------------
176176

177-
- Add show command instead of info -x [`b2fa971`](https://github.com/DannyBen/rush-cli/commit/b2fa971)
178-
- Compare [`v0.5.9..v0.6.0`](https://github.com/dannyben/rush-cli/compare/v0.5.9..v0.6.0)
177+
- Add show command instead of info -x [`b2fa971`](https://github.com/DannyBen/rush/commit/b2fa971)
178+
- Compare [`v0.5.9..v0.6.0`](https://github.com/dannyben/rush/compare/v0.5.9..v0.6.0)
179179

180180

181181
v0.5.9 - 2020-10-10
182182
----------------------------------------
183183

184-
- Add titles to search output sections [`d7baefa`](https://github.com/DannyBen/rush-cli/commit/d7baefa)
185-
- Compare [`v0.5.8..v0.5.9`](https://github.com/dannyben/rush-cli/compare/v0.5.8..v0.5.9)
184+
- Add titles to search output sections [`d7baefa`](https://github.com/DannyBen/rush/commit/d7baefa)
185+
- Compare [`v0.5.8..v0.5.9`](https://github.com/dannyben/rush/compare/v0.5.8..v0.5.9)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ _ / /_/ \__,_/ /____/ /_/ /_/
99
/_/ Personal Package Manager
1010
```
1111

12-
[![Build Status](https://github.com/DannyBen/rush-cli/workflows/Test/badge.svg)](https://github.com/DannyBen/rush-cli/actions?query=workflow%3ATest)
12+
[![Build Status](https://github.com/DannyBen/rush/workflows/Test/badge.svg)](https://github.com/DannyBen/rush/actions?query=workflow%3ATest)
1313

1414
---
1515

@@ -234,4 +234,4 @@ to contribute, feel free to [open an issue][issues].
234234
[dannyben-repo]: https://github.com/dannyben/rush-repo
235235
[bashly]: https://bashly.dannyb.co/
236236
[docker-image]: https://github.com/dannyben/docker-rush
237-
[issues]: https://github.com/DannyBen/rush-cli/issues
237+
[issues]: https://github.com/DannyBen/rush/issues

developer-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
## Setup
1010

11-
For easy development, configure the folder where you cloned the `rush-cli`
11+
For easy development, configure the folder where you cloned the `rush`
1212
reposotory to use the included sample repo.
1313

1414
If you are using direnv, create this file:

doc/rush.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ SEE ALSO
149149

150150
# SOURCE CODE
151151

152-
https://github.com/dannyben/rush-cli
152+
https://github.com/dannyben/rush
153153

154154
# ISSUE TRACKER
155155

156-
https://github.com/dannyben/rush-cli/issues
156+
https://github.com/dannyben/rush/issues

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ services:
22
bash:
33
build: .
44
<<: &default
5-
image: dannyben/rush-cli
5+
image: dannyben/rush
66
environment:
77
LC_ALL: en_US.UTF-8 # consistent sort order
88
volumes:

setup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ initialize() {
106106
}
107107

108108
section "Initializing"
109-
initialize "DannyBen/rush-cli"
109+
initialize "DannyBen/rush"
110110

111111
section "Checking for pre-requisites"
112112
need git

src/bashly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ x_mandoc_authors: Danny Ben Shitrit <https://github.com/dannyben>
77
x_mandoc_footer: |-
88
# SOURCE CODE
99
10-
https://github.com/dannyben/rush-cli
10+
https://github.com/dannyben/rush
1111
1212
# ISSUE TRACKER
1313
14-
https://github.com/dannyben/rush-cli/issues
14+
https://github.com/dannyben/rush/issues
1515
1616
environment_variables:
1717
- name: rush_config

0 commit comments

Comments
 (0)