Changeset 44:5f48fc9d6e7d in stamper for docs/_build/html/_sources
- Timestamp:
- Aug 14, 2014, 9:17:17 AM (10 years ago)
- Branch:
- default
- Phase:
- public
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
docs/_build/html/_sources/using.txt
r42 r44 131 131 132 132 133 134 135 Full List of arguments 136 ++++++++++++++++++++++ 133 Charts 134 ++++++ 135 136 You can generate some nice charts from your stamps. So far only bar charts 137 showing the total time per day can be generated, but you can filter them by 138 **ID** and/or date. Some examples: 139 140 - Render a chart of all the times already stamped, by **ID**:: 141 142 stamps -g 143 144 - Render a chart of the stamps for the last 4 days:: 145 146 stamps -g 4d 147 148 - Render a chart of the stamps for the **ID** *stamper* for the last week:: 149 150 stamps -g stamper 1w 151 152 .. note:: 153 154 The charts will be saved into **~/.workstamps-charts**, in SVG_ format. 155 The name of the chart will be generated based on the current date and 156 time, and a *symbolic link* called **chart-latest.svg** will be created, 157 pointing to the latest chart generated. 158 159 160 stamps - full List of arguments 161 ------------------------------- 162 163 You can get the full list of arguments from the command line too:: 164 165 stamps -h 166 167 or:: 168 169 stamps --help 137 170 138 171 .. argparse:: … … 188 221 189 222 223 .. _SVG: http://en.wikipedia.org/wiki/Scalable_Vector_Graphics 224 190 225 .. [1] http://repos.betabug.ch/stamp
Note:
See TracChangeset
for help on using the changeset viewer.