module Crycord

Overview

Collector from Granz (GeopJr/Granz-cr)

Extended Modules

Defined in:

crycord.cr
functions/asar.cr
functions/collector.cr
functions/process.cr
functions/semantic.cr
locators/flatpak.cr
locators/linux.cr
plugins/core/enable-css.cr
plugins/core/enable-https.cr
plugins/extra/enable-transparency.cr
plugins/extra/enable_web_tools.cr
plugins/extra/unrestricted_resize.cr
version.cr

Constant Summary

PATHS = Hash(String, Path).new
PLUGINS = Hash(String, Plugin).new
VERSION = {{ (((read_file("/srv/crystaldoc.info/github-GeopJr-Crycord-v1.4.0/src/../shard.yml")).split("version: "))[1].split("\n"))[0] }}

Instance Method Summary

Instance Method Detail

def backup(path : Path) : Bool #

[View source]
def check_semantic(semantic : String) : Bool #

[View source]
def delete_unpacked(path : Path) : Bool #

[View source]
def extract(path : Path) : Path #

Asar to path


[View source]
def find_version_folder(path : Path) : Path | Nil #

[View source]
def flatpak : Path | Nil #

[View source]
def get_paths : String #

[View source]
def group_list #

[View source]
def linux : Path | Nil #

[View source]
def pack(path : Path) : Path | Nil #

Path to asar


[View source]
def plugin_list #

[View source]
def revert(path : Path) : Bool | Nil #

[View source]
def semantic(v1 : String, v2 : String) : Bool | Int32 #

[View source]
def semantic_array(arr : Array(String)) : String | Nil #

[View source]