Upload files to a server via ssh
Find a file
2024-07-31 20:19:23 +00:00
src/sshare Moved to shiny new pyproject.toml from gross disgusting old setup.py 🤢 2024-07-31 20:19:23 +00:00
.gitignore Files are being copied :D 2024-07-31 15:11:55 +00:00
LICENSE Add LICENSE 2024-07-31 18:29:03 +00:00
pyproject.toml Moved to shiny new pyproject.toml from gross disgusting old setup.py 🤢 2024-07-31 20:19:23 +00:00
README.md GNOME 42 screenshot conundrum 2024-07-31 16:30:10 +00:00

SSHare

Convenience script for uploading files to a server via ssh

Hmmm

Apparently GNOME 42 screenshot utility is called via dbus

gdbus call
	--session
	--dest org.gnome.Shell
	--object-path /org/gnome/Shell
	--method org.gnome.Shell.Eval 'Main.screenshotUI.open()'

but it cannot be called unless global.context.unsafe_mode = false is set in gnome shell...which is unideal.

The ideal would be to launch a desired screenshot (or other generative) utility before running sshare, and for everything that isn't GNOME 42 screenshot, I would not expect it to be too hard. But unfortunately I want to use GNOME 42 screenshot ;-;

What to do...