Hello. I've been doing a lot of n8n workflows for myself and others and I have run into two frustrating issues; auto-saving workflows I'm working on and auto-backups of saved workflows. I'm a software developer and site reliability engineer so, naturally, I wrote some apps to handle that.
Workflow Auto-Save is a Chrome browser extension. It detects when the Save button is activated on an n8n workflow and based on a time interval you set, it clicks the Save button, automatically. See screenshot for a view of the app.
Workflow Auto-Backup is a shell script that detects changes to all your saved workflows. When it detects a change, it creates a backup of the workflow with a timestamp added to the name.
Cheers