timezone
Timezone Dashboard
Show current times for Mark's key locations. Run this bash command and display the results in a clean table:
echo "---"
echo "Location | Timezone | Local Time"
echo "---"
for tz in "Morocco:Africa/Casablanca" "London:Europe/London" "Karachi:Asia/Karachi" "Brazil:America/Sao_Paulo" "Egypt:Africa/Cairo"; do
IFS=':' read -r label zone <<< "$tz"
time=$(TZ="$zone" date +"%I:%M %p (%a)")
printf "%-16s | %-21s | %s\n" "$label" "$zone" "$time"
done
echo "---"
Format the output as a clean table. After the table, add a one-line note about who's likely in working hours (9am-6pm local) right now.
Key people by location:
- Morocco: Taha (business partner)
- London: Taha (sometimes works from here)
- Karachi: Dev team
- Brazil: Team
- Egypt: Mark's family
More from earlyaidopters/claudeclaw
tldr
Summarize the current conversation into a TLDR note and save it to your notes folder. Use when you say "tldr", "save a summary", "note this convo", or want to capture key takeaways from the current session for future reference.
1slack
Manage Slack from Claude Code. List conversations, read messages, send replies, search for channels and DMs.
1gmail
Manage your Gmail inbox from Claude Code. List, read, triage, reply, send, and create filters.
1google-calendar
Manage your Google Calendar from Claude Code. Create events with Meet links, send invites, check availability.
1