Adding update and terminal nav for medialog
This commit is contained in:
parent
2725bbf2be
commit
d8a7426df2
2 changed files with 18 additions and 0 deletions
|
|
@ -69,4 +69,12 @@ if (window.terminal) {
|
|||
window.location.href = "/now/";
|
||||
},
|
||||
);
|
||||
|
||||
window.terminal.registerCommand(
|
||||
"medialog",
|
||||
"Media that I have enjoyed (or not) recently",
|
||||
() => {
|
||||
window.location.href = "/media/";
|
||||
},
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue