I have Enable Document Conversion disabled but it still converts Google Doc files.


Code: Select all
[InternetShortcut]
URL=https://drive.google.com/file/d/1xvkhxAgHnFPZEJNOd5h2ThCqzjzj2mE7hPmZ1X8uUVY
Code: Select all
[InternetShortcut]
URL=https://docs.google.com/document/d/13dBbChOzBOZHr-betdor6-IVjn8QaQbdfTEZ1LHh9dA
Got it.
Code: Select all
#!/bin/bash
grep -h -s --color=never '^URL=' "$@" | cut -d'=' -f2- | xargs sensible-browser &