From 6405a8de7b11dce1cc6e69a70998ab7020416dab Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sun, 14 Dec 2025 02:08:57 -0500 Subject: [PATCH] Fixed date stamps in docs. --- README.md | 8 ++++---- docs/ESPANSO.md | 20 ++++++++++---------- docs/SETUP_GUIDE.md | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index c497d08..6a7d5d4 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ This wizard will: ### Test Espanso Try typing these anywhere: -- `..date` → 2024-12-13 +- `..date` → 2025-12-13 - `..time` → 14:30:45 - `..ip` → Your public IP - `..shrug` → ¯\\\_(ツ)_/¯ @@ -228,9 +228,9 @@ espanso restart ### Date & Time | Trigger | Output | |---------|--------| -| `..date` | 2024-12-13 | +| `..date` | 2025-12-13 | | `..time` | 14:30:45 | -| `..ts` | 2024-12-13T14:30:45.123Z | +| `..ts` | 2025-12-13T14:30:45.123Z | | `..epoch` | 1702476645 | ### Git Shortcuts @@ -368,7 +368,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file **Author**: Aaron D. Lee **Repository**: https://github.com/adlee-was-taken/dotfiles -**Last Updated**: 2024-12-13 +**Last Updated**: 2025-12-13 If you find this useful, consider giving it a star!# dotfiles Aaron D. Lee's dotfiles for Linux/MacOs diff --git a/docs/ESPANSO.md b/docs/ESPANSO.md index af02c73..e6406c1 100644 --- a/docs/ESPANSO.md +++ b/docs/ESPANSO.md @@ -2,7 +2,7 @@ A comprehensive guide to using espanso text expansion with Aaron D. Lee's custom configuration. -> **Last Updated**: 2024-12-14 +> **Last Updated**: 2025-12-14 ## 🚀 Getting Started @@ -63,19 +63,19 @@ All triggers use the `..` prefix for consistency and to avoid accidental expansi | Trigger | Output | Example | |---------|--------|---------| -| `..date` | Current date | `2024-12-14` | -| `..ds` | Date stamp (alias) | `2024-12-14` | -| `..sds` | Short date (filename safe) | `20241214` | -| `..ts` | UTC ISO 8601 timestamp | `2024-12-14T14:30:45.123Z` | +| `..date` | Current date | `2025-12-14` | +| `..ds` | Date stamp (alias) | `2025-12-14` | +| `..sds` | Short date (filename safe) | `20251214` | +| `..ts` | UTC ISO 8601 timestamp | `2025-12-14T14:30:45.123Z` | | `..time` | Current time | `14:30:45` | | `..utime` | UTC time | `14:30:45` | | `..ztime` | Time with timezone | `14:30:45.123 EST` | | `..uztime` | UTC time with timezone | `14:30:45.123 UTC` | -| `..dt` | Date/time with timezone | `2024-12-14 14:30:45 EST` | -| `..udt` | UTC date/time | `2024-12-14 14:30:45 UTC` | -| `..utc` | Full UTC timestamp | `2024-12-14 14:30:45.123 UTC` | +| `..dt` | Date/time with timezone | `2025-12-14 14:30:45 EST` | +| `..udt` | UTC date/time | `2025-12-14 14:30:45 UTC` | +| `..utc` | Full UTC timestamp | `2025-12-14 14:30:45.123 UTC` | | `..month` | Current month name | `December` | -| `..year` | Current year | `2024` | +| `..year` | Current year | `2025` | | `..week` | Week number | `Week 50` | | `..day` | Day of week | `Saturday` | @@ -487,6 +487,6 @@ espanso restart **Configuration Location**: `~/.config/espanso/` **Total Triggers**: 100+ pre-configured **Custom Prefix**: `..` (double period) -**Last Updated**: 2024-12-14 +**Last Updated**: 2025-12-14 Add your own snippets to `personal.yml` for custom shortcuts! diff --git a/docs/SETUP_GUIDE.md b/docs/SETUP_GUIDE.md index 5504f43..85d5b78 100644 --- a/docs/SETUP_GUIDE.md +++ b/docs/SETUP_GUIDE.md @@ -117,7 +117,7 @@ EOF cat > LICENSE << 'EOF' MIT License -Copyright (c) 2024 Aaron D. Lee +Copyright (c) 2025 Aaron D. Lee Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal