Skip to content

Commit 6f48e5e

Browse files
authored
Merge pull request #82 from bashly-framework/change/github-links
Change all github links to bashly-framework org
2 parents 4abdb3d + dc2feca commit 6f48e5e

File tree

17 files changed

+83
-83
lines changed

17 files changed

+83
-83
lines changed

.envrc.example

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

CHANGELOG.md

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -4,173 +4,173 @@ Changelog
44
v0.7.1 - 2025-04-04
55
----------------------------------------
66

7-
- Add support for modifying the `complete` command options [`690c264`](https://github.com/DannyBen/completely/commit/690c264)
8-
- Compare [`v0.7.0..v0.7.1`](https://github.com/dannyben/completely/compare/v0.7.0..v0.7.1)
7+
- Add support for modifying the `complete` command options [`690c264`](https://github.com/bashly-framework/completely/commit/690c264)
8+
- Compare [`v0.7.0..v0.7.1`](https://github.com/bashly-framework/completely/compare/v0.7.0..v0.7.1)
99

1010

1111
v0.7.0 - 2024-11-29
1212
----------------------------------------
1313

14-
- Update instructions and template for obtaining list of git branches [`8cdfabd`](https://github.com/DannyBen/completely/commit/8cdfabd)
15-
- Add support for nested configuration [`742e3cd`](https://github.com/DannyBen/completely/commit/742e3cd)
16-
- Add `completely init --nested` and explain nested syntax in the README [`f1e17ed`](https://github.com/DannyBen/completely/commit/f1e17ed)
17-
- Compare [`v0.6.3..v0.7.0`](https://github.com/dannyben/completely/compare/v0.6.3..v0.7.0)
14+
- Update instructions and template for obtaining list of git branches [`8cdfabd`](https://github.com/bashly-framework/completely/commit/8cdfabd)
15+
- Add support for nested configuration [`742e3cd`](https://github.com/bashly-framework/completely/commit/742e3cd)
16+
- Add `completely init --nested` and explain nested syntax in the README [`f1e17ed`](https://github.com/bashly-framework/completely/commit/f1e17ed)
17+
- Compare [`v0.6.3..v0.7.0`](https://github.com/bashly-framework/completely/compare/v0.6.3..v0.7.0)
1818

1919

2020
v0.6.3 - 2024-07-05
2121
----------------------------------------
2222

23-
- Allow using colon, semicolon and equal sign in completions [`a9e6a6e`](https://github.com/DannyBen/completely/commit/a9e6a6e)
24-
- Check output with shfmt [`3f7ae7e`](https://github.com/DannyBen/completely/commit/3f7ae7e)
25-
- Revert wordbreak (colon) patch [`24f9d3d`](https://github.com/DannyBen/completely/commit/24f9d3d)
26-
- Compare [`v0.6.2..v0.6.3`](https://github.com/dannyben/completely/compare/v0.6.2..v0.6.3)
23+
- Allow using colon, semicolon and equal sign in completions [`a9e6a6e`](https://github.com/bashly-framework/completely/commit/a9e6a6e)
24+
- Check output with shfmt [`3f7ae7e`](https://github.com/bashly-framework/completely/commit/3f7ae7e)
25+
- Revert wordbreak (colon) patch [`24f9d3d`](https://github.com/bashly-framework/completely/commit/24f9d3d)
26+
- Compare [`v0.6.2..v0.6.3`](https://github.com/bashly-framework/completely/compare/v0.6.2..v0.6.3)
2727

2828

2929
v0.6.2 - 2024-02-08
3030
----------------------------------------
3131

32-
- Update possible completions installation directories [`2bc93a7`](https://github.com/DannyBen/completely/commit/2bc93a7)
33-
- Build docker images automatically [`4d20dfd`](https://github.com/DannyBen/completely/commit/4d20dfd)
34-
- Compare [`v0.6.1..v0.6.2`](https://github.com/dannyben/completely/compare/v0.6.1..v0.6.2)
32+
- Update possible completions installation directories [`2bc93a7`](https://github.com/bashly-framework/completely/commit/2bc93a7)
33+
- Build docker images automatically [`4d20dfd`](https://github.com/bashly-framework/completely/commit/4d20dfd)
34+
- Compare [`v0.6.1..v0.6.2`](https://github.com/bashly-framework/completely/compare/v0.6.1..v0.6.2)
3535

3636

3737
v0.6.1 - 2023-06-23
3838
----------------------------------------
3939

40-
- Add ability to uninstall a completion script [`67b6715`](https://github.com/DannyBen/completely/commit/67b6715)
41-
- Compare [`v0.6.0..v0.6.1`](https://github.com/dannyben/completely/compare/v0.6.0..v0.6.1)
40+
- Add ability to uninstall a completion script [`67b6715`](https://github.com/bashly-framework/completely/commit/67b6715)
41+
- Compare [`v0.6.0..v0.6.1`](https://github.com/bashly-framework/completely/compare/v0.6.0..v0.6.1)
4242

4343

4444
v0.6.0 - 2023-06-23
4545
----------------------------------------
4646

47-
- Refactor install command and add an Installer model [`b1341fa`](https://github.com/DannyBen/completely/commit/b1341fa)
48-
- Drop support for Ruby 2.7 [`151eff1`](https://github.com/DannyBen/completely/commit/151eff1)
49-
- Change exception classes [`3ce16ac`](https://github.com/DannyBen/completely/commit/3ce16ac)
50-
- Compare [`v0.5.4..v0.6.0`](https://github.com/dannyben/completely/compare/v0.5.4..v0.6.0)
47+
- Refactor install command and add an Installer model [`b1341fa`](https://github.com/bashly-framework/completely/commit/b1341fa)
48+
- Drop support for Ruby 2.7 [`151eff1`](https://github.com/bashly-framework/completely/commit/151eff1)
49+
- Change exception classes [`3ce16ac`](https://github.com/bashly-framework/completely/commit/3ce16ac)
50+
- Compare [`v0.5.4..v0.6.0`](https://github.com/bashly-framework/completely/compare/v0.5.4..v0.6.0)
5151

5252

5353
v0.5.4 - 2023-04-21
5454
----------------------------------------
5555

56-
- Add `completely install` command [`2fbd879`](https://github.com/DannyBen/completely/commit/2fbd879)
57-
- Compare [`v0.5.3..v0.5.4`](https://github.com/dannyben/completely/compare/v0.5.3..v0.5.4)
56+
- Add `completely install` command [`2fbd879`](https://github.com/bashly-framework/completely/commit/2fbd879)
57+
- Compare [`v0.5.3..v0.5.4`](https://github.com/bashly-framework/completely/compare/v0.5.3..v0.5.4)
5858

5959

6060
v0.5.3 - 2023-01-31
6161
----------------------------------------
6262

63-
- Upgrade dependencies [`211166a`](https://github.com/DannyBen/completely/commit/211166a)
64-
- Compare [`v0.5.2..v0.5.3`](https://github.com/dannyben/completely/compare/v0.5.2..v0.5.3)
63+
- Upgrade dependencies [`211166a`](https://github.com/bashly-framework/completely/commit/211166a)
64+
- Compare [`v0.5.2..v0.5.3`](https://github.com/bashly-framework/completely/compare/v0.5.2..v0.5.3)
6565

6666

6767
v0.5.2 - 2022-12-02
6868
----------------------------------------
6969

70-
- Improve test command output and allow multiple complines in one run [`e924571`](https://github.com/DannyBen/completely/commit/e924571)
71-
- Compare [`v0.5.1..v0.5.2`](https://github.com/dannyben/completely/compare/v0.5.1..v0.5.2)
70+
- Improve test command output and allow multiple complines in one run [`e924571`](https://github.com/bashly-framework/completely/commit/e924571)
71+
- Compare [`v0.5.1..v0.5.2`](https://github.com/bashly-framework/completely/compare/v0.5.1..v0.5.2)
7272

7373

7474
v0.5.1 - 2022-11-28
7575
----------------------------------------
7676

77-
- Refactor with rubocop [`42b996d`](https://github.com/DannyBen/completely/commit/42b996d)
78-
- Fix broken script when wildcards follow the first word [`63b77d1`](https://github.com/DannyBen/completely/commit/63b77d1)
79-
- Show warning when running the test command on an invalid file [`de7ede0`](https://github.com/DannyBen/completely/commit/de7ede0)
80-
- Compare [`v0.5.0..v0.5.1`](https://github.com/dannyben/completely/compare/v0.5.0..v0.5.1)
77+
- Refactor with rubocop [`42b996d`](https://github.com/bashly-framework/completely/commit/42b996d)
78+
- Fix broken script when wildcards follow the first word [`63b77d1`](https://github.com/bashly-framework/completely/commit/63b77d1)
79+
- Show warning when running the test command on an invalid file [`de7ede0`](https://github.com/bashly-framework/completely/commit/de7ede0)
80+
- Compare [`v0.5.0..v0.5.1`](https://github.com/bashly-framework/completely/compare/v0.5.0..v0.5.1)
8181

8282

8383
v0.5.0 - 2022-09-04
8484
----------------------------------------
8585

86-
- Add docker release [`39acd6e`](https://github.com/DannyBen/completely/commit/39acd6e)
87-
- Fix shellcheck SC2162 in the generated script [`9e703ec`](https://github.com/DannyBen/completely/commit/9e703ec)
88-
- Fix shellcheck SC2124 in the generated script [`2d23c51`](https://github.com/DannyBen/completely/commit/2d23c51)
89-
- Hide flag completion unless input ends with a hyphen [`c15d705`](https://github.com/DannyBen/completely/commit/c15d705)
90-
- Compare [`v0.4.3..v0.5.0`](https://github.com/dannyben/completely/compare/v0.4.3..v0.5.0)
86+
- Add docker release [`39acd6e`](https://github.com/bashly-framework/completely/commit/39acd6e)
87+
- Fix shellcheck SC2162 in the generated script [`9e703ec`](https://github.com/bashly-framework/completely/commit/9e703ec)
88+
- Fix shellcheck SC2124 in the generated script [`2d23c51`](https://github.com/bashly-framework/completely/commit/2d23c51)
89+
- Hide flag completion unless input ends with a hyphen [`c15d705`](https://github.com/bashly-framework/completely/commit/c15d705)
90+
- Compare [`v0.4.3..v0.5.0`](https://github.com/bashly-framework/completely/compare/v0.4.3..v0.5.0)
9191

9292

9393
v0.4.3 - 2022-07-14
9494
----------------------------------------
9595

96-
- Fix file/folder completion when they contain spaces [`9dea691`](https://github.com/DannyBen/completely/commit/9dea691)
97-
- Compare [`v0.4.2..v0.4.3`](https://github.com/dannyben/completely/compare/v0.4.2..v0.4.3)
96+
- Fix file/folder completion when they contain spaces [`9dea691`](https://github.com/bashly-framework/completely/commit/9dea691)
97+
- Compare [`v0.4.2..v0.4.3`](https://github.com/bashly-framework/completely/compare/v0.4.2..v0.4.3)
9898

9999

100100
v0.4.2 - 2022-05-27
101101
----------------------------------------
102102

103-
- Allow keeping the test script with --keep [`20d9b15`](https://github.com/DannyBen/completely/commit/20d9b15)
104-
- Compare [`v0.4.1..v0.4.2`](https://github.com/dannyben/completely/compare/v0.4.1..v0.4.2)
103+
- Allow keeping the test script with --keep [`20d9b15`](https://github.com/bashly-framework/completely/commit/20d9b15)
104+
- Compare [`v0.4.1..v0.4.2`](https://github.com/bashly-framework/completely/compare/v0.4.1..v0.4.2)
105105

106106

107107
v0.4.1 - 2022-05-21
108108
----------------------------------------
109109

110-
- Remove support for arbitrary script test to fix zsh incompatibilities [`9e3e6d9`](https://github.com/DannyBen/completely/commit/9e3e6d9)
111-
- Compare [`v0.4.0..v0.4.1`](https://github.com/dannyben/completely/compare/v0.4.0..v0.4.1)
110+
- Remove support for arbitrary script test to fix zsh incompatibilities [`9e3e6d9`](https://github.com/bashly-framework/completely/commit/9e3e6d9)
111+
- Compare [`v0.4.0..v0.4.1`](https://github.com/bashly-framework/completely/compare/v0.4.0..v0.4.1)
112112

113113

114114
v0.4.0 - 2022-05-21
115115
----------------------------------------
116116

117-
- Improve template [`8172be2`](https://github.com/DannyBen/completely/commit/8172be2)
118-
- Refactor CLI commands [`1fced36`](https://github.com/DannyBen/completely/commit/1fced36)
119-
- Add Tester class for testing any completions script [`986f4d1`](https://github.com/DannyBen/completely/commit/986f4d1)
120-
- Add tester CLI command [`09e91ee`](https://github.com/DannyBen/completely/commit/09e91ee)
121-
- Add support for middle wildcard for --flag args completions [`8d25207`](https://github.com/DannyBen/completely/commit/8d25207)
122-
- Add COMPLETELY_DEBUG environment setting [`44c00a1`](https://github.com/DannyBen/completely/commit/44c00a1)
123-
- Allow setting the CONFIG_PATH argument via the COMPLETELY_CONFIG_PATH environment variable [`8ef65e1`](https://github.com/DannyBen/completely/commit/8ef65e1)
124-
- Allow setting the SCRIPT_PATH argument via the COMPLETELY_SCRIPT_PATH environment variable [`a484ff4`](https://github.com/DannyBen/completely/commit/a484ff4)
125-
- Compare [`v0.3.1..v0.4.0`](https://github.com/dannyben/completely/compare/v0.3.1..v0.4.0)
117+
- Improve template [`8172be2`](https://github.com/bashly-framework/completely/commit/8172be2)
118+
- Refactor CLI commands [`1fced36`](https://github.com/bashly-framework/completely/commit/1fced36)
119+
- Add Tester class for testing any completions script [`986f4d1`](https://github.com/bashly-framework/completely/commit/986f4d1)
120+
- Add tester CLI command [`09e91ee`](https://github.com/bashly-framework/completely/commit/09e91ee)
121+
- Add support for middle wildcard for --flag args completions [`8d25207`](https://github.com/bashly-framework/completely/commit/8d25207)
122+
- Add COMPLETELY_DEBUG environment setting [`44c00a1`](https://github.com/bashly-framework/completely/commit/44c00a1)
123+
- Allow setting the CONFIG_PATH argument via the COMPLETELY_CONFIG_PATH environment variable [`8ef65e1`](https://github.com/bashly-framework/completely/commit/8ef65e1)
124+
- Allow setting the SCRIPT_PATH argument via the COMPLETELY_SCRIPT_PATH environment variable [`a484ff4`](https://github.com/bashly-framework/completely/commit/a484ff4)
125+
- Compare [`v0.3.1..v0.4.0`](https://github.com/bashly-framework/completely/compare/v0.3.1..v0.4.0)
126126

127127

128128
v0.3.1 - 2022-02-20
129129
----------------------------------------
130130

131-
- Fix Psych 4 errors for Ruby 3.1 [`2fb9a73`](https://github.com/DannyBen/completely/commit/2fb9a73)
132-
- Compare [`v0.3.0..v0.3.1`](https://github.com/dannyben/completely/compare/v0.3.0..v0.3.1)
131+
- Fix Psych 4 errors for Ruby 3.1 [`2fb9a73`](https://github.com/bashly-framework/completely/commit/2fb9a73)
132+
- Compare [`v0.3.0..v0.3.1`](https://github.com/bashly-framework/completely/compare/v0.3.0..v0.3.1)
133133

134134

135135
v0.3.0 - 2022-01-28
136136
----------------------------------------
137137

138-
- Fix generated script for zsh compatibility [`d19369b`](https://github.com/DannyBen/completely/commit/d19369b)
139-
- Compare [`v0.2.0..v0.3.0`](https://github.com/dannyben/completely/compare/v0.2.0..v0.3.0)
138+
- Fix generated script for zsh compatibility [`d19369b`](https://github.com/bashly-framework/completely/commit/d19369b)
139+
- Compare [`v0.2.0..v0.3.0`](https://github.com/bashly-framework/completely/compare/v0.2.0..v0.3.0)
140140

141141

142142
v0.2.0 - 2021-09-03
143143
----------------------------------------
144144

145-
- Improve generated code to support local completions [`3518434`](https://github.com/DannyBen/completely/commit/3518434)
146-
- Compare [`v0.1.3..v0.2.0`](https://github.com/dannyben/completely/compare/v0.1.3..v0.2.0)
145+
- Improve generated code to support local completions [`3518434`](https://github.com/bashly-framework/completely/commit/3518434)
146+
- Compare [`v0.1.3..v0.2.0`](https://github.com/bashly-framework/completely/compare/v0.1.3..v0.2.0)
147147

148148

149149
v0.1.3 - 2021-07-21
150150
----------------------------------------
151151

152-
- Fix function name when only spaced patterns are configured [`2e14ec2`](https://github.com/DannyBen/completely/commit/2e14ec2)
153-
- Compare [`v0.1.2..v0.1.3`](https://github.com/dannyben/completely/compare/v0.1.2..v0.1.3)
152+
- Fix function name when only spaced patterns are configured [`2e14ec2`](https://github.com/bashly-framework/completely/commit/2e14ec2)
153+
- Compare [`v0.1.2..v0.1.3`](https://github.com/bashly-framework/completely/compare/v0.1.2..v0.1.3)
154154

155155

156156
v0.1.2 - 2021-07-20
157157
----------------------------------------
158158

159-
- Add ability to generate a function that prints the script [`22de124`](https://github.com/DannyBen/completely/commit/22de124)
160-
- Compare [`v0.1.1..v0.1.2`](https://github.com/dannyben/completely/compare/v0.1.1..v0.1.2)
159+
- Add ability to generate a function that prints the script [`22de124`](https://github.com/bashly-framework/completely/commit/22de124)
160+
- Compare [`v0.1.1..v0.1.2`](https://github.com/bashly-framework/completely/compare/v0.1.1..v0.1.2)
161161

162162

163163
v0.1.1 - 2021-07-20
164164
----------------------------------------
165165

166-
- Fix missing VERSION error [`e6f0ac1`](https://github.com/DannyBen/completely/commit/e6f0ac1)
167-
- Compare [`v0.1.0..v0.1.1`](https://github.com/dannyben/completely/compare/v0.1.0..v0.1.1)
166+
- Fix missing VERSION error [`e6f0ac1`](https://github.com/bashly-framework/completely/commit/e6f0ac1)
167+
- Compare [`v0.1.0..v0.1.1`](https://github.com/bashly-framework/completely/compare/v0.1.0..v0.1.1)
168168

169169

170170
v0.1.0 - 2021-07-20
171171
----------------------------------------
172172

173-
- Initial version [`bcd598c`](https://github.com/DannyBen/completely/commit/bcd598c)
174-
- Compare [`v0.1.0`](https://github.com/dannyben/completely/compare/v0.1.0)
173+
- Initial version [`bcd598c`](https://github.com/bashly-framework/completely/commit/bcd598c)
174+
- Compare [`v0.1.0`](https://github.com/bashly-framework/completely/compare/v0.1.0)
175175

176176

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,6 @@ to contribute, feel free to [open an issue][issues].
333333

334334
---
335335

336-
[issues]: https://github.com/DannyBen/completely/issues
336+
[issues]: https://github.com/bashly-framework/completely/issues
337337
[compgen]: https://www.gnu.org/software/bash/manual/html_node/Programmable-Completion-Builtins.html
338338
[bashly]: https://bashly.dannyb.co/

completely.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.email = '[email protected]'
1212
s.files = Dir['README.md', 'lib/**/*.*']
1313
s.executables = ['completely']
14-
s.homepage = 'https://github.com/DannyBen/completely'
14+
s.homepage = 'https://github.com/bashly-framework/completely'
1515
s.license = 'MIT'
1616

1717
s.required_ruby_version = '>= 3.2'
@@ -20,9 +20,9 @@ Gem::Specification.new do |s|
2020
s.add_dependency 'mister_bin', '~> 0.7'
2121

2222
s.metadata = {
23-
'bug_tracker_uri' => 'https://github.com/DannyBen/completely/issues',
24-
'changelog_uri' => 'https://github.com/DannyBen/completely/blob/master/CHANGELOG.md',
25-
'source_code_uri' => 'https://github.com/DannyBen/completely',
23+
'bug_tracker_uri' => 'https://github.com/bashly-framework/completely/issues',
24+
'changelog_uri' => 'https://github.com/bashly-framework/completely/blob/master/CHANGELOG.md',
25+
'source_code_uri' => 'https://github.com/bashly-framework/completely',
2626
'rubygems_mfa_required' => 'true',
2727
}
2828
end

lib/completely/templates/template.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# <%= "#{command} completion".ljust 56 %> -*- shell-script -*-
22

33
# This bash completions script was generated by
4-
# completely (https://github.com/dannyben/completely)
4+
# completely (https://github.com/bashly-framework/completely)
55
# Modifying it manually is not recommended
66

77
<%= function_name %>_filter() {

spec/approvals/cli/generated-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# mygit completion -*- shell-script -*-
22

33
# This bash completions script was generated by
4-
# completely (https://github.com/dannyben/completely)
4+
# completely (https://github.com/bashly-framework/completely)
55
# Modifying it manually is not recommended
66

77
_mygit_completions_filter() {

spec/approvals/cli/generated-script-alt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# mygit completion -*- shell-script -*-
22

33
# This bash completions script was generated by
4-
# completely (https://github.com/dannyben/completely)
4+
# completely (https://github.com/bashly-framework/completely)
55
# Modifying it manually is not recommended
66

77
_mycomps_filter() {

spec/approvals/cli/generated-wrapped-script

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ give_comps() {
22
echo $'# mygit completion -*- shell-script -*-'
33
echo $''
44
echo $'# This bash completions script was generated by'
5-
echo $'# completely (https://github.com/dannyben/completely)'
5+
echo $'# completely (https://github.com/bashly-framework/completely)'
66
echo $'# Modifying it manually is not recommended'
77
echo $''
88
echo $'_mygit_completions_filter() {'

spec/approvals/cli/test/completely-tester-1.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99
# mygit completion -*- shell-script -*-
1010

1111
# This bash completions script was generated by
12-
# completely (https://github.com/dannyben/completely)
12+
# completely (https://github.com/bashly-framework/completely)
1313
# Modifying it manually is not recommended
1414

1515
_mygit_completions_filter() {

spec/approvals/cli/test/completely-tester-2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99
# mygit completion -*- shell-script -*-
1010

1111
# This bash completions script was generated by
12-
# completely (https://github.com/dannyben/completely)
12+
# completely (https://github.com/bashly-framework/completely)
1313
# Modifying it manually is not recommended
1414

1515
_mygit_completions_filter() {

0 commit comments

Comments
 (0)