firefly

(★ 14)

An open-source lightweight OpenAI powered memo hub.

File Explorer

  • .commitlintrc
  • .czrc
  • .editorconfig
  • .eslintrc
  • .gitignore
  • .lintstagedrc
  • .npmrc
  • .release-it.json
  • CHANGELOG.md
  • LICENSE
  • package.json
  • pnpm-lock.yaml
  • pnpm-workspace.yaml
  • README-zh_CN.md
  • README.md
  • tsconfig.json
  • turbo.json
  • unocss.config.ts

# Use via CDN

jsDelivr

jsDelivr 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.

🔍

xattr

View Details ▼

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:

// repository documentation