ad-si / TaskLite

The CLI task manager for power users
https://tasklite.org
GNU Affero General Public License v3.0
216 stars 12 forks source link

Support getting the note body from stdin #72

Open ad-si opened 5 months ago

ad-si commented 5 months ago

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 https://github.com/ad-si/TaskLite/issues/2#issuecomment-586727359