Archive of the USPol Labeler's automatic labeling script. Out-of-date. Must run alongside Ozone. DO NOT OPEN ISSUES OR PULLS -- THEY WILL BE IGNORED/CLOSED
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at tip 16 lines 898 B view raw
1# Subject (DID) Bonus points (or "skip") 2did:plc:5bzztbxvhii56ryi3az7lvzh skip # yours truly 3did:plc:p7gxyfr5vii5ntpwo7f6dhe2 100 # AOC 4# +------------<[[ OTHER TIPS ]]>------------ 5# | * You can put either bonus points (a number) or the word "skip" (without quotes) in the second 6# | column. "skip" causes keyword matching to be entirely skipped for posts by this account. 7# | * Warning: we only support DIDs as identifiers at this time, and as such, these only apply to 8# | entire accounts. 9# | * Since we don't use a fourth column, you can use it to hide comments on the same line, i.e. to 10# | remind yourself of what a keyword set is for. 11# +------------<[[ EDITOR ]]>------------ 12# | In Neovim, I use csvview.nvim to format TSV files to be readable. 13# | To activate it, I have to run: 14# | :CsvViewToggle comment=# 15# +------------------------------------ 16# vim: softtabstop=0:noexpandtab