Install and configure https://github.com/jedisct1/piknik
Host ips need to be static or have a dns.
Add the bash aliases (either mac or linux) for easy copy/paste directly from clipboard to Piknik.
Install and configure https://github.com/jedisct1/piknik
Host ips need to be static or have a dns.
Add the bash aliases (either mac or linux) for easy copy/paste directly from clipboard to Piknik.
| alias psend='xclip -o | piknik -copy' | |
| alias pget='piknik -paste | xclip -i -selection c' |
| alias psend='pbpaste | piknik -copy' | |
| alias pget='piknik -paste | pbcopy' |