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

Feature request: partition command #212

Open
benj-dobs opened this issue Feb 8, 2022 · 1 comment
Open

Feature request: partition command #212

benj-dobs opened this issue Feb 8, 2022 · 1 comment

Comments

@benj-dobs
Copy link

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 :)

@categulario
Copy link
Collaborator

I thought about this feature with a different approach (because my use case is for archive) in which you can archive certain amount of time, splitting an entry if needed. What is your use case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants