Changeset 38:fb741bfe9e1d in stamper for bin/stamps


Ignore:
Timestamp:
Aug 12, 2014, 6:44:42 PM (10 years ago)
Author:
Borja Lopez <borja@…>
Branch:
default
Phase:
public
Message:

The timeline feature accepts now date-based filters:

  • Show the timeline for the last week:

stamps -t 1w

  • Show the timeline for august, 2013:

stamps -t 2013-08-01--2013-09-01

And so on.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • bin/stamps

    r37 r38  
    3939    # Call the proper methods, based on the given parameters
    4040    if args.timeline:
    41         s.timeline()
     41        s.timeline(args.filter)
    4242    elif args.delete:
    4343        s.remove_stamps(args.delete)
Note: See TracChangeset for help on using the changeset viewer.