Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
topydo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
topydo
Commits
6627fb99
Commit
6627fb99
authored
Jun 29, 2017
by
Bram Schoenmakers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update ls' help text
parent
dca02e2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
topydo/commands/ListCommand.py
topydo/commands/ListCommand.py
+4
-0
No files found.
topydo/commands/ListCommand.py
View file @
6627fb99
...
@@ -249,12 +249,16 @@ When an EXPRESSION is given, only the todos matching that EXPRESSION are shown.
...
@@ -249,12 +249,16 @@ When an EXPRESSION is given, only the todos matching that EXPRESSION are shown.
%I: Todo number padded with spaces (always 3 characters wide).
%I: Todo number padded with spaces (always 3 characters wide).
%k: List of tags separated by spaces (excluding hidden tags).
%k: List of tags separated by spaces (excluding hidden tags).
%K: List of all tags separated by spaces.
%K: List of all tags separated by spaces.
%l: Line number.
%L: Line number padded with spaces (always 3 characters wide).
%p: Priority.
%p: Priority.
%P: Priority or placeholder space if no priority.
%P: Priority or placeholder space if no priority.
%s: Todo text.
%s: Todo text.
%S: Todo text, truncated such that an item fits on one line.
%S: Todo text, truncated such that an item fits on one line.
%t: Absolute creation date.
%t: Absolute creation date.
%T: Relative creation date.
%T: Relative creation date.
%u: Todo'
s
text
-
based
ID
.
%
U
:
Todo
's text-based ID padded with spaces.
%x: '
x
' followed by absolute completion date.
%x: '
x
' followed by absolute completion date.
%X: '
x
' followed by relative completion date.
%X: '
x
' followed by relative completion date.
\
%: Li
t
eral percent sign.
\
%: Li
t
eral percent sign.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment