Add :website to espanso

This commit is contained in:
Oliver Davies 2023-12-15 11:24:50 +00:00
parent a6be7cabc4
commit 8deb363f76
2 changed files with 5 additions and 1 deletions
CHANGELOG.md
system/nixos/home-manager/modules

View file

@ -10,7 +10,7 @@ Instead of grouping changes by tag, they are grouped by the date they are releas
### Added ### Added
* Add `:dotfiles` to espanso that links to my dotfiles repository on GitHub. * Add `:dotfiles` and `:website` matches to espanso.
### Changed ### Changed

View file

@ -30,6 +30,10 @@ in
trigger = ":dotfiles"; trigger = ":dotfiles";
replace = "https://github.com/opdavies/dotfiles"; replace = "https://github.com/opdavies/dotfiles";
} }
{
trigger = ":website";
replace = "${baseUrl}";
}
]; ];
}; };
}; };