-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUSAGE
61 lines (34 loc) · 1.39 KB
/
USAGE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
================================================
| Virtual Entity Alpha Minus (CODENAME MUSOCCO)|
================================================
Usage: a minimal set of instructions!
You can Create, Edit, Expand, Scan 'soul' and you can annotate genetic and semantic relations among files in their Aura.
This application can only use files in local directories, but the 'soul' is stored on a database online.
You can retrieve the same soul from different computers, if you have a copy of the file in your local directory.
#Create Soul of file 'foo.ogg' :
$soul create foo.ogg
#Edit Soul of file 'foo.ogg' (return if you do not want to change any data):
$soul edit foo.ogg
#Twin Soul of foo.ogg and foo.mov :
$soul twin foo.ogg foo.mov
#Check what files have Soul in current directory:
$soul scan
#Display Soul of <FILE> (in current directory):
$soul scan <FILE>
#Expand Soul of <FILE> with aura annotation:
$soul expand <FILE>
#Annotate genetic relation where <FILE1> is ancestor of <FILE2>:
$soul parentize <FILE1> <FILE2>
#Insert information in Aura: genetic and/or semantic relations and annotations:
$soul aura <FILE>
#Read help file:
$soul --help
#Read about theory:
$soul --theory
#Read the terminology:
$soul --vocabulary
=============================
|May the entity be with you!|
=============================
Send comments to: [email protected]
Bugs and complains: [email protected]