|
|
@ -1,46 +1,25 @@
|
|
|
|
import config from '../../../config.json';
|
|
|
|
import config from '../../../config.json';
|
|
|
|
|
|
|
|
|
|
|
|
const sumfetch = async (args: string[]): Promise<string> => {
|
|
|
|
const hello = async (args: string[]): Promise<string> => {
|
|
|
|
if (config.ascii === 'cveinnt') {
|
|
|
|
return `
|
|
|
|
return `
|
|
|
|
|
|
|
|
@@@@@@@@@@@@@ sumfetch: summary display
|
|
|
|
|
|
|
|
@@@@ @@@@ -----------
|
|
|
|
|
|
|
|
@@ @@ ABOUT
|
|
|
|
|
|
|
|
@@ @@ ${config.name}
|
|
|
|
|
|
|
|
@@ @@ ﰩ ${config.ps1_hostname}
|
|
|
|
|
|
|
|
@@ @@@ @@ <u><a href="${config.resume_url}" target="_blank">resume</a></u>
|
|
|
|
|
|
|
|
@@ @@@ @@ 爵 <u><a href="${config.repo}" target="_blank">Github repo</a></u>
|
|
|
|
|
|
|
|
@@ @@ -----------
|
|
|
|
|
|
|
|
@@ .@@@@@@@@@@. @@ CONTACT
|
|
|
|
|
|
|
|
@@ @@ @@ @@ <u><a href="mailto:${config.email}" target="_blank">${config.email}</a></u>
|
|
|
|
|
|
|
|
@@ @@ @@ @@ <u><a href="https://github.com/${config.social.github}" target="_blank">github.com/${config.social.github}</a></u>
|
|
|
|
|
|
|
|
@@ @@@@@@ @@ <u><a href="https://linkedin.com/in/${config.social.linkedin}" target="_blank">linkedin.com/in/${config.social.linkedin}</a></u>
|
|
|
|
|
|
|
|
@@@ @@@ -----------
|
|
|
|
|
|
|
|
@@@ @@@ @@
|
|
|
|
|
|
|
|
@| @@@@@@@@@@@@@@@@ @@
|
|
|
|
|
|
|
|
@| @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`;
|
|
|
|
|
|
|
|
} else {
|
|
|
|
# # ######## ######
|
|
|
|
return `
|
|
|
|
########## #
|
|
|
|
▄▓▓▓▓▓▓▓▓▓▓▓▓▓▓▄ sumfetch
|
|
|
|
# # # ##########
|
|
|
|
▄▓▓▀ ▄▓▓▀▓▓▓▀▓▓▄ ▀▀▓▓▄ -----------
|
|
|
|
# ## #
|
|
|
|
▓▓▀ ▄▓▀ ▐▓▓ ▀▓▓ ▓▓▄ ABOUT
|
|
|
|
# ## # #
|
|
|
|
▄▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ ${config.name}
|
|
|
|
# ## # #
|
|
|
|
▓▓ ▓▓▓ ▐▓▓ ▐▓▓ ▓▓ <u><a href="${config.resume_url}" target="_blank">resume</a></u>
|
|
|
|
# # # ##
|
|
|
|
▐▓▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▓ 爵 <u><a href="${config.repo}" target="_blank">Github repo</a></u>
|
|
|
|
|
|
|
|
▐▓ ▐▓ -----------
|
|
|
|
Kain Meyer-Scott
|
|
|
|
▐▓ > L I V E T E R M ▐▓ CONTACT
|
|
|
|
|
|
|
|
▐▓ ▐▓ <u><a href="mailto:${config.email}" target="_blank">${config.email}</a></u>
|
|
|
|
<u><a href="${config.resume_url}" target="_blank">resume</a></u>
|
|
|
|
▐▓▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▓ <u><a href="https://github.com/${config.social.github}" target="_blank">github.com/${config.social.github}</a></u>
|
|
|
|
<u><a href="mailto:${config.email}" target="_blank">${config.email}</a></u>
|
|
|
|
▓▓ ▐▓▓ ▓▓ ▐▓▓ ▓▓ <u><a href="https://linkedin.com/in/${config.social.linkedin}" target="_blank">linkedin.com/in/${config.social.linkedin}</a></u>
|
|
|
|
<u><a href="https://github.com/${config.social.github}" target="_blank">github.com/${config.social.github}</a></u>
|
|
|
|
▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓ -----------
|
|
|
|
<u><a href="https://linkedin.com/in/${config.social.linkedin}" target="_blank">linkedin.com/in/${config.social.linkedin}</a></u
|
|
|
|
▓▓▓ ▐▓▓ ▓▓ ▓▓▓ ▓▓▀ DONATE
|
|
|
|
|
|
|
|
▀▓▓▄▄ ▀▓▓▄▓▓▄▓▓▓▄▄▓▓▀
|
|
|
|
|
|
|
|
▀▓▓▓▓▓▓▓▓▓▓▓▀▀
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`;
|
|
|
|
`;
|
|
|
|
}
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
export default sumfetch;
|
|
|
|
export default hello;
|
|
|
|