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

Support -p, -t, -H/-n on edit and remove subcommands #1

Open
2 of 10 tasks
jneidel opened this issue Jan 31, 2023 · 0 comments
Open
2 of 10 tasks

Support -p, -t, -H/-n on edit and remove subcommands #1

jneidel opened this issue Jan 31, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@jneidel
Copy link
Owner

jneidel commented Jan 31, 2023


What should be supported:

$ oraclett hour edit -H 4 -p INTPD999DXD -t 1 -d yesterday
#=> sets the hours to 4 without a prompt

$ oraclett hour remove -p INTPD999DXD -t 1 -d yesterday
#=> remove without prompt

$ oraclett note edit -p INTPD999DXD -t 1 -d yesterday -n "my new note"
#=> overwrite existing note without opening the editor

$ oraclett note remove -p INTPD999DXD -t 1 -d yesterday
#=> delete existing note

$ oraclett project edit -p INTPD999DXD -t 1
#=> will ask to change name of task detail

$ oraclett project edit -p INTPD999DXD
#=> will ask for what you want to do

If there is no match for the given date, it will change to week mode and check if there is something matching the given params. Ggf. prompt for missing.

Possibly introduce a --name on project edit.

Fixes #5

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

No branches or pull requests

1 participant