├── .dockerignore ├── .editorconfig ├── .gitattributes ├── .github ├── FUNDING.yml ├── ISSUE_TEMPLATE │ ├── bug-report.yml │ ├── cheatsheet-request.yml │ └── config.yml └── workflows │ ├── ci.yml │ └── win.yml ├── .gitignore ├── .husky └── pre-commit ├── .lintstagedrc ├── .markdownlint.json ├── .npmrc ├── .prettierignore ├── .prettierrc ├── .refsrc.json ├── CONTRIBUTING.md ├── Dockerfile ├── LICENSE ├── README.md ├── appicon ├── Warp-Github-LG-01.png ├── audioer.png ├── copybook-generator.png ├── create-custom-symbols.png ├── daybar.png ├── deskmark.png ├── devhub.png ├── devtutor.png ├── file-sentinel.png ├── focus-cursor.png ├── iconed.png ├── iconize-folder.png ├── key-clicker.png ├── keyzer.png ├── menuist.png ├── mousio-hint.png ├── mousio.png ├── musicer.png ├── palette-genius.png ├── paste-quick.png ├── quick-rss.png ├── regex-mate.png ├── resume-revise.png ├── symbol-scribe.png ├── textsound-saver.png ├── time-passage.png ├── vidcrop.png ├── videoer.png ├── vidwall-hub.png ├── vidwall.png └── web-serve.png ├── assets ├── adb.svg ├── adobe-lightroom.svg ├── adobe-photoshop.svg ├── adobe-xd.svg ├── android-studio.svg ├── ansible.svg ├── bash.svg ├── blender.svg ├── bun.svg ├── c.svg ├── canvas.svg ├── cargo.svg ├── chatgpt.svg ├── chmod.svg ├── chown.svg ├── claude.svg ├── cmake.svg ├── cmd.svg ├── cocoapods.svg ├── colors-named.svg ├── conan.svg ├── conda.svg ├── cpp.svg ├── cron.svg ├── cs.svg ├── css.svg ├── dart.svg ├── django.svg ├── docker-compose.svg ├── docker.svg ├── dockerfile.svg ├── ejs.svg ├── elasticsearch.svg ├── electron.svg ├── elixir.svg ├── emacs.svg ├── emmet.svg ├── emoji.svg ├── erlang.svg ├── es6.svg ├── expressjs.svg ├── fastapi.svg ├── ffmpeg.svg ├── figma.svg ├── find.svg ├── finder.svg ├── firefox.svg ├── flask.svg ├── flutter.svg ├── gdb.svg ├── git.svg ├── github-actions.svg ├── github-cli.svg ├── github-copilot.svg ├── github.svg ├── gitlab-ci.svg ├── gitlab.svg ├── gmail.svg ├── golang.svg ├── google-chrome.svg ├── graphql.svg ├── grep.svg ├── homebrew.svg ├── html.svg ├── htop.svg ├── intelli-j-idea.svg ├── java.svg ├── javascript.svg ├── jest.svg ├── jquery.svg ├── json.svg ├── julia.svg ├── jupyter.svg ├── koajs.svg ├── kotlin.svg ├── kubernetes.svg ├── laravel.svg ├── latex.svg ├── leaf.svg ├── lerna.svg ├── lessjs.svg ├── lua.svg ├── markdown.svg ├── matlab.svg ├── menu.svg ├── minio.svg ├── mitmproxy.svg ├── mongodb.svg ├── mysql.svg ├── neo4j.svg ├── nestjs.svg ├── netcat.svg ├── netstat.svg ├── nextjs.svg ├── nginx.svg ├── nix.svg ├── npm.svg ├── nvm.svg ├── openssl.svg ├── oracle.svg ├── php.svg ├── phpstorm.svg ├── pinia.svg ├── pm2.svg ├── pnpm.svg ├── postgres.svg ├── powershell.svg ├── pycharm.svg ├── python.svg ├── pytorch.svg ├── quickreference.svg ├── r.svg ├── react-native.svg ├── react.svg ├── reactrouter.svg ├── redis.svg ├── regex.svg ├── ruby.svg ├── rust.svg ├── rxjs.svg ├── sass.svg ├── scala.svg ├── sed.svg ├── semver.svg ├── sketch.svg ├── springboot.svg ├── sqlite.svg ├── ssh.svg ├── styled-components.svg ├── stylex.svg ├── stylus.svg ├── sublime-text.svg ├── subversion.svg ├── swift.svg ├── swiftui.svg ├── sysdig.svg ├── systemd.svg ├── tailwindcss.svg ├── tar.svg ├── tauri.svg ├── time-zones.svg ├── tmux.svg ├── toml.svg ├── twitter.svg ├── typescript.svg ├── uv.svg ├── vim.svg ├── vscode.svg ├── vue.svg ├── vue2.svg ├── wails.svg ├── webstorm.svg ├── xcode.svg ├── xpath.svg ├── yaml.svg ├── yarn.svg └── zed.svg ├── docs ├── adb.md ├── adobe-lightroom.md ├── adobe-photoshop.md ├── adobe-xd.md ├── android-studio.md ├── ansible.md ├── apt.md ├── ascii-code.md ├── aspect-ratio.md ├── awk.md ├── bash.md ├── blender.md ├── bun.md ├── c.md ├── canvas.md ├── cargo.md ├── chatgpt.md ├── chmod.md ├── chown.md ├── cisco-devices.md ├── claude.md ├── cmake.md ├── cmd.md ├── cocoapods.md ├── colors-named.md ├── conan.md ├── conda.md ├── cpp.md ├── cron.md ├── cs.md ├── css.md ├── curl.md ├── dart.md ├── django.md ├── docker-compose.md ├── docker.md ├── dockerfile.md ├── dotnet-cli.md ├── ejs.md ├── elasticsearch.md ├── electron.md ├── elixir.md ├── emacs.md ├── emmet.md ├── emoji.md ├── erlang.md ├── es6.md ├── expressjs.md ├── fastapi.md ├── feds.md ├── ffmpeg.md ├── figma.md ├── find.md ├── finder.md ├── firefox.md ├── flask.md ├── flutter.md ├── ftp.md ├── gdb.md ├── git.md ├── github-actions.md ├── github-cli.md ├── github-copilot.md ├── github.md ├── gitlab-ci.md ├── gitlab.md ├── glances.md ├── gmail.md ├── golang.md ├── google-chrome.md ├── graphql.md ├── grep.md ├── homebrew.md ├── hook.md ├── html-char.md ├── html.md ├── htmx.md ├── htop.md ├── http-status-code.md ├── huawei-devices.md ├── ini.md ├── intelli-j-idea.md ├── iptables.md ├── iso-3166-1.md ├── iso-639-1.md ├── java.md ├── javascript.md ├── jest.md ├── jq.md ├── jquery.md ├── json.md ├── julia.md ├── jupyter.md ├── justfile.md ├── koajs.md ├── kotlin.md ├── kubernetes.md ├── laravel.md ├── latex.md ├── leaf.md ├── lerna.md ├── lessjs.md ├── linux-command.md ├── lsof.md ├── lua.md ├── make.md ├── markdown.md ├── matlab.md ├── mime.md ├── minio.md ├── mitmproxy.md ├── mongodb.md ├── mysql.md ├── neo4j.md ├── nestjs.md ├── netcat.md ├── netstat.md ├── nextjs.md ├── nginx.md ├── nix.md ├── npm.md ├── nvm.md ├── openssl.md ├── oracle.md ├── package.json.md ├── pacman.md ├── pandoc.md ├── php.md ├── phpstorm.md ├── pinia.md ├── pip.md ├── pm2.md ├── pnpm.md ├── ports.md ├── postgres.md ├── powershell.md ├── ps.md ├── pycharm.md ├── python.md ├── pytorch.md ├── quickreference.md ├── r.md ├── react-native.md ├── react.md ├── reactrouter.md ├── redis.md ├── regex.md ├── resolutions.md ├── ruby.md ├── rust.md ├── rxjs.md ├── sass.md ├── scala.md ├── screen.md ├── sdkman.md ├── sed.md ├── semver.md ├── sketch.md ├── springboot.md ├── sqlite.md ├── ssh.md ├── styled-components.md ├── stylex.md ├── stylus.md ├── sublime-text.md ├── subversion.md ├── swift.md ├── swiftui.md ├── symbol-code.md ├── sysdig.md ├── systemd.md ├── tailwindcss.md ├── tar.md ├── taskset.md ├── tauri.md ├── time-zones.md ├── tmux.md ├── toml.md ├── twitter.md ├── typescript.md ├── uv.md ├── vim.md ├── vimium.md ├── vscode.md ├── vue.md ├── vue2.md ├── wails.md ├── webstorm.md ├── xcode.md ├── xpath.md ├── yaml.md ├── yarn.md ├── yazi.md ├── yum.md ├── zed.md └── zip.md ├── icons ├── favicon.svg ├── touch-icon-ipad-retina.png ├── touch-icon-ipad.png ├── touch-icon-iphone-retina.png └── touch-icon-iphone.png ├── netlify.toml ├── package.json └── renovate.json /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/.dockerignore -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/bug-report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/.github/ISSUE_TEMPLATE/bug-report.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/cheatsheet-request.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/.github/ISSUE_TEMPLATE/cheatsheet-request.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/workflows/ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/.github/workflows/ci.yml -------------------------------------------------------------------------------- /.github/workflows/win.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/.github/workflows/win.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/.gitignore -------------------------------------------------------------------------------- /.husky/pre-commit: -------------------------------------------------------------------------------- 1 | npx --no-install lint-staged 2 | -------------------------------------------------------------------------------- /.lintstagedrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/.lintstagedrc -------------------------------------------------------------------------------- /.markdownlint.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/.markdownlint.json -------------------------------------------------------------------------------- /.npmrc: -------------------------------------------------------------------------------- 1 | shamefully-hoist = true -------------------------------------------------------------------------------- /.prettierignore: -------------------------------------------------------------------------------- 1 | package.json 2 | coverage 3 | dist 4 | build 5 | docs 6 | -------------------------------------------------------------------------------- /.prettierrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/.prettierrc -------------------------------------------------------------------------------- /.refsrc.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/.refsrc.json -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/README.md -------------------------------------------------------------------------------- /appicon/Warp-Github-LG-01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/Warp-Github-LG-01.png -------------------------------------------------------------------------------- /appicon/audioer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/audioer.png -------------------------------------------------------------------------------- /appicon/copybook-generator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/copybook-generator.png -------------------------------------------------------------------------------- /appicon/create-custom-symbols.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/create-custom-symbols.png -------------------------------------------------------------------------------- /appicon/daybar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/daybar.png -------------------------------------------------------------------------------- /appicon/deskmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/deskmark.png -------------------------------------------------------------------------------- /appicon/devhub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/devhub.png -------------------------------------------------------------------------------- /appicon/devtutor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/devtutor.png -------------------------------------------------------------------------------- /appicon/file-sentinel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/file-sentinel.png -------------------------------------------------------------------------------- /appicon/focus-cursor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/focus-cursor.png -------------------------------------------------------------------------------- /appicon/iconed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/iconed.png -------------------------------------------------------------------------------- /appicon/iconize-folder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/iconize-folder.png -------------------------------------------------------------------------------- /appicon/key-clicker.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/key-clicker.png -------------------------------------------------------------------------------- /appicon/keyzer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/keyzer.png -------------------------------------------------------------------------------- /appicon/menuist.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/menuist.png -------------------------------------------------------------------------------- /appicon/mousio-hint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/mousio-hint.png -------------------------------------------------------------------------------- /appicon/mousio.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/mousio.png -------------------------------------------------------------------------------- /appicon/musicer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/musicer.png -------------------------------------------------------------------------------- /appicon/palette-genius.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/palette-genius.png -------------------------------------------------------------------------------- /appicon/paste-quick.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/paste-quick.png -------------------------------------------------------------------------------- /appicon/quick-rss.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/quick-rss.png -------------------------------------------------------------------------------- /appicon/regex-mate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/regex-mate.png -------------------------------------------------------------------------------- /appicon/resume-revise.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/resume-revise.png -------------------------------------------------------------------------------- /appicon/symbol-scribe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/symbol-scribe.png -------------------------------------------------------------------------------- /appicon/textsound-saver.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/textsound-saver.png -------------------------------------------------------------------------------- /appicon/time-passage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/time-passage.png -------------------------------------------------------------------------------- /appicon/vidcrop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/vidcrop.png -------------------------------------------------------------------------------- /appicon/videoer.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/videoer.png -------------------------------------------------------------------------------- /appicon/vidwall-hub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/vidwall-hub.png -------------------------------------------------------------------------------- /appicon/vidwall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/vidwall.png -------------------------------------------------------------------------------- /appicon/web-serve.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/appicon/web-serve.png -------------------------------------------------------------------------------- /assets/adb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/adb.svg -------------------------------------------------------------------------------- /assets/adobe-lightroom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/adobe-lightroom.svg -------------------------------------------------------------------------------- /assets/adobe-photoshop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/adobe-photoshop.svg -------------------------------------------------------------------------------- /assets/adobe-xd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/adobe-xd.svg -------------------------------------------------------------------------------- /assets/android-studio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/android-studio.svg -------------------------------------------------------------------------------- /assets/ansible.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/ansible.svg -------------------------------------------------------------------------------- /assets/bash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/bash.svg -------------------------------------------------------------------------------- /assets/blender.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/blender.svg -------------------------------------------------------------------------------- /assets/bun.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/bun.svg -------------------------------------------------------------------------------- /assets/c.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/c.svg -------------------------------------------------------------------------------- /assets/canvas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/canvas.svg -------------------------------------------------------------------------------- /assets/cargo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/cargo.svg -------------------------------------------------------------------------------- /assets/chatgpt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/chatgpt.svg -------------------------------------------------------------------------------- /assets/chmod.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/chmod.svg -------------------------------------------------------------------------------- /assets/chown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/chown.svg -------------------------------------------------------------------------------- /assets/claude.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/claude.svg -------------------------------------------------------------------------------- /assets/cmake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/cmake.svg -------------------------------------------------------------------------------- /assets/cmd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/cmd.svg -------------------------------------------------------------------------------- /assets/cocoapods.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/cocoapods.svg -------------------------------------------------------------------------------- /assets/colors-named.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/colors-named.svg -------------------------------------------------------------------------------- /assets/conan.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/conan.svg -------------------------------------------------------------------------------- /assets/conda.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/conda.svg -------------------------------------------------------------------------------- /assets/cpp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/cpp.svg -------------------------------------------------------------------------------- /assets/cron.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/cron.svg -------------------------------------------------------------------------------- /assets/cs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/cs.svg -------------------------------------------------------------------------------- /assets/css.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/css.svg -------------------------------------------------------------------------------- /assets/dart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/dart.svg -------------------------------------------------------------------------------- /assets/django.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/django.svg -------------------------------------------------------------------------------- /assets/docker-compose.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/docker-compose.svg -------------------------------------------------------------------------------- /assets/docker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/docker.svg -------------------------------------------------------------------------------- /assets/dockerfile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/dockerfile.svg -------------------------------------------------------------------------------- /assets/ejs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/ejs.svg -------------------------------------------------------------------------------- /assets/elasticsearch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/elasticsearch.svg -------------------------------------------------------------------------------- /assets/electron.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/electron.svg -------------------------------------------------------------------------------- /assets/elixir.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/elixir.svg -------------------------------------------------------------------------------- /assets/emacs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/emacs.svg -------------------------------------------------------------------------------- /assets/emmet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/emmet.svg -------------------------------------------------------------------------------- /assets/emoji.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/emoji.svg -------------------------------------------------------------------------------- /assets/erlang.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/erlang.svg -------------------------------------------------------------------------------- /assets/es6.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/es6.svg -------------------------------------------------------------------------------- /assets/expressjs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/expressjs.svg -------------------------------------------------------------------------------- /assets/fastapi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/fastapi.svg -------------------------------------------------------------------------------- /assets/ffmpeg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/ffmpeg.svg -------------------------------------------------------------------------------- /assets/figma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/figma.svg -------------------------------------------------------------------------------- /assets/find.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/find.svg -------------------------------------------------------------------------------- /assets/finder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/finder.svg -------------------------------------------------------------------------------- /assets/firefox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/firefox.svg -------------------------------------------------------------------------------- /assets/flask.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/flask.svg -------------------------------------------------------------------------------- /assets/flutter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/flutter.svg -------------------------------------------------------------------------------- /assets/gdb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/gdb.svg -------------------------------------------------------------------------------- /assets/git.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/git.svg -------------------------------------------------------------------------------- /assets/github-actions.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/github-actions.svg -------------------------------------------------------------------------------- /assets/github-cli.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/github-cli.svg -------------------------------------------------------------------------------- /assets/github-copilot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/github-copilot.svg -------------------------------------------------------------------------------- /assets/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/github.svg -------------------------------------------------------------------------------- /assets/gitlab-ci.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/gitlab-ci.svg -------------------------------------------------------------------------------- /assets/gitlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/gitlab.svg -------------------------------------------------------------------------------- /assets/gmail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/gmail.svg -------------------------------------------------------------------------------- /assets/golang.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/golang.svg -------------------------------------------------------------------------------- /assets/google-chrome.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/google-chrome.svg -------------------------------------------------------------------------------- /assets/graphql.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/graphql.svg -------------------------------------------------------------------------------- /assets/grep.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/grep.svg -------------------------------------------------------------------------------- /assets/homebrew.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/homebrew.svg -------------------------------------------------------------------------------- /assets/html.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/html.svg -------------------------------------------------------------------------------- /assets/htop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/htop.svg -------------------------------------------------------------------------------- /assets/intelli-j-idea.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/intelli-j-idea.svg -------------------------------------------------------------------------------- /assets/java.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/java.svg -------------------------------------------------------------------------------- /assets/javascript.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/javascript.svg -------------------------------------------------------------------------------- /assets/jest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/jest.svg -------------------------------------------------------------------------------- /assets/jquery.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/jquery.svg -------------------------------------------------------------------------------- /assets/json.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/json.svg -------------------------------------------------------------------------------- /assets/julia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/julia.svg -------------------------------------------------------------------------------- /assets/jupyter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/jupyter.svg -------------------------------------------------------------------------------- /assets/koajs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/koajs.svg -------------------------------------------------------------------------------- /assets/kotlin.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/kotlin.svg -------------------------------------------------------------------------------- /assets/kubernetes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/kubernetes.svg -------------------------------------------------------------------------------- /assets/laravel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/laravel.svg -------------------------------------------------------------------------------- /assets/latex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/latex.svg -------------------------------------------------------------------------------- /assets/leaf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/leaf.svg -------------------------------------------------------------------------------- /assets/lerna.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/lerna.svg -------------------------------------------------------------------------------- /assets/lessjs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/lessjs.svg -------------------------------------------------------------------------------- /assets/lua.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/lua.svg -------------------------------------------------------------------------------- /assets/markdown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/markdown.svg -------------------------------------------------------------------------------- /assets/matlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/matlab.svg -------------------------------------------------------------------------------- /assets/menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/menu.svg -------------------------------------------------------------------------------- /assets/minio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/minio.svg -------------------------------------------------------------------------------- /assets/mitmproxy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/mitmproxy.svg -------------------------------------------------------------------------------- /assets/mongodb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/mongodb.svg -------------------------------------------------------------------------------- /assets/mysql.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/mysql.svg -------------------------------------------------------------------------------- /assets/neo4j.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/neo4j.svg -------------------------------------------------------------------------------- /assets/nestjs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/nestjs.svg -------------------------------------------------------------------------------- /assets/netcat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/netcat.svg -------------------------------------------------------------------------------- /assets/netstat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/netstat.svg -------------------------------------------------------------------------------- /assets/nextjs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/nextjs.svg -------------------------------------------------------------------------------- /assets/nginx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/nginx.svg -------------------------------------------------------------------------------- /assets/nix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/nix.svg -------------------------------------------------------------------------------- /assets/npm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/npm.svg -------------------------------------------------------------------------------- /assets/nvm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/nvm.svg -------------------------------------------------------------------------------- /assets/openssl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/openssl.svg -------------------------------------------------------------------------------- /assets/oracle.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/oracle.svg -------------------------------------------------------------------------------- /assets/php.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/php.svg -------------------------------------------------------------------------------- /assets/phpstorm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/phpstorm.svg -------------------------------------------------------------------------------- /assets/pinia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/pinia.svg -------------------------------------------------------------------------------- /assets/pm2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/pm2.svg -------------------------------------------------------------------------------- /assets/pnpm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/pnpm.svg -------------------------------------------------------------------------------- /assets/postgres.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/postgres.svg -------------------------------------------------------------------------------- /assets/powershell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/powershell.svg -------------------------------------------------------------------------------- /assets/pycharm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/pycharm.svg -------------------------------------------------------------------------------- /assets/python.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/python.svg -------------------------------------------------------------------------------- /assets/pytorch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/pytorch.svg -------------------------------------------------------------------------------- /assets/quickreference.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/quickreference.svg -------------------------------------------------------------------------------- /assets/r.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/r.svg -------------------------------------------------------------------------------- /assets/react-native.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/react-native.svg -------------------------------------------------------------------------------- /assets/react.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/react.svg -------------------------------------------------------------------------------- /assets/reactrouter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/reactrouter.svg -------------------------------------------------------------------------------- /assets/redis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/redis.svg -------------------------------------------------------------------------------- /assets/regex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/regex.svg -------------------------------------------------------------------------------- /assets/ruby.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/ruby.svg -------------------------------------------------------------------------------- /assets/rust.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/rust.svg -------------------------------------------------------------------------------- /assets/rxjs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/rxjs.svg -------------------------------------------------------------------------------- /assets/sass.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/sass.svg -------------------------------------------------------------------------------- /assets/scala.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/scala.svg -------------------------------------------------------------------------------- /assets/sed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/sed.svg -------------------------------------------------------------------------------- /assets/semver.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/semver.svg -------------------------------------------------------------------------------- /assets/sketch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/sketch.svg -------------------------------------------------------------------------------- /assets/springboot.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/springboot.svg -------------------------------------------------------------------------------- /assets/sqlite.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/sqlite.svg -------------------------------------------------------------------------------- /assets/ssh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/ssh.svg -------------------------------------------------------------------------------- /assets/styled-components.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/styled-components.svg -------------------------------------------------------------------------------- /assets/stylex.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/stylex.svg -------------------------------------------------------------------------------- /assets/stylus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/stylus.svg -------------------------------------------------------------------------------- /assets/sublime-text.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/sublime-text.svg -------------------------------------------------------------------------------- /assets/subversion.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/subversion.svg -------------------------------------------------------------------------------- /assets/swift.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/swift.svg -------------------------------------------------------------------------------- /assets/swiftui.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/swiftui.svg -------------------------------------------------------------------------------- /assets/sysdig.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/sysdig.svg -------------------------------------------------------------------------------- /assets/systemd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/systemd.svg -------------------------------------------------------------------------------- /assets/tailwindcss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/tailwindcss.svg -------------------------------------------------------------------------------- /assets/tar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/tar.svg -------------------------------------------------------------------------------- /assets/tauri.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/tauri.svg -------------------------------------------------------------------------------- /assets/time-zones.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/time-zones.svg -------------------------------------------------------------------------------- /assets/tmux.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/tmux.svg -------------------------------------------------------------------------------- /assets/toml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/toml.svg -------------------------------------------------------------------------------- /assets/twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/twitter.svg -------------------------------------------------------------------------------- /assets/typescript.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/typescript.svg -------------------------------------------------------------------------------- /assets/uv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/uv.svg -------------------------------------------------------------------------------- /assets/vim.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/vim.svg -------------------------------------------------------------------------------- /assets/vscode.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/vscode.svg -------------------------------------------------------------------------------- /assets/vue.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/vue.svg -------------------------------------------------------------------------------- /assets/vue2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/vue2.svg -------------------------------------------------------------------------------- /assets/wails.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/wails.svg -------------------------------------------------------------------------------- /assets/webstorm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/webstorm.svg -------------------------------------------------------------------------------- /assets/xcode.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/xcode.svg -------------------------------------------------------------------------------- /assets/xpath.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/xpath.svg -------------------------------------------------------------------------------- /assets/yaml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/yaml.svg -------------------------------------------------------------------------------- /assets/yarn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/yarn.svg -------------------------------------------------------------------------------- /assets/zed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/assets/zed.svg -------------------------------------------------------------------------------- /docs/adb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/adb.md -------------------------------------------------------------------------------- /docs/adobe-lightroom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/adobe-lightroom.md -------------------------------------------------------------------------------- /docs/adobe-photoshop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/adobe-photoshop.md -------------------------------------------------------------------------------- /docs/adobe-xd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/adobe-xd.md -------------------------------------------------------------------------------- /docs/android-studio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/android-studio.md -------------------------------------------------------------------------------- /docs/ansible.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/ansible.md -------------------------------------------------------------------------------- /docs/apt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/apt.md -------------------------------------------------------------------------------- /docs/ascii-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/ascii-code.md -------------------------------------------------------------------------------- /docs/aspect-ratio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/aspect-ratio.md -------------------------------------------------------------------------------- /docs/awk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/awk.md -------------------------------------------------------------------------------- /docs/bash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/bash.md -------------------------------------------------------------------------------- /docs/blender.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/blender.md -------------------------------------------------------------------------------- /docs/bun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/bun.md -------------------------------------------------------------------------------- /docs/c.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/c.md -------------------------------------------------------------------------------- /docs/canvas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/canvas.md -------------------------------------------------------------------------------- /docs/cargo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/cargo.md -------------------------------------------------------------------------------- /docs/chatgpt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/chatgpt.md -------------------------------------------------------------------------------- /docs/chmod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/chmod.md -------------------------------------------------------------------------------- /docs/chown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/chown.md -------------------------------------------------------------------------------- /docs/cisco-devices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/cisco-devices.md -------------------------------------------------------------------------------- /docs/claude.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/claude.md -------------------------------------------------------------------------------- /docs/cmake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/cmake.md -------------------------------------------------------------------------------- /docs/cmd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/cmd.md -------------------------------------------------------------------------------- /docs/cocoapods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/cocoapods.md -------------------------------------------------------------------------------- /docs/colors-named.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/colors-named.md -------------------------------------------------------------------------------- /docs/conan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/conan.md -------------------------------------------------------------------------------- /docs/conda.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/conda.md -------------------------------------------------------------------------------- /docs/cpp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/cpp.md -------------------------------------------------------------------------------- /docs/cron.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/cron.md -------------------------------------------------------------------------------- /docs/cs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/cs.md -------------------------------------------------------------------------------- /docs/css.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/css.md -------------------------------------------------------------------------------- /docs/curl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/curl.md -------------------------------------------------------------------------------- /docs/dart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/dart.md -------------------------------------------------------------------------------- /docs/django.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/django.md -------------------------------------------------------------------------------- /docs/docker-compose.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/docker-compose.md -------------------------------------------------------------------------------- /docs/docker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/docker.md -------------------------------------------------------------------------------- /docs/dockerfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/dockerfile.md -------------------------------------------------------------------------------- /docs/dotnet-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/dotnet-cli.md -------------------------------------------------------------------------------- /docs/ejs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/ejs.md -------------------------------------------------------------------------------- /docs/elasticsearch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/elasticsearch.md -------------------------------------------------------------------------------- /docs/electron.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/electron.md -------------------------------------------------------------------------------- /docs/elixir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/elixir.md -------------------------------------------------------------------------------- /docs/emacs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/emacs.md -------------------------------------------------------------------------------- /docs/emmet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/emmet.md -------------------------------------------------------------------------------- /docs/emoji.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/emoji.md -------------------------------------------------------------------------------- /docs/erlang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/erlang.md -------------------------------------------------------------------------------- /docs/es6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/es6.md -------------------------------------------------------------------------------- /docs/expressjs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/expressjs.md -------------------------------------------------------------------------------- /docs/fastapi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/fastapi.md -------------------------------------------------------------------------------- /docs/feds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/feds.md -------------------------------------------------------------------------------- /docs/ffmpeg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/ffmpeg.md -------------------------------------------------------------------------------- /docs/figma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/figma.md -------------------------------------------------------------------------------- /docs/find.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/find.md -------------------------------------------------------------------------------- /docs/finder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/finder.md -------------------------------------------------------------------------------- /docs/firefox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/firefox.md -------------------------------------------------------------------------------- /docs/flask.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/flask.md -------------------------------------------------------------------------------- /docs/flutter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/flutter.md -------------------------------------------------------------------------------- /docs/ftp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/ftp.md -------------------------------------------------------------------------------- /docs/gdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/gdb.md -------------------------------------------------------------------------------- /docs/git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/git.md -------------------------------------------------------------------------------- /docs/github-actions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/github-actions.md -------------------------------------------------------------------------------- /docs/github-cli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/github-cli.md -------------------------------------------------------------------------------- /docs/github-copilot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/github-copilot.md -------------------------------------------------------------------------------- /docs/github.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/github.md -------------------------------------------------------------------------------- /docs/gitlab-ci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/gitlab-ci.md -------------------------------------------------------------------------------- /docs/gitlab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/gitlab.md -------------------------------------------------------------------------------- /docs/glances.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/glances.md -------------------------------------------------------------------------------- /docs/gmail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/gmail.md -------------------------------------------------------------------------------- /docs/golang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/golang.md -------------------------------------------------------------------------------- /docs/google-chrome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/google-chrome.md -------------------------------------------------------------------------------- /docs/graphql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/graphql.md -------------------------------------------------------------------------------- /docs/grep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/grep.md -------------------------------------------------------------------------------- /docs/homebrew.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/homebrew.md -------------------------------------------------------------------------------- /docs/hook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/hook.md -------------------------------------------------------------------------------- /docs/html-char.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/html-char.md -------------------------------------------------------------------------------- /docs/html.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/html.md -------------------------------------------------------------------------------- /docs/htmx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/htmx.md -------------------------------------------------------------------------------- /docs/htop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/htop.md -------------------------------------------------------------------------------- /docs/http-status-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/http-status-code.md -------------------------------------------------------------------------------- /docs/huawei-devices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/huawei-devices.md -------------------------------------------------------------------------------- /docs/ini.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/ini.md -------------------------------------------------------------------------------- /docs/intelli-j-idea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/intelli-j-idea.md -------------------------------------------------------------------------------- /docs/iptables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/iptables.md -------------------------------------------------------------------------------- /docs/iso-3166-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/iso-3166-1.md -------------------------------------------------------------------------------- /docs/iso-639-1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/iso-639-1.md -------------------------------------------------------------------------------- /docs/java.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/java.md -------------------------------------------------------------------------------- /docs/javascript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/javascript.md -------------------------------------------------------------------------------- /docs/jest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/jest.md -------------------------------------------------------------------------------- /docs/jq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/jq.md -------------------------------------------------------------------------------- /docs/jquery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/jquery.md -------------------------------------------------------------------------------- /docs/json.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/json.md -------------------------------------------------------------------------------- /docs/julia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/julia.md -------------------------------------------------------------------------------- /docs/jupyter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/jupyter.md -------------------------------------------------------------------------------- /docs/justfile.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/justfile.md -------------------------------------------------------------------------------- /docs/koajs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/koajs.md -------------------------------------------------------------------------------- /docs/kotlin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/kotlin.md -------------------------------------------------------------------------------- /docs/kubernetes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/kubernetes.md -------------------------------------------------------------------------------- /docs/laravel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/laravel.md -------------------------------------------------------------------------------- /docs/latex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/latex.md -------------------------------------------------------------------------------- /docs/leaf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/leaf.md -------------------------------------------------------------------------------- /docs/lerna.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/lerna.md -------------------------------------------------------------------------------- /docs/lessjs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/lessjs.md -------------------------------------------------------------------------------- /docs/linux-command.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/linux-command.md -------------------------------------------------------------------------------- /docs/lsof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/lsof.md -------------------------------------------------------------------------------- /docs/lua.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/lua.md -------------------------------------------------------------------------------- /docs/make.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/make.md -------------------------------------------------------------------------------- /docs/markdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/markdown.md -------------------------------------------------------------------------------- /docs/matlab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/matlab.md -------------------------------------------------------------------------------- /docs/mime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/mime.md -------------------------------------------------------------------------------- /docs/minio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/minio.md -------------------------------------------------------------------------------- /docs/mitmproxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/mitmproxy.md -------------------------------------------------------------------------------- /docs/mongodb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/mongodb.md -------------------------------------------------------------------------------- /docs/mysql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/mysql.md -------------------------------------------------------------------------------- /docs/neo4j.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/neo4j.md -------------------------------------------------------------------------------- /docs/nestjs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/nestjs.md -------------------------------------------------------------------------------- /docs/netcat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/netcat.md -------------------------------------------------------------------------------- /docs/netstat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/netstat.md -------------------------------------------------------------------------------- /docs/nextjs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/nextjs.md -------------------------------------------------------------------------------- /docs/nginx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/nginx.md -------------------------------------------------------------------------------- /docs/nix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/nix.md -------------------------------------------------------------------------------- /docs/npm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/npm.md -------------------------------------------------------------------------------- /docs/nvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/nvm.md -------------------------------------------------------------------------------- /docs/openssl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/openssl.md -------------------------------------------------------------------------------- /docs/oracle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/oracle.md -------------------------------------------------------------------------------- /docs/package.json.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/package.json.md -------------------------------------------------------------------------------- /docs/pacman.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/pacman.md -------------------------------------------------------------------------------- /docs/pandoc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/pandoc.md -------------------------------------------------------------------------------- /docs/php.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/php.md -------------------------------------------------------------------------------- /docs/phpstorm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/phpstorm.md -------------------------------------------------------------------------------- /docs/pinia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/pinia.md -------------------------------------------------------------------------------- /docs/pip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/pip.md -------------------------------------------------------------------------------- /docs/pm2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/pm2.md -------------------------------------------------------------------------------- /docs/pnpm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/pnpm.md -------------------------------------------------------------------------------- /docs/ports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/ports.md -------------------------------------------------------------------------------- /docs/postgres.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/postgres.md -------------------------------------------------------------------------------- /docs/powershell.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/powershell.md -------------------------------------------------------------------------------- /docs/ps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/ps.md -------------------------------------------------------------------------------- /docs/pycharm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/pycharm.md -------------------------------------------------------------------------------- /docs/python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/python.md -------------------------------------------------------------------------------- /docs/pytorch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/pytorch.md -------------------------------------------------------------------------------- /docs/quickreference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/quickreference.md -------------------------------------------------------------------------------- /docs/r.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/r.md -------------------------------------------------------------------------------- /docs/react-native.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/react-native.md -------------------------------------------------------------------------------- /docs/react.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/react.md -------------------------------------------------------------------------------- /docs/reactrouter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/reactrouter.md -------------------------------------------------------------------------------- /docs/redis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/redis.md -------------------------------------------------------------------------------- /docs/regex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/regex.md -------------------------------------------------------------------------------- /docs/resolutions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/resolutions.md -------------------------------------------------------------------------------- /docs/ruby.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/ruby.md -------------------------------------------------------------------------------- /docs/rust.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/rust.md -------------------------------------------------------------------------------- /docs/rxjs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/rxjs.md -------------------------------------------------------------------------------- /docs/sass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/sass.md -------------------------------------------------------------------------------- /docs/scala.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/scala.md -------------------------------------------------------------------------------- /docs/screen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/screen.md -------------------------------------------------------------------------------- /docs/sdkman.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/sdkman.md -------------------------------------------------------------------------------- /docs/sed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/sed.md -------------------------------------------------------------------------------- /docs/semver.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/semver.md -------------------------------------------------------------------------------- /docs/sketch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/sketch.md -------------------------------------------------------------------------------- /docs/springboot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/springboot.md -------------------------------------------------------------------------------- /docs/sqlite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/sqlite.md -------------------------------------------------------------------------------- /docs/ssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/ssh.md -------------------------------------------------------------------------------- /docs/styled-components.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/styled-components.md -------------------------------------------------------------------------------- /docs/stylex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/stylex.md -------------------------------------------------------------------------------- /docs/stylus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/stylus.md -------------------------------------------------------------------------------- /docs/sublime-text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/sublime-text.md -------------------------------------------------------------------------------- /docs/subversion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/subversion.md -------------------------------------------------------------------------------- /docs/swift.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/swift.md -------------------------------------------------------------------------------- /docs/swiftui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/swiftui.md -------------------------------------------------------------------------------- /docs/symbol-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/symbol-code.md -------------------------------------------------------------------------------- /docs/sysdig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/sysdig.md -------------------------------------------------------------------------------- /docs/systemd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/systemd.md -------------------------------------------------------------------------------- /docs/tailwindcss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/tailwindcss.md -------------------------------------------------------------------------------- /docs/tar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/tar.md -------------------------------------------------------------------------------- /docs/taskset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/taskset.md -------------------------------------------------------------------------------- /docs/tauri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/tauri.md -------------------------------------------------------------------------------- /docs/time-zones.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/time-zones.md -------------------------------------------------------------------------------- /docs/tmux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/tmux.md -------------------------------------------------------------------------------- /docs/toml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/toml.md -------------------------------------------------------------------------------- /docs/twitter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/twitter.md -------------------------------------------------------------------------------- /docs/typescript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/typescript.md -------------------------------------------------------------------------------- /docs/uv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/uv.md -------------------------------------------------------------------------------- /docs/vim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/vim.md -------------------------------------------------------------------------------- /docs/vimium.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/vimium.md -------------------------------------------------------------------------------- /docs/vscode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/vscode.md -------------------------------------------------------------------------------- /docs/vue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/vue.md -------------------------------------------------------------------------------- /docs/vue2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/vue2.md -------------------------------------------------------------------------------- /docs/wails.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/wails.md -------------------------------------------------------------------------------- /docs/webstorm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/webstorm.md -------------------------------------------------------------------------------- /docs/xcode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/xcode.md -------------------------------------------------------------------------------- /docs/xpath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/xpath.md -------------------------------------------------------------------------------- /docs/yaml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/yaml.md -------------------------------------------------------------------------------- /docs/yarn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/yarn.md -------------------------------------------------------------------------------- /docs/yazi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/yazi.md -------------------------------------------------------------------------------- /docs/yum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/yum.md -------------------------------------------------------------------------------- /docs/zed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/zed.md -------------------------------------------------------------------------------- /docs/zip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/docs/zip.md -------------------------------------------------------------------------------- /icons/favicon.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/icons/favicon.svg -------------------------------------------------------------------------------- /icons/touch-icon-ipad-retina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/icons/touch-icon-ipad-retina.png -------------------------------------------------------------------------------- /icons/touch-icon-ipad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/icons/touch-icon-ipad.png -------------------------------------------------------------------------------- /icons/touch-icon-iphone-retina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/icons/touch-icon-iphone-retina.png -------------------------------------------------------------------------------- /icons/touch-icon-iphone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/icons/touch-icon-iphone.png -------------------------------------------------------------------------------- /netlify.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/netlify.toml -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/package.json -------------------------------------------------------------------------------- /renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jaywcjlove/reference/HEAD/renovate.json --------------------------------------------------------------------------------