Update sponsors and docs. Fix #250

This commit is contained in:
Federico Terzi 2020-05-22 20:42:53 +02:00
parent 2ed15d1d03
commit 8532c2587b
5 changed files with 16 additions and 0 deletions

View File

@ -62,6 +62,14 @@
link: http://smarcal.com/
image: "marcelo.jpeg"
- name: "Floutsch"
link: http://floutsch.de/
image: "bf.png"
- name: Happy Munday Podcast
link: https://anchor.fm/happy-munday-podcast
image: "hmp.jpg"
- name: threeforks
link: ""
image: ""

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

View File

@ -381,6 +381,12 @@ IP from [ipify](https://www.ipify.org/).
As always, restart espanso with `espanso restart`. Now everytime you type `:ip`, it gets expanded to your public
IP address!
#### For macOS users
On macOS the shell extension does not read the `PATH` env variable (because it is managed by `launchd`). Therefore, **you need to specify the full path for the commands you are using**. For example, if you are using `jq`, you should write `/usr/local/bin/jq` instead.
This will probably change in the future.
#### Bash pipes
This extension also supports bash **pipes** as your shell, such as:

View File

@ -53,6 +53,8 @@ The first step is moving this folder in your Dropbox folder, for example in:
Now you need to create a **symbolic link**. Open the Terminal and type the following command, making sure you specify the correct paths:
> Note: Before running the following command, make sure that there is no folder called `espanso` in the `Preferences` folder, as otherwise it will create another nested folder `espanso/espanso` (which is wrong).
```
ln -s "/Users/user/Dropbox/espanso" "/Users/user/Library/Preferences/espanso"
```