-
Notifications
You must be signed in to change notification settings - Fork 207
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
delete events from khal #49
Comments
Proposed usage: khal list | selecta | khal delete |
Or the shell completion could get the uids and complete on them. Zsh can present the user with augmented completion entries so that the human readable version of the event could be displayed next to the uid. The git zsh completion presents recent commit ids in this way. |
@lucc good idea, example with zsh: |
as editing has been merged, I'll update the title. |
this can now be done with the new |
suggested usage:
khal --delete 04.15 09:00 11:30 some event
khal --edit 04.15 09:00 11:30 some event - new time 09:00 12:00
(not sure how practical that really is)
The text was updated successfully, but these errors were encountered: