pimutils / khal

:calendar: CLI calendar application
https://lostpackets.de/khal/
MIT License
2.62k stars 207 forks source link

delete events from khal #49

Closed geier closed 7 years ago

geier commented 10 years ago

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)

untitaker commented 10 years ago

Proposed usage:

khal list | selecta | khal delete

https://github.com/garybernhardt/selecta

lucc commented 8 years ago

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.

geier commented 8 years ago

@lucc good idea, example with zsh: kill tab

geier commented 8 years ago

as editing has been merged, I'll update the title.

geier commented 7 years ago

this can now be done with the new edit command.