Skip to main content
Metaist
DRAFT

GDrive URLs - Part 3 - Context Menus

- Generic copy for macOS & Linux - Custom Actions

https://support.apple.com/guide/automator/use-quick-action-workflows-aut73234890a/mac https://stackoverflow.com/a/65106551

https://docs.xfce.org/xfce/thunar/custom-actions

~/Library/Services

$HOME/Documents/code/bin/,gdrive-id.py --html %F | $HOME/Documents/code/bin/,copy-html.sh; notify-send "GDrive Links Copied (HTML)"
$HOME/Documents/code/bin/,gdrive-id.py --md %F | xclip -selection clipboard; notify-send "GDrive Links Copied (Markdown)"