cursor
cursor copied to clipboard
Prompt-based cursor initialization from terminal
Is your feature request related to a problem? Please describe. I'm always frustrated when I open the Cursor editor from the terminal, and it lacks a general prompt to guide me through my initial actions or settings. It feels like a missed opportunity for enhancing productivity by setting a predefined context or goals right from the start.
Describe the solution you'd like I would like the Cursor editor to support a feature where, upon initialization from the terminal, I can provide a general prompt or a set of instructions that the editor will display or use to customize the environment. This could include opening specific files, setting up code snippets, or providing a checklist or task list to guide my work session.
Additional context This feature could significantly improve workflow by reducing the need for manual setup every time the editor is launched. For example, using a command like cursor . --prompt='add readme file' could automatically set up the editor environment according to my needs, saving time and increasing efficiency.