Adding lolcate and associated pieces for it

This commit is contained in:
Chris Cochrun 2021-04-12 20:12:55 -05:00
parent ae72f8222c
commit ac56e431b6
14 changed files with 105 additions and 10 deletions

8
lolcate/config.toml Normal file
View 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)$"

View file

@ -0,0 +1,34 @@
description = ""
# Directories to index.
dirs = [
"~/.dotfiles",
"~/org",
"~/Downloads",
"~/Documents",
"~/Pictures",
"~/Videos",
"~/Music",
"~/ebooks",
"~/.dotemacs",
"~/.emacs.d",
]
Dirs = [
"~/storage",
"~/Games",
]
# Set to "Dirs" or "Files" to skip directories or files.
# If unset, or set to "None", both files and directories will be included.
skip = "Dirs"
# Set to true if you want skip symbolic links
ignore_symlinks = false
# Set to true if you want to ignore hidden files and directories
ignore_hidden = false
# Set to true to read .gitignore files and ignore matching files
gitignore = false

17
lolcate/default/ignores Normal file
View file

@ -0,0 +1,17 @@
# Dirs / files to ignore.
# Use the same syntax as gitignore(5).
# Common patterns:
#
.git
*~*
#dirs
Games/
storage/
.spacemacs.d
.steampath
go/
Documents/PersonalImportant/OABackupX/
quicklisp/
Nextcloud/