mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-06-26 10:54:28 +02:00
23 lines
No EOL
719 B
Groff
23 lines
No EOL
719 B
Groff
.TH timew-undo 1 "${PACKAGE_DATE}" "${PACKAGE_STRING}" "User Manuals"
|
|
.
|
|
.SH NAME
|
|
timew-undo \- revert Timewarrior commands
|
|
.
|
|
.SH SYNOPSIS
|
|
.B timew undo
|
|
.
|
|
.SH DESCRIPTION
|
|
The 'undo' command is used to revert the action of Timewarrior commands.
|
|
Only commands affecting intervals or Timewarrior configuration can be reverted.
|
|
Timewarrior keeps a journal of changes to the interval database and Timewarrior configuration.
|
|
A call to 'undo' removes the last entry in the journal and restores the previous state.
|
|
As long as there are entries in the journal, you can revert the respective action.
|
|
The 'undo' command itself cannot be undone!
|
|
|
|
.SH EXAMPLES
|
|
Undo an interval modification:
|
|
.RS
|
|
$ timew split @1
|
|
.br
|
|
$ timew undo
|
|
.RE |