• Jacek Sowiński's avatar
    Much more powerful filtering of priorities · 2c5b7175
    Jacek Sowiński authored
    Now it is possible to do things like:
    
    `ls (>C)`  # gives items with A-B priorities
    `ls (<=D)` # gives items with D-Z priorities
    `ls (!E)`  # gives all items except those with E priority (also possible
               # with `ls -- -(E)`
    
    and maybe most importantly:
    `ls (<Z)` # gives items without priority
    
    PS Don't forget about escaping parentheses when calling from CLI
    2c5b7175
Filter.py 8.34 KB