Fixed date stamps in docs.

This commit is contained in:
Aaron D. Lee
2025-12-14 02:08:57 -05:00
parent 30b0b00983
commit 6405a8de7b
3 changed files with 15 additions and 15 deletions

View File

@@ -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!

View File

@@ -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