config - dotfiles - These are my dotfiles. There are many like it, but these are mine.
 (HTM) git clone git://jay.scot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       config (663B)
       ---
            1 # settings
            2 set open-in-browser-command ~/bin/link-handler "%l"
            3 list-entry-date-format "%D"
            4 feeds-menu-paramount-explore true
            5 
            6 # key bindings
            7 bind w exec "~/bin/link-handler %l"
            8 
            9 # appearance
           10 status-placeholder
           11 set menu-feed-sorting unread-desc
           12 
           13 # disable notifications
           14 notification-command ""
           15 
           16 # filters
           17 set item-rule LOWER(title) NOT LIKE '%trump%' AND LOWER(title) NOT LIKE '%biden%' AND LOWER(title) NOT LIKE '%obama%' AND LOWER(title) NOT LIKE '%immigrants%' AND LOWER(title) NOT LIKE '%brexit%' AND LOWER(title) NOT LIKE '%starmer%' AND LOWER(title) NOT LIKE '%uk parliament%' AND LOWER(title) NOT LIKE '%congress%' AND LOWER(title) NOT LIKE '%white house%'