Commit message

pull/51/head
mintpic dev 9 months ago
parent 89a88be8bf
commit 6e5e4f9a44

@ -1 +0,0 @@
Subproject commit 1f2e543bdbfacaff0585a3f338d4fec215553250

@ -3,7 +3,7 @@
"title": "Jeff's NullShift",
"name": "JeffAI",
"ascii": " +---------------------------------------------------------------------------+\n | _ _ _ _ ___ _ ___ _ |\n |( ) ( ) (_ ) (_ ) ( _`\ ( ) _ /'___)( )_ |\n || `\| | _ _ | | | | | (_(_)| |__ (_)| (__ | ,_) _ _ ____ |\n || , ` |( ) ( ) | | | | `\\__ \\ | _ `\\| || ,__) | | (`\\/')( ) ( )(_ ,)|\n || |`\\ || (_) | | | | | ( )_) || | | || || | | |_ _ > < | (_) | /'/_ |\n |(_) (_)`\\___/'(___)(___)`\\____)(_) (_)(_)(_) `\\__)(_)(_\\/_)`\\__, |(____)|\n | ( )_| | |\n | `\\___/' |\n +---------------------------------------------------------------------------+\n\n ~ Welcome to Jeff's NullShift Terminal ~\n A hub for tech, crypto, and finance enthusiasts.\n Type 'help' for a list of commands.\n Discover, innovate, and connect!",
"repo": "https://github.com/itjeff/nullshift",
"repo": "https://github.com/itjeff/",
"donate_urls": {
"cashapp": "$itjeff",
"ethereum": "0x0D60a455Da54750769400A32204A539703b2D89A",

4
package-lock.json generated

@ -1,11 +1,11 @@
{
"name": "liveterm",
"name": "nullshift",
"version": "0.1.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "liveterm",
"name": "nullshift",
"version": "0.1.0",
"license": "MIT",
"dependencies": {

@ -3,7 +3,7 @@ import config from '../../../config.json';
const sumfetch = async (args: string[]): Promise<string> => {
if (config.ascii === 'cveinnt') {
return `
@@@@@@@@@@@@@ sumfetch: summary display
@@@@@@@@@@@@@ dashboard: dashboard summary display
@@@@ @@@@ -----------
@@ @@ ABOUT
@@ @@ ${config.name}
@ -23,7 +23,7 @@ const sumfetch = async (args: string[]): Promise<string> => {
`;
} else {
return `
  sumfetch
  dashboard
    -----------
      ABOUT
  ${config.name}

@ -1,3 +1,3 @@
export * from './commands';
export * from './api_commands';
export { default as sumfetch } from './sumfetch';
export { default as dashboard } from './dashboard';

Loading…
Cancel
Save