Skip to content

Settings and activity

8 results found

  1. 3 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Michael commented  · 

    Here's how you can do it. There's no specific hotkey for toggling view of inactive or completed tasks. You CAN use AutoHotkey however, by making use of the arrow keys. so, "tgc" and "tgi" will toggle completed and inactive tasks respectively.

    #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
    SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
    SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

    ; TASKCOACH TOGGLE COMPLETED
    :R*?:tgc::
    Send !vf{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Down}{Enter}
    return

    ; TASKCOACH TOGGLE INACTIVE
    :R*?:tgi::
    Send !vf{Down}{Down}{Down}{Enter}
    return

  2. 77 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Michael supported this idea  · 
    An error occurred while saving the comment
    Michael commented  · 

    What a powerfully-useful feature this would be

  3. 26 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Michael supported this idea  · 
  4. 43 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Michael commented  · 

    Very sad this isn't a feature =(

    However, you can use AutoHotkey to automatically insert Date / Time. I use the below script to get international DateTime format:

    :R*?:Dd::
    FormatTime, CurrentDateTime,, yyyy-MM-dd HH:mm:ss
    SendInput %CurrentDateTime%
    return

    What this does is when you type "Dd", AutoHotkey will automatically insert the current date and time. I do this when I create tasks so they have a timestamp down to the second.

  5. 30 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Michael supported this idea  · 
    An error occurred while saving the comment
    Michael commented  · 

    This would be great for the Subject in a Task as well.

  6. 6 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Michael shared this idea  · 
  7. 893 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Michael commented  · 

    Why is this the best solution for mobility? I would suggest that users consider a full-featured (and paid) mobile app as a better, though more intensive, solution. Imagine having many if not all of the features of the desktop in a paid app. I certainly would pay for it. For instance, if you are out on a job and you need to track effort, can you do that with google tasks? Nope. Not sure why this feature is receiving so many votes where there are probably better solutions.

  8. 35 votes
    Vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    Note: I already have marked this in our plans, but not sure when we’ll get to it. There are many related requests already, notably:

    http://taskcoach.uservoice.com/forums/26465-desktop-version-windows-linux-mac-of-task-coach/suggestions/3628890-retain-completed-task-history-for-recurring-tasks

    https://taskcoach.uservoice.com/forums/26465-desktop-version-windows-linux-mac-of-task-coach/suggestions/1551061-calender-view-show-completed-re-occuring-tasks

    I’m keeping this open as your request is most clearly in line with what I want us to do.

    Cheers,
    Aaron

    Michael supported this idea  · 
    An error occurred while saving the comment
    Michael commented  · 

    I want to add my voice to this. Monthly financials, or even when a remote employer wants to know "what you've been working on", having a full history of completed tasks would be a life-saver. Please, please implement!