-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding notes to a task? #19
Comments
I have been using rtm-cli daily for over a year and also wanted to add notes. (I am in the console all day long and really like the concise output of rtm-cli.) Following the format of other commands, I have added this command: addNotes|an [index] [notes...] Add one or more notes to a Task I added this feature in a local copy of the code (not a fork). I don't know the etiquette related to contributing changes, so if Mr. Waring is open to looking at a pull request, I can make my changes available that way. Alternatively, I am happy to point you in the right direction to make the changes on your own copy of the rtm-cli code - if you want to get your hands dirty, or even provide detail of the specific changes needed to add notes. |
@douglasfsmn Can you share your code as a patch or just fork and commit your changes? I'd like to use your mods. Also, I want to add another goodie, open-url (or something like that) which will use the OS open command to open on the URL for that task. |
I am happy to fork and commit my changes. I'll get to this as soon as I can.
…-------- Original Message --------
On Jun 15, 2022, 12:14 PM, Alan Berezin wrote:
***@***.***(https://github.com/douglasfsmn) Can you share your code as a patch or just fork and commit your changes? I'd like to use your mods. Also, I want to add another goodie, open-url (or something like that) which will use the OS open command to open on the URL for that task.
—
Reply to this email directly, [view it on GitHub](#19 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/ALW2OLIK6MIXVPBV3QZ73WLVPIFN7ANCNFSM4PIMLUFQ).
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@douglasfsmn @aberezin I just added the ability to add a single line note to a task in my fork. Please check it out... https://www.npmjs.com/package/@beauraines/rtm-cli @aberezin And check out the
|
@dilawar I forgot to tag you!!! Sorry about that. Check out my fork, I've added basic note support. https://www.npmjs.com/package/@beauraines/rtm-cli |
Hi,
Thank you for this cli. I was a heavy user of the
todo.sh
but had to migrate to cloud-based app for better communication with teams. This cli comes very close to todo.sh cli experience. Love it ❤️Is there a way to add few notes to a task? It seems that the android app is capable for adding a note so I am assuming that this is possible. I'd love to help with implementation but don't know where to start.
The text was updated successfully, but these errors were encountered: