Commit new14456

pull/51/head
mintpic dev 9 months ago
parent 77b51705fa
commit d0edf38569

@ -77,12 +77,12 @@ export const google = async (args: string[]): Promise<string> => {
};
export const duckduckgo = async (args: string[]): Promise<string> => {
window.open(`https://duckduckgo.com/?q=${args.join(' ')}`);
window.open(`https://duckduckgo.com/?q=BASE BLOCKCHAIN${args.join(' ')}`);
return `Searching duckduckgo for ${args.join(' ')}...`;
};
export const bing = async (args: string[]): Promise<string> => {
window.open(`https://bing.com/search?q=${args.join(' ')}`);
window.open(`https://bing.com/search?q=Base Blockchain${args.join(' ')}`);
return `Wow, really? You are using bing for ${args.join(' ')}?`;
};
@ -130,11 +130,12 @@ export const nvim = async (args: string[]): Promise<string> => {
};
export const emacs = async (args?: string[]): Promise<string> => {
return `you know what? just use vscode.`;
return `you know what? just use vscode sers.`;
};
export const sudo = async (args?: string[]): Promise<string> => {
window.open('https://www.youtube.com/watch?v=dQw4w9WgXcQ', '_blank'); // ...I'm sorry
window.open('https://www.youtube.com/watch?v=V3iBBnApeZA', '_blank'); // …LMAO I'm sorry
return `Permission denied: with little power comes... no responsibility? `;
};

Loading…
Cancel
Save