Fixed date stamps in docs.
This commit is contained in:
@@ -135,7 +135,7 @@ This wizard will:
|
|||||||
### Test Espanso
|
### Test Espanso
|
||||||
|
|
||||||
Try typing these anywhere:
|
Try typing these anywhere:
|
||||||
- `..date` → 2024-12-13
|
- `..date` → 2025-12-13
|
||||||
- `..time` → 14:30:45
|
- `..time` → 14:30:45
|
||||||
- `..ip` → Your public IP
|
- `..ip` → Your public IP
|
||||||
- `..shrug` → ¯\\\_(ツ)_/¯
|
- `..shrug` → ¯\\\_(ツ)_/¯
|
||||||
@@ -228,9 +228,9 @@ espanso restart
|
|||||||
### Date & Time
|
### Date & Time
|
||||||
| Trigger | Output |
|
| Trigger | Output |
|
||||||
|---------|--------|
|
|---------|--------|
|
||||||
| `..date` | 2024-12-13 |
|
| `..date` | 2025-12-13 |
|
||||||
| `..time` | 14:30:45 |
|
| `..time` | 14:30:45 |
|
||||||
| `..ts` | 2024-12-13T14:30:45.123Z |
|
| `..ts` | 2025-12-13T14:30:45.123Z |
|
||||||
| `..epoch` | 1702476645 |
|
| `..epoch` | 1702476645 |
|
||||||
|
|
||||||
### Git Shortcuts
|
### Git Shortcuts
|
||||||
@@ -368,7 +368,7 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
|
|||||||
|
|
||||||
**Author**: Aaron D. Lee
|
**Author**: Aaron D. Lee
|
||||||
**Repository**: https://github.com/adlee-was-taken/dotfiles
|
**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
|
If you find this useful, consider giving it a star!# dotfiles
|
||||||
Aaron D. Lee's dotfiles for Linux/MacOs
|
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.
|
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
|
## 🚀 Getting Started
|
||||||
|
|
||||||
@@ -63,19 +63,19 @@ All triggers use the `..` prefix for consistency and to avoid accidental expansi
|
|||||||
|
|
||||||
| Trigger | Output | Example |
|
| Trigger | Output | Example |
|
||||||
|---------|--------|---------|
|
|---------|--------|---------|
|
||||||
| `..date` | Current date | `2024-12-14` |
|
| `..date` | Current date | `2025-12-14` |
|
||||||
| `..ds` | Date stamp (alias) | `2024-12-14` |
|
| `..ds` | Date stamp (alias) | `2025-12-14` |
|
||||||
| `..sds` | Short date (filename safe) | `20241214` |
|
| `..sds` | Short date (filename safe) | `20251214` |
|
||||||
| `..ts` | UTC ISO 8601 timestamp | `2024-12-14T14:30:45.123Z` |
|
| `..ts` | UTC ISO 8601 timestamp | `2025-12-14T14:30:45.123Z` |
|
||||||
| `..time` | Current time | `14:30:45` |
|
| `..time` | Current time | `14:30:45` |
|
||||||
| `..utime` | UTC time | `14:30:45` |
|
| `..utime` | UTC time | `14:30:45` |
|
||||||
| `..ztime` | Time with timezone | `14:30:45.123 EST` |
|
| `..ztime` | Time with timezone | `14:30:45.123 EST` |
|
||||||
| `..uztime` | UTC time with timezone | `14:30:45.123 UTC` |
|
| `..uztime` | UTC time with timezone | `14:30:45.123 UTC` |
|
||||||
| `..dt` | Date/time with timezone | `2024-12-14 14:30:45 EST` |
|
| `..dt` | Date/time with timezone | `2025-12-14 14:30:45 EST` |
|
||||||
| `..udt` | UTC date/time | `2024-12-14 14:30:45 UTC` |
|
| `..udt` | UTC date/time | `2025-12-14 14:30:45 UTC` |
|
||||||
| `..utc` | Full UTC timestamp | `2024-12-14 14:30:45.123 UTC` |
|
| `..utc` | Full UTC timestamp | `2025-12-14 14:30:45.123 UTC` |
|
||||||
| `..month` | Current month name | `December` |
|
| `..month` | Current month name | `December` |
|
||||||
| `..year` | Current year | `2024` |
|
| `..year` | Current year | `2025` |
|
||||||
| `..week` | Week number | `Week 50` |
|
| `..week` | Week number | `Week 50` |
|
||||||
| `..day` | Day of week | `Saturday` |
|
| `..day` | Day of week | `Saturday` |
|
||||||
|
|
||||||
@@ -487,6 +487,6 @@ espanso restart
|
|||||||
**Configuration Location**: `~/.config/espanso/`
|
**Configuration Location**: `~/.config/espanso/`
|
||||||
**Total Triggers**: 100+ pre-configured
|
**Total Triggers**: 100+ pre-configured
|
||||||
**Custom Prefix**: `..` (double period)
|
**Custom Prefix**: `..` (double period)
|
||||||
**Last Updated**: 2024-12-14
|
**Last Updated**: 2025-12-14
|
||||||
|
|
||||||
Add your own snippets to `personal.yml` for custom shortcuts!
|
Add your own snippets to `personal.yml` for custom shortcuts!
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ EOF
|
|||||||
cat > LICENSE << 'EOF'
|
cat > LICENSE << 'EOF'
|
||||||
MIT License
|
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
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|||||||
Reference in New Issue
Block a user