LUCE
Keyboard Cleaner for Your Mac.
File Explorer
- Contents.json
- Contents.json
- LUCElogo_1024.jpg
- LUCElogo_128.jpg
- LUCElogo_16.jpg
- LUCElogo_256 1.jpg
- LUCElogo_256.jpg
- LUCElogo_32 1.jpg
- LUCElogo_32.jpg
- LUCElogo_512 1.jpg
- LUCElogo_512.jpg
- LUCElogo_64.jpg
- Contents.json
- FloatingPanel.swift
- LUCEApp.swift
- LuceClient.swift
- LuceTheme.swift
- LuceView.swift
- contents.xcworkspacedata
- project.pbxproj
- logo.jpg
- .gitignore
- LICENSE
- README.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
git clone
View Details ▼
git clone
Clone an existing repository.
git clone {{remote_repository_location}} {{path/to/directory}}
Clone an existing repository into a new directory (the default directory is the repository name):
git clone --recursive {{remote_repository_location}}
Clone an existing repository and its submodules:
git clone {{[-n|--no-checkout]}} {{remote_repository_location}}
Clone only the `.git` directory of an existing repository:
xattr
View Details ▼
xattr
Utility to work with extended filesystem attributes.
xattr -l {{file}}
List key:value extended attributes for a given file:
xattr -w {{attribute_key}} {{attribute_value}} {{file}}
Write an attribute for a given file:
xattr -d {{com.apple.quarantine}} {{file}}
Delete an attribute from a given file:
