Adding lolcate and associated pieces for it
This commit is contained in:
parent
ae72f8222c
commit
ac56e431b6
14 changed files with 105 additions and 10 deletions
8
lolcate/config.toml
Normal file
8
lolcate/config.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[types]
|
||||
# Definition of custom path name types
|
||||
# Examples:
|
||||
img = ".*\\.(jp.?g|png|gif|JP.?G)$"
|
||||
video = ".*\\.(flv|mp4|mp.?g|avi|wmv|mkv|3gp|m4v|asf|webm)$"
|
||||
doc = ".*\\.(pdf|chm|epub|djvu?|mobi|azw3|odf|ods|md|tex|txt|adoc)$"
|
||||
audio = ".*\\.(mp3|m4a|flac|ogg)$"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue