Compare commits
3 commits
27ffbcd0b1
...
c25bbf3407
Author | SHA1 | Date | |
---|---|---|---|
c25bbf3407 | |||
acc880e4a6 | |||
cd1d2f90c1 |
1 changed files with 11 additions and 6 deletions
17
index.gv
17
index.gv
|
@ -358,9 +358,7 @@ tilde_tm [shape="plaintext", margin="0", label=<
|
||||||
edge [color="#4040FF"]
|
edge [color="#4040FF"]
|
||||||
node [fillcolor="#404080"]
|
node [fillcolor="#404080"]
|
||||||
|
|
||||||
forge_marc_keys -> forge_marc
|
forge_marc_others -> forge_marc_proofs -> forge_marc_keys -> forge_marc
|
||||||
forge_marc_proofs -> forge_marc_keys
|
|
||||||
forge_marc_others -> forge_marc_proofs
|
|
||||||
|
|
||||||
forge_marc_keys [shape="plaintext", margin="0", label=<
|
forge_marc_keys [shape="plaintext", margin="0", label=<
|
||||||
<table cellspacing="0">
|
<table cellspacing="0">
|
||||||
|
@ -430,6 +428,11 @@ rwx_spcd_python [label="SPCD\nPython"]
|
||||||
rwx_spcd_shell [label="SPCD\nShell"]
|
rwx_spcd_shell [label="SPCD\nShell"]
|
||||||
} -> rwx_spcd
|
} -> rwx_spcd
|
||||||
|
|
||||||
|
{
|
||||||
|
rwx_ytlp_freetube [label="Free\nTube"]
|
||||||
|
rwx_ytlp_ytdlp [label="YT\nDLP"]
|
||||||
|
} -> rwx_ytlp
|
||||||
|
|
||||||
# ╭───────╮
|
# ╭───────╮
|
||||||
# │ Tasks │
|
# │ Tasks │
|
||||||
# ╰───────╯
|
# ╰───────╯
|
||||||
|
@ -562,9 +565,9 @@ rwx_todo_name [label="Name"]
|
||||||
# │ Tasks │ tilde.link │
|
# │ Tasks │ tilde.link │
|
||||||
# ╰───────┴────────────╯
|
# ╰───────┴────────────╯
|
||||||
|
|
||||||
|
{
|
||||||
tilde_logo [label="Logo"]
|
tilde_logo [label="Logo"]
|
||||||
|
} -> tilde
|
||||||
tilde_logo -> tilde
|
|
||||||
|
|
||||||
# ╭─────╮
|
# ╭─────╮
|
||||||
# │ WIP │
|
# │ WIP │
|
||||||
|
@ -573,14 +576,16 @@ tilde_logo -> tilde
|
||||||
edge [color="#C0C000"]
|
edge [color="#C0C000"]
|
||||||
node [fillcolor="#606000"]
|
node [fillcolor="#606000"]
|
||||||
|
|
||||||
|
{
|
||||||
wip [shape="plaintext", margin="0", label=<
|
wip [shape="plaintext", margin="0", label=<
|
||||||
<table cellspacing="0">
|
<table cellspacing="0">
|
||||||
<tr><td>WIP</td></tr>
|
<tr><td>WIP</td></tr>
|
||||||
<tr><td bgcolor="#303030" border="0">Work In<br/>Progress</td></tr>
|
<tr><td bgcolor="#303030" border="0">Work In<br/>Progress</td></tr>
|
||||||
</table>>]
|
</table>>]
|
||||||
|
} -> {
|
||||||
|
|
||||||
wip -> {
|
|
||||||
rwx_todo
|
rwx_todo
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue