A very small script to launch my todo.txt file on gnome. The todo file lives on my server. I have it binded on sup+T. srv is the hostname I have in .ssh/config
todo.sh
1 lines 101 B view raw
1gio mount "sftp://srv/"; gnome-text-editor "/run/user/$UID/gvfs/sftp:host=srv/mnt/data/home/todo.txt"