module Nib
Overview
TODO Write documentation for Nib
Defined in:
nib.crConstant Summary
-
DB_PATH =
ENV.fetch("NIB_DB", File.expand_path("~/.nib.db"))
-
PATH =
ENV.fetch("NIB_PATH", File.expand_path("~/.nib/"))
-
VERSION =
"0.1.0"
Class Method Summary
- .all_files
- .files_with_tags(tags)
- .reindex
- .tag_file(path : String, tags = [] of String)
- .tag_files(files = [] of String, tags = [] of String)