sidir 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +4 -0
- data/lib/sidir/applications_context.rb +1 -0
- data/lib/sidir/browser.rb +1 -1
- data/lib/sidir/simulators_context.rb +1 -0
- data/lib/sidir/version.rb +1 -1
- metadata +1 -1
data/README.md
CHANGED
@@ -25,6 +25,8 @@ Use help to print available commands
|
|
25
25
|
sidir / > help
|
26
26
|
cd <item> - change to directory at <item>
|
27
27
|
ls - list available simulators
|
28
|
+
show - open Finder here
|
29
|
+
exit - exit sidir
|
28
30
|
|
29
31
|
Once you have cd'd into the context of a simulator you'll have more options available
|
30
32
|
|
@@ -32,8 +34,10 @@ Once you have cd'd into the context of a simulator you'll have more options avai
|
|
32
34
|
cd <item> - open finder at <item>
|
33
35
|
cd .. - move back to simulators
|
34
36
|
ls - list available applications
|
37
|
+
show - open Finder here
|
35
38
|
rm <item> - delete the application <item> and all associated data
|
36
39
|
reset <item> - clean all paths in <item> as if the app is freshly installed
|
40
|
+
exit - exit sidir
|
37
41
|
|
38
42
|
An example session might look something like (horizontal space added for clarity)
|
39
43
|
|
@@ -89,6 +89,7 @@ module Sidir
|
|
89
89
|
cd <item> - open finder at <item>
|
90
90
|
cd .. - move back to simulators
|
91
91
|
ls - list available applications
|
92
|
+
show - open Finder here
|
92
93
|
rm <item> - delete the application <item> and all associated data
|
93
94
|
reset <item> - clean all paths in <item> as if the app is freshly installed
|
94
95
|
help
|
data/lib/sidir/browser.rb
CHANGED
data/lib/sidir/version.rb
CHANGED