gitextract_fq7cognz/ ├── .commitlintrc.js ├── .dockerignore ├── .github/ │ ├── FUNDING.yml │ └── ISSUE_TEMPLATE/ │ └── cheatsheet-request.md ├── .gitignore ├── .gitmessage ├── .husky/ │ ├── commit-msg │ └── pre-commit ├── .lintstagedrc.js ├── .prettierrc.js ├── .stylelintrc.js ├── Dockerfile ├── LICENSE ├── README.md ├── _config.yml ├── eslint.config.js ├── gulpfile.js ├── nginx.conf ├── package.json ├── postcss.config.js ├── source/ │ ├── _posts/ │ │ ├── 1password.md │ │ ├── adobe-lightroom.md │ │ ├── adobe-photoshop.md │ │ ├── adobe-xd.md │ │ ├── affinity-designer.md │ │ ├── affinity-photo.md │ │ ├── ai.md │ │ ├── airtable.md │ │ ├── alan-ai.md │ │ ├── alpine-linux.md │ │ ├── android-studio.md │ │ ├── apex-legends.md │ │ ├── apple-music.md │ │ ├── arduino-programming.md │ │ ├── arduino.md │ │ ├── asana.md │ │ ├── ascii-code.md │ │ ├── aspect-ratio.md │ │ ├── audacity.md │ │ ├── awk.md │ │ ├── bash.md │ │ ├── bear-notes.md │ │ ├── bitbucket.md │ │ ├── blender.md │ │ ├── brave.md │ │ ├── c.md │ │ ├── canvas.md │ │ ├── chatgpt.md │ │ ├── chmod.md │ │ ├── chrome-devtools.md │ │ ├── code-editor-ios.md │ │ ├── color-picker.md │ │ ├── colorscreen.md │ │ ├── conventional-commits.md │ │ ├── cpp.md │ │ ├── cron.md │ │ ├── cs.md │ │ ├── css3.md │ │ ├── curl.md │ │ ├── dart.md │ │ ├── django.md │ │ ├── docker.md │ │ ├── ejs.md │ │ ├── emacs.md │ │ ├── emmet.md │ │ ├── emoji.md │ │ ├── es6.md │ │ ├── express.md │ │ ├── fastapi.md │ │ ├── feedly.md │ │ ├── figma.md │ │ ├── filezilla.md │ │ ├── find.md │ │ ├── finder.md │ │ ├── firefox.md │ │ ├── flask.md │ │ ├── fortnite.md │ │ ├── framer-x.md │ │ ├── gimp.md │ │ ├── git.md │ │ ├── github-actions.md │ │ ├── github-cli.md │ │ ├── github.md │ │ ├── gitlab.md │ │ ├── gmail.md │ │ ├── gnome-desktop.md │ │ ├── gnupg.md │ │ ├── go.md │ │ ├── google-chrome.md │ │ ├── google-drive.md │ │ ├── google-search.md │ │ ├── gospinwheel.md │ │ ├── graphql.md │ │ ├── grep.md │ │ ├── guitar-pro.md │ │ ├── homebrew.md │ │ ├── hook.md │ │ ├── html-char.md │ │ ├── html.md │ │ ├── htmx.md │ │ ├── http-status-code.md │ │ ├── idea.md │ │ ├── ini.md │ │ ├── iso-639-1.md │ │ ├── java.md │ │ ├── javascript.md │ │ ├── jest.md │ │ ├── jira.md │ │ ├── jquery.md │ │ ├── json.md │ │ ├── kanbanmail.md │ │ ├── kotlin.md │ │ ├── kubernetes.md │ │ ├── laravel.md │ │ ├── latex.md │ │ ├── lsof.md │ │ ├── lua.md │ │ ├── markdown.md │ │ ├── matlab.md │ │ ├── matplotlib.md │ │ ├── microsoft-teams.md │ │ ├── mime.md │ │ ├── minecraft-bedrock.md │ │ ├── minecraft-java.md │ │ ├── missive.md │ │ ├── mitmproxy.md │ │ ├── monday.md │ │ ├── mongodb.md │ │ ├── mysql.md │ │ ├── nc.md │ │ ├── neo4j.md │ │ ├── netstat.md │ │ ├── networkports.md │ │ ├── nginx.md │ │ ├── nim.md │ │ ├── nix.md │ │ ├── nmap.md │ │ ├── notion.md │ │ ├── npm.md │ │ ├── numpy.md │ │ ├── obsidian.md │ │ ├── ocaml.md │ │ ├── openssl.md │ │ ├── origami.md │ │ ├── outlook.md │ │ ├── pandas.md │ │ ├── pandoc.md │ │ ├── perl.md │ │ ├── php.md │ │ ├── phpstorm.md │ │ ├── pm2.md │ │ ├── pocket.md │ │ ├── postgres.md │ │ ├── postman.md │ │ ├── powershell.md │ │ ├── principle.md │ │ ├── proto-io.md │ │ ├── putty.md │ │ ├── python.md │ │ ├── pytorch.md │ │ ├── quickref.md │ │ ├── quip.md │ │ ├── react-test-library.md │ │ ├── react.md │ │ ├── reddit.md │ │ ├── redis.md │ │ ├── regex.md │ │ ├── resolutions.md │ │ ├── roam.md │ │ ├── ruby.md │ │ ├── rust.md │ │ ├── sass.md │ │ ├── screen.md │ │ ├── sdkman.md │ │ ├── sed.md │ │ ├── selenium.md │ │ ├── sequel-pro.md │ │ ├── shopify.md │ │ ├── sketch.md │ │ ├── sketchup.md │ │ ├── skype.md │ │ ├── slack.md │ │ ├── socket-io.md │ │ ├── soundcloud.md │ │ ├── spotify.md │ │ ├── ssh.md │ │ ├── sublime-text.md │ │ ├── superhuman.md │ │ ├── svelte.md │ │ ├── swift.md │ │ ├── symfony.md │ │ ├── systemd.md │ │ ├── table-plus.md │ │ ├── taskset.md │ │ ├── telegram.md │ │ ├── telnet.md │ │ ├── tensorflow.md │ │ ├── terraform.md │ │ ├── ticktick.md │ │ ├── tmux.md │ │ ├── todoist.md │ │ ├── toml.md │ │ ├── transmit.md │ │ ├── trello.md │ │ ├── twitter.md │ │ ├── typescript.md │ │ ├── unity-3d.md │ │ ├── unity-shader-graph.md │ │ ├── unreal-engine.md │ │ ├── vhdl.md │ │ ├── vim.md │ │ ├── vivaldi.md │ │ ├── vlc.md │ │ ├── vscode.md │ │ ├── vue.md │ │ ├── webflow.md │ │ ├── webstorm.md │ │ ├── windows-cmd.md │ │ ├── windows-shortcuts.md │ │ ├── wordpress.md │ │ ├── xpath.md │ │ ├── yaml.md │ │ ├── youtube.md │ │ ├── zed.md │ │ └── zoom.md │ ├── about/ │ │ └── index.md │ ├── assets/ │ │ └── page/ │ │ └── oops.htm │ ├── ga_analytics_tops.json │ ├── manifest.json │ ├── notes/ │ │ └── index.md │ ├── privacy/ │ │ └── index.md │ ├── robots.txt │ ├── sponsor/ │ │ └── index.md │ ├── support/ │ │ └── index.md │ ├── sw.js │ └── widget/ │ ├── chmod.html │ ├── color-palette-tailwind.html │ ├── cron.html │ └── gradient-maker.html ├── tailwind.config.js └── themes/ └── coo/ ├── _config.yml ├── languages/ │ └── default.yml ├── layout/ │ ├── _partial/ │ │ ├── buttons/ │ │ │ ├── buy-coffee.ejs │ │ │ ├── follow-x.ejs │ │ │ ├── github-contribute.ejs │ │ │ └── github-star.ejs │ │ ├── comment.ejs │ │ ├── footer.ejs │ │ ├── head.ejs │ │ ├── header.ejs │ │ ├── index/ │ │ │ ├── card.ejs │ │ │ ├── hero-content.ejs │ │ │ ├── hero.ejs │ │ │ ├── logo.ejs │ │ │ ├── recommend.ejs │ │ │ └── request.ejs │ │ ├── note/ │ │ │ ├── header.ejs │ │ │ ├── tags.ejs │ │ │ └── title.ejs │ │ ├── pagination.ejs │ │ ├── post/ │ │ │ ├── category.ejs │ │ │ ├── editbar.ejs │ │ │ ├── popular.ejs │ │ │ ├── popular_card.ejs │ │ │ ├── prevnext.ejs │ │ │ ├── recent.ejs │ │ │ ├── tag.ejs │ │ │ └── title.ejs │ │ ├── scripts.ejs │ │ ├── search.ejs │ │ ├── seo.ejs │ │ ├── share.ejs │ │ ├── sidebar.ejs │ │ ├── social-buttons.ejs │ │ ├── structured-data.ejs │ │ └── toc.ejs │ ├── archive.ejs │ ├── index.ejs │ ├── layout.ejs │ ├── note.ejs │ ├── notes.ejs │ ├── page.ejs │ └── post.ejs ├── scripts/ │ ├── add_field.js │ ├── donation.js │ ├── github.js │ ├── global.js │ ├── markdown_plugin.js │ ├── merge_configs.js │ ├── pagination_generator.js │ ├── seo-enhanced.js │ ├── seo.js │ ├── share.js │ └── top_generator.js └── source/ ├── css/ │ ├── components/ │ │ ├── code.css │ │ ├── common.css │ │ ├── custom_tag.css │ │ ├── layer.css │ │ ├── layout_list.css │ │ ├── layout_note.css │ │ ├── layout_paragraph.css │ │ ├── layout_table.css │ │ ├── navbar.css │ │ ├── pagination.css │ │ ├── search.css │ │ ├── social-buttons.css │ │ └── toc.css │ └── style.tailwindcss └── js/ ├── fuse_7.1.0.js └── main.js