module Nib

Overview

TODO Write documentation for Nib

Defined in:

nib.cr

Constant 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

Class Method Detail

def self.all_files #

[View source]
def self.files_with_tags(tags) #

[View source]
def self.reindex #

[View source]
def self.tag_file(path : String, tags = [] of String) #

[View source]
def self.tag_files(files = [] of String, tags = [] of String) #

[View source]