NayamAmarshe / please

🙏 Please CLI - Minimalistic New Tab Page CLI Tool with a greeting, date and time, inspirational quotes and your personal tasks and to-do list
MIT License
582 stars 26 forks source link

Improvement: Option to add task without string quotes `"` #27

Closed rabilrbl closed 2 years ago

rabilrbl commented 2 years ago

Wouldn't it be better to not have " quotes attached when naming a task

All other arguments after add can be added to form the title

Some people like me are lazy to reach and hold shift key for "

Instead of this command please add "Task name" this would be a choice please add Task name

or atleast can we make it optional with config file

NayamAmarshe commented 2 years ago

I don't think I can really control that, it's just how the Typer parsing works. If anybody's got any ideas, please feel free to let me know :)

NayamAmarshe commented 2 years ago

Yeah, checked again, definitely not possible. This is a python typer limitation, spaces are parsed as separation for arguments.