You can create custom keyboard shortcuts in Cursor that run terminal commands with the current file path by adding a simple tasks.json file to your project. This takes 2 minutes to set up and lets you trigger any CLI tool (like [bundle exec tng -m foo](https://tng.sh/)) with a keyboard shortcut, automatically passing the active file as an...