Skip to content
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

Add "todo edit --description" for comfy editing in external editor #312

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on May 19, 2018

  1. Configuration menu
    Copy the full SHA
    f80f886 View commit details
    Browse the repository at this point in the history
  2. Fix description being reset with --description

    This would occur when you quit the editor without saving, since then
    click.edit() will return None rather than the text.  Now this case is
    properly handled.
    hut committed May 19, 2018
    Configuration menu
    Copy the full SHA
    00e9929 View commit details
    Browse the repository at this point in the history
  3. Do a str.strip() after using --description, for consistency

    When editing the description with `<C-O>` in the UI, the resulting text
    is stripped of whitespace.  This should be done too when using
    `--description`.
    hut committed May 19, 2018
    Configuration menu
    Copy the full SHA
    7f0f5ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a89920 View commit details
    Browse the repository at this point in the history