mirror of
https://github.com/GothenburgBitFactory/timewarrior.git
synced 2025-07-07 20:06:39 +02:00
Replace Markdown syntax with AsciiDoc syntax
Signed-off-by: Thomas Lauf <thomas.lauf@tngtech.com>
This commit is contained in:
parent
f3ed2f1554
commit
7a020a3384
1 changed files with 12 additions and 6 deletions
|
@ -15,16 +15,22 @@ Supply either a list of interval IDs (e.g. `@1 @2`), or optional filters (see **
|
||||||
== EXAMPLES
|
== EXAMPLES
|
||||||
|
|
||||||
*Export all intervals*::
|
*Export all intervals*::
|
||||||
```
|
[source]
|
||||||
|
----
|
||||||
$ timew export
|
$ timew export
|
||||||
```
|
...
|
||||||
|
----
|
||||||
|
|
||||||
*Export intervals filtered by range and tag*::
|
*Export intervals filtered by range and tag*::
|
||||||
```
|
[source]
|
||||||
|
----
|
||||||
$ timew export from 2016-01-01 for 3wks tag1
|
$ timew export from 2016-01-01 for 3wks tag1
|
||||||
```
|
...
|
||||||
|
----
|
||||||
|
|
||||||
*Export intervals by their ids*::
|
*Export intervals by their ids*::
|
||||||
```
|
[source]
|
||||||
|
----
|
||||||
$ timew export @1 @3 @7
|
$ timew export @1 @3 @7
|
||||||
```
|
...
|
||||||
|
----
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue