From 46ae3bf76a2170ddf12ac508e1f71ec5b5cdbf41 Mon Sep 17 00:00:00 2001 From: Nicolas Kosinski Date: Thu, 1 Apr 2021 21:55:42 +0200 Subject: [PATCH] espanso: add page (#5662) --- pages/common/espanso.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/espanso.md diff --git a/pages/common/espanso.md b/pages/common/espanso.md new file mode 100644 index 000000000..4554fb951 --- /dev/null +++ b/pages/common/espanso.md @@ -0,0 +1,20 @@ +# espanso + +> Cross-platform Text Expander written in Rust. +> More information: . + +- Check status: + +`espanso status` + +- Edit the configuration: + +`espanso config` + +- Install a package from the hub store (): + +`espanso install {{package_name}}` + +- Restart (required after installing a package, useful in case of failure): + +`espanso restart`