module Crycord
Overview
Collector from Granz (GeopJr/Granz-cr)
Extended Modules
Defined in:
crycord.crfunctions/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
- #backup(path : Path) : Bool
- #check_semantic(semantic : String) : Bool
- #delete_unpacked(path : Path) : Bool
-
#extract(path : Path) : Path
Asar to path
- #find_version_folder(path : Path) : Path | Nil
- #flatpak : Path | Nil
- #get_paths : String
- #group_list
- #linux : Path | Nil
-
#pack(path : Path) : Path | Nil
Path to asar
- #plugin_list
- #revert(path : Path) : Bool | Nil
- #semantic(v1 : String, v2 : String) : Bool | Int32
- #semantic_array(arr : Array(String)) : String | Nil