yoke 0.1 → 0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +3 -3
- data/lib/yoke/alias.rb +1 -1
- data/lib/yoke/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -26,7 +26,7 @@ Prepare your current shell (bash or zsh) so that it loads the .yoke file every t
|
|
26
26
|
|
27
27
|
yoke setup
|
28
28
|
|
29
|
-
###
|
29
|
+
### Up
|
30
30
|
|
31
31
|
Create a new alias for the current directory with the name of the current directory.
|
32
32
|
|
@@ -36,7 +36,7 @@ Create a new alias for the current directory with the name of the current direct
|
|
36
36
|
|
37
37
|
You can pass an extra parameter (the\_alias\_name) so that the alias will be this name instead of the current directory name.
|
38
38
|
|
39
|
-
###
|
39
|
+
### Down
|
40
40
|
|
41
41
|
Remove the alias that exists with the name of the current directory.
|
42
42
|
|
@@ -45,7 +45,7 @@ Remove the alias that exists with the name of the current directory.
|
|
45
45
|
|
46
46
|
You can pass an extra parameter (the\_alias\_name) so that the alias with this name will be removed instead of the current directory name.
|
47
47
|
|
48
|
-
###
|
48
|
+
### List
|
49
49
|
|
50
50
|
Show the list of aliases created with yoke.
|
51
51
|
|
data/lib/yoke/alias.rb
CHANGED
data/lib/yoke/version.rb
CHANGED