File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- [ ![ Build Status] ( https://travis-ci.com/note/teleport-scala.svg?branch=master )] ( https://travis-ci.org /note/teleport-scala )
1
+ [ ![ Build Status] ( https://travis-ci.com/note/teleport-scala.svg?branch=master )] ( https://travis-ci.com /note/teleport-scala )
2
2
[ ![ GitHub release] ( https://img.shields.io/github/v/release/note/teleport-scala.svg )] ( https://github.com/note/teleport-scala/releases/ )
3
3
4
4
# teleport-scala
@@ -25,7 +25,7 @@ you can:
25
25
26
26
As a result ` teleport-scala.jar ` and executable ` teleport-scala ` should be created.
27
27
28
- ## Bring ` tp ` into scope
28
+ ## Bringing ` tp ` into scope
29
29
30
30
If you watched the asciiname animation you may have noticed that it uses ` tp ` command as opposed to ` teleport-scala ` .
31
31
T bring ` tp ` into scope add the following to your ` .zshrc ` /` .bashrc ` :
@@ -34,7 +34,9 @@ T bring `tp` into scope add the following to your `.zshrc`/`.bashrc`:
34
34
source /your/path/to/teleport-scala/teleport.sh
35
35
```
36
36
37
- ### For curious - what's the point of having ` teleport-scala ` and ` tp ` ?
37
+ It's crucial that executable ` teleport-scala ` is in the same directory as ` teleport.sh ` (which is the case by default after running ` ./build.sh ` ).
38
+
39
+ ### For curious - what's the point of having ` tp ` in addition to ` teleport-scala ` ?
38
40
39
41
The problem is that ` goto ` command cannot be fully implemented in a subprocess; it's not possible for the
40
42
` teleport-scala ` to change working directory of the caller process. Therefore, ` teleport-scala goto point ` returns
You can’t perform that action at this time.
0 commit comments