-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmtl-commands.txt
30 lines (27 loc) · 1.09 KB
/
mtl-commands.txt
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
MTL - v001, Montreal
#main commands
init initializes the .mtl dir in currend dir
create creates a document
ls lists documents
store stores changes to index
get gets changes from stored to working file
cat cats document (working, stored, has many aditional options)
diff diffs document (working to stored, between stored)
link crates a symbolic link in current dir to working document
unlink removes symbolic link to document
mv renames a document
rm removes a document
merge merges two indexes
log displays a log of a document
mirror mirrors your repo or document to remote location
sync syncs your repo or doument with remote location
extract shortcut to cat todo, store, link
daily higher level operations on daily level
#internal commands
gethead gets the head blob of doc
toindex .
toblob .
funcs utility functions
############################################################################
# MTL is still very heavily WIP
############################################################################