save work so far

This commit is contained in:
Jun-te Kim 2025-12-07 14:07:28 +00:00
parent c355fadfda
commit 02242e918c
2 changed files with 8 additions and 4 deletions

View file

@ -101,16 +101,19 @@ Available commands:
cd <path> Playful message about not leaving cd <path> Playful message about not leaving
pwd Print working directory pwd Print working directory
whoami Identify yourself whoami Identify yourself
motivation Generate motivation (may crash) motivation Generate motivation
vibecheck Check the vibe vibecheck Check the vibe
clear I will not clear your history :) clear Clears the screen
history Look into the past
exit You can't exit, it's a website exit You can't exit, it's a website
`, `,
pwd: () => "/home/juntekim/site", pwd: () => "/home/juntekim/site",
whoami: () => "juntekim", whoami: () => "I suspect you know who you are.",
clear: () => "no ❤️ you need to face your past commands.", history: () => "If we keep looking back, we won't see the glory of now",
clear: () => "no takebacks, face your past commands.",
motivation: () => [ motivation: () => [
"Compiling motivation…", "Compiling motivation…",

View file

@ -4,4 +4,5 @@ export const QUOTES = [
'"Nothing like a health problem to turn up the contrast dial on the rest of life." - Naval Ravikant', '"Nothing like a health problem to turn up the contrast dial on the rest of life." - Naval Ravikant',
'"If you want to go fast, go alone; if you want to go far, go together" - Unknown', '"If you want to go fast, go alone; if you want to go far, go together" - Unknown',
'“I dont know if it happened for the best — but I know Ill make the best out of whatever happens.” - Unknown', '“I dont know if it happened for the best — but I know Ill make the best out of whatever happens.” - Unknown',
'"I\'m a idiot! I\m a genius!" - Jun-te Kim',
]; ];