You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe something like cat note.txt | tasklite note 3bc4 should work.
TaskLite could check if 3bc4 is a valid ULID, and if stdin contains anything.
Otherwise use a flag like cat note.txt | tasklite note --stdin 3bc4 or similar.
Maybe something like
cat note.txt | tasklite note 3bc4
should work.TaskLite could check if
3bc4
is a valid ULID, and if stdin contains anything.Otherwise use a flag like
cat note.txt | tasklite note --stdin 3bc4
or similar.Tracking issue for @robwhitaker's comment #2 (comment)
The text was updated successfully, but these errors were encountered: