totem icon indicating copy to clipboard operation
totem copied to clipboard

Crystal configuration with spirit. Load and parse configuration in JSON, YAML, dotenv formats.

Results 1 totem issues
Sort by recently updated
recently updated
newest added

Hello, I am trying to open a yaml config with this structure, ``` sync: /home/user/dir1/nodot: remote_host: web1 remote_path: /tmp/cache /home/user/dir1/.withdot: remote_host: web1 remote_path: /tmp/cache ``` getting a lookup error, its...