1BUNDLE-OPEN(1) BUNDLE-OPEN(1)
2
3
4
6 bundle-open - Opens the source directory for a gem in your bundle
7
9 bundle open [GEM] [--path=PATH]
10
12 Opens the source directory of the provided GEM in your editor.
13
14 For this to work the EDITOR or BUNDLER_EDITOR environment variable has
15 to be set.
16
17 Example:
18
19
20
21 bundle open ´rack´
22
23
24
25 Will open the source directory for the ´rack´ gem in your bundle.
26
27
28
29 bundle open ´rack´ --path ´README.md´
30
31
32
33 Will open the README.md file of the ´rack´ gem source in your bundle.
34
36 --path Specify GEM source relative path to open.
37
38
39
40
41 February 2023 BUNDLE-OPEN(1)