C-Loftus / talon-ai-tools

Query LLMs and AI tools with voice commands
MIT License
39 stars 14 forks source link

Paste to cursor if cursorless target is null #38

Closed C-Loftus closed 4 months ago

C-Loftus commented 4 months ago

@jaresty Addresses your feature request and adds a helper function that inserts to the destination if it is supplied but otherwise just pastes to the cursor.

Should be relatively simple to use and does make it a bit nicer. Please let me know if this looks good.