forked from Shinonome/dots-hyprland
booru: show provider and command description
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function format(str, ...args) {
|
||||
return str.replace(/{(\d+)}/g, (match, index) =>
|
||||
typeof args[index] !== 'undefined' ? args[index] : match
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user