-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Is your feature request related to a problem? Please describe.
My native language is Turkish, and I find it much easier to express myself and describe my issues in Turkish. However, most of the tools and notes I use are in English, and directly translating my thoughts from Turkish to English is often challenging. Sometimes, I’m not even sure how to communicate what I mean in English, so I need AI-assisted translation. My CLI tool currently lacks an integrated way to translate notes before saving them, which disrupts my workflow.
Describe the solution you'd like
I would like to have a command flag, for example: logswise-cli note -translate "hello world", which uses the local LLM to translate the note before saving it. This would allow me to write my note in Turkish, have it automatically translated to English (or another selected language), and then save the translated version seamlessly.
Describe alternatives you've considered
The alternatives I’ve considered include manually translating my notes using online translation services before saving them, or copy-pasting text into external tools. However, these methods are slow, break my workflow, and do not utilize the local LLM’s capabilities.
Additional context
Adding integrated translation support would make the process much more efficient and user-friendly for non-English speakers like myself.