Skip to content

Feature request: partition command #212

@benj-dobs

Description

@benj-dobs

I might have time to work on this at some point if you guys want this. I think it would be a nice little speed-up feature if there were a 'partition' command. So:

  • t out --at "2 hours ago"; t in --at "2 hours ago" New task
    becomes
    t partition --at "2 hours ago" New task

  • t edit --id 123 --end "5 Dec 15:00"; t in --at "5 Dec 15:00" New task; t out --at "5 Dec 17:00"
    becomes
    t partition --id 123 --at "5 Dec 15:00" New task

This adds nothing to what timetrap is capable of, it would just make it slightly more pleasant to use, for me anyway :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions