Fixed date stamps in docs.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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!
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user