Hello. Ok, so here's a simplification of the command I use :
/home/USER/marvin-cli-linux add "$taskname #$(zenity asks category from a list) @$(zenity asks tags from several lists) ~$(zenity asks time estimate from a list) \$$(zenity --entry)"
This creates a task such as "Test $3" with all entries properly encoded except for the reward points, stays plain text. If I'm doing it wrong it could be documented better. If the program isn't handling it well, could it be corrected ?
Btw an equivalent task added inside the Marvin App works perfectly.
Hello. Ok, so here's a simplification of the command I use :
/home/USER/marvin-cli-linux add "$taskname #$(zenity asks category from a list) @$(zenity asks tags from several lists) ~$(zenity asks time estimate from a list) \$$(zenity --entry)"This creates a task such as "Test $3" with all entries properly encoded except for the reward points, stays plain text. If I'm doing it wrong it could be documented better. If the program isn't handling it well, could it be corrected ?
Btw an equivalent task added inside the Marvin App works perfectly.