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> => { 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(' ')}...`; return `Searching duckduckgo for ${args.join(' ')}...`;
}; };
export const bing = async (args: string[]): Promise<string> => { 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(' ')}?`; return `Wow, really? You are using bing for ${args.join(' ')}?`;
}; };
@ -130,12 +130,13 @@ export const nvim = async (args: string[]): Promise<string> => {
}; };
export const emacs = 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> => { 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? `; return `Permission denied: with little power comes... no responsibility? `;
}; };
// Banne // Banne
@ -153,4 +154,4 @@ export const banner = (args?: string[]): string => {
Type 'repo' or click <u><a class="text-light-blue dark:text-dark-blue underline" href="\${config.repo}" target="_blank">here</a></u> for the Github repository. Type 'repo' or click <u><a class="text-light-blue dark:text-dark-blue underline" href="\${config.repo}" target="_blank">here</a></u> for the Github repository.
`; `;
}; };

Loading…
Cancel
Save