What it looks like
Install Plik on a Server
wget https://github.com/root-gg/plik/releases/download/1.3.8/plik-1.3.8-linux-amd64.tar.gz
tar xzvf plik-1.3.8-linux-amd64.tar.gz
cd plik-1.3.8-linux-amd64/server
./plikd
For More Information, visit: https://github.com/root-gg/plik/tree/master
Create a “script” to execute plik
#!/bin/bash
terminator -x "~/Software/bin/plik '$1';bash"
exit 0
Copy it to Nemos Script folder
cp plik.sh ~/.local/share/nemo/scripts