parent
8314aa6bf4
commit
43c7ef6d3b
|
@ -52,6 +52,18 @@
|
||||||
th {
|
th {
|
||||||
background-color: $lightGrayColor;
|
background-color: $lightGrayColor;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
border: 1px solid;
|
||||||
|
border-color: $lightGrayColor;
|
||||||
|
border-radius: 5px;
|
||||||
|
padding: 8px;
|
||||||
|
color: $grayColor;
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -45,7 +45,7 @@ espanso package list
|
||||||
To remove a package, open a terminal and type:
|
To remove a package, open a terminal and type:
|
||||||
|
|
||||||
```
|
```
|
||||||
espanso package remove <package-name>
|
espanso uninstall <package-name>
|
||||||
```
|
```
|
||||||
|
|
||||||
Where `<package-name>` is the name of the package. You can obtain that name [listing installed packages](#listing-installed-packages).
|
Where `<package-name>` is the name of the package. You can obtain that name [listing installed packages](#listing-installed-packages).
|
||||||
|
|
|
@ -9,6 +9,10 @@ have many problems making it work on others.
|
||||||
* [Ubuntu/Debian](#installing-on-ubuntu--debian)
|
* [Ubuntu/Debian](#installing-on-ubuntu--debian)
|
||||||
* [Manjaro/Arch](#installing-on-manjaro--arch)
|
* [Manjaro/Arch](#installing-on-manjaro--arch)
|
||||||
|
|
||||||
|
#### Wayland support
|
||||||
|
|
||||||
|
Currently espanso supports X11 systems only.
|
||||||
|
|
||||||
### Installing on Ubuntu / Debian
|
### Installing on Ubuntu / Debian
|
||||||
|
|
||||||
Espanso depends upon the `X11 Record Extension`, the `xdo library` and the `xclip` command,
|
Espanso depends upon the `X11 Record Extension`, the `xdo library` and the `xclip` command,
|
||||||
|
@ -24,12 +28,16 @@ You can now download the latest espanso release:
|
||||||
curl -L https://github.com/federico-terzi/espanso/releases/latest/download/espanso-linux.tar.gz | tar -xz -C /tmp/
|
curl -L https://github.com/federico-terzi/espanso/releases/latest/download/espanso-linux.tar.gz | tar -xz -C /tmp/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> If you want to verify the correctness of the archive, in the [Github Releases](https://github.com/federico-terzi/espanso/releases/) page you will find the **SHA256** hash in the file `espanso-linux-sha256.txt`.
|
||||||
|
|
||||||
And then move it to the `/usr/local/bin/` directory
|
And then move it to the `/usr/local/bin/` directory
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo mv /tmp/espanso /usr/local/bin/espanso
|
sudo mv /tmp/espanso /usr/local/bin/espanso
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> If you want to avoid using `sudo`, you can move espanso in the `~/.local/bin` directory instead. Make sure that the `~/.local/bin` directory is in the `PATH`. If not present, you may need to reboot the system.
|
||||||
|
|
||||||
You should now have espanso installed in your system. To start it, type the following command:
|
You should now have espanso installed in your system. To start it, type the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -55,12 +63,16 @@ You can now download the latest espanso release:
|
||||||
curl -L https://github.com/federico-terzi/espanso/releases/latest/download/espanso-linux.tar.gz | tar -xz -C /tmp/
|
curl -L https://github.com/federico-terzi/espanso/releases/latest/download/espanso-linux.tar.gz | tar -xz -C /tmp/
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> If you want to verify the correctness of the archive, in the [Github Releases](https://github.com/federico-terzi/espanso/releases/) page you will find the **SHA256** hash in the file `espanso-linux-sha256.txt`.
|
||||||
|
|
||||||
And then move it to the `/usr/local/bin/` directory
|
And then move it to the `/usr/local/bin/` directory
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo mv /tmp/espanso /usr/local/bin/espanso
|
sudo mv /tmp/espanso /usr/local/bin/espanso
|
||||||
```
|
```
|
||||||
|
|
||||||
|
> If you want to avoid using `sudo`, you can move espanso in the `~/.local/bin` directory instead. Make sure that the `~/.local/bin` directory is in the `PATH`. If not present, you may need to reboot the system.
|
||||||
|
|
||||||
You should now have espanso installed in your system. To start it, type the following command:
|
You should now have espanso installed in your system. To start it, type the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
|
@ -51,7 +51,7 @@ then check "espanso" (2), as shown in the picture:
|
||||||
Now open the terminal again and type:
|
Now open the terminal again and type:
|
||||||
|
|
||||||
```
|
```
|
||||||
espanso register
|
espanso start
|
||||||
```
|
```
|
||||||
|
|
||||||
If everything goes well, you should see the espanso icon appear in the status bar:
|
If everything goes well, you should see the espanso icon appear in the status bar:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user