Full Code of tldr-pages/tldr for AI

main 8debf553d35a cached
34091 files
13.3 MB
5.0M tokens
75 symbols
1 requests
Copy disabled (too large) Download .txt
Showing preview only (19,359K chars total). Download the full file to get everything.
Repository: tldr-pages/tldr
Branch: main
Commit: 8debf553d35a
Files: 34091
Total size: 13.3 MB

Directory structure:
gitextract_ic2go_lx/

├── .devcontainer/
│   └── devcontainer.json
├── .editorconfig
├── .flake8
├── .gitattributes
├── .github/
│   ├── CODEOWNERS
│   ├── ISSUE_TEMPLATE/
│   │   ├── config.yml
│   │   ├── lets-document.yml
│   │   ├── page-modification-request.yml
│   │   ├── page-request.yml
│   │   └── page-translation.yml
│   ├── PULL_REQUEST_TEMPLATE.md
│   ├── codespell-ignore
│   ├── dependabot.yml
│   └── workflows/
│       ├── ci.yml
│       ├── codespell.yml
│       ├── copy-release-assets.yml
│       ├── labeler.yml
│       ├── monthly-check.yml
│       └── sync.yml
├── .gitignore
├── .husky/
│   └── pre-commit
├── .markdownlint.json
├── AGENTS.md
├── CLIENT-SPECIFICATION.md
├── COMMUNITY-ROLES.md
├── CONTRIBUTING.md
├── GOVERNANCE.md
├── LICENSE.md
├── MAINTAINERS.md
├── README.md
├── contributing-guides/
│   ├── git-terminal.md
│   ├── maintainers-guide.md
│   ├── style-guide.ar.md
│   ├── style-guide.cs.md
│   ├── style-guide.de.md
│   ├── style-guide.ko.md
│   ├── style-guide.md
│   ├── style-guide.ru.md
│   ├── style-guide.zh.md
│   └── translation-templates/
│       ├── alias-pages.md
│       ├── common-arguments.md
│       ├── common-descriptions.md
│       ├── more-info-link.md
│       ├── see-also-mentions.md
│       └── subcommand-mention.md
├── package.json
├── pages/
│   ├── android/
│   │   ├── am.md
│   │   ├── bugreport.md
│   │   ├── bugreportz.md
│   │   ├── cmd.md
│   │   ├── dalvikvm.md
│   │   ├── dumpsys.md
│   │   ├── getprop.md
│   │   ├── input.md
│   │   ├── logcat.md
│   │   ├── pkg.md
│   │   ├── pm.md
│   │   ├── screencap.md
│   │   ├── settings.md
│   │   └── wm.md
│   ├── cisco-ios/
│   │   ├── clock.md
│   │   ├── configure.md
│   │   ├── crypto.md
│   │   ├── delete.md
│   │   ├── dir.md
│   │   ├── enable.md
│   │   ├── erase.md
│   │   ├── interface.md
│   │   ├── ip.md
│   │   ├── line.md
│   │   ├── login.md
│   │   ├── question-mark.md
│   │   ├── reload.md
│   │   ├── show.md
│   │   ├── transport.md
│   │   ├── username.md
│   │   └── write.md
│   ├── common/
│   │   ├── !.md
│   │   ├── $.md
│   │   ├── %.md
│   │   ├── ((.md
│   │   ├── ,.md
│   │   ├── ..md
│   │   ├── 2to3.md
│   │   ├── 3d-ascii-viewer.md
│   │   ├── 7z.md
│   │   ├── 7za.md
│   │   ├── 7zr.md
│   │   ├── [.md
│   │   ├── [[.md
│   │   ├── ].md
│   │   ├── ]].md
│   │   ├── ^.md
│   │   ├── a2ping.md
│   │   ├── aapt.md
│   │   ├── ab.md
│   │   ├── abduco.md
│   │   ├── ac.md
│   │   ├── accelerate.md
│   │   ├── ack.md
│   │   ├── acme.sh-dns.md
│   │   ├── acme.sh.md
│   │   ├── act.md
│   │   ├── acyclic.md
│   │   ├── adb-connect.md
│   │   ├── adb-devices.md
│   │   ├── adb-disconnect.md
│   │   ├── adb-forward.md
│   │   ├── adb-install.md
│   │   ├── adb-kill-server.md
│   │   ├── adb-logcat.md
│   │   ├── adb-pair.md
│   │   ├── adb-reboot.md
│   │   ├── adb-reverse.md
│   │   ├── adb-shell-pm-list-packages.md
│   │   ├── adb-shell-pm-list.md
│   │   ├── adb-shell-pm.md
│   │   ├── adb-shell.md
│   │   ├── adb-start-server.md
│   │   ├── adb-uninstall.md
│   │   ├── adb.md
│   │   ├── addcomputer.py.md
│   │   ├── adguardhome.md
│   │   ├── adscript.md
│   │   ├── afconvert.md
│   │   ├── ag.md
│   │   ├── agate.md
│   │   ├── age-keygen.md
│   │   ├── age.md
│   │   ├── agg.md
│   │   ├── aider.md
│   │   ├── aircrack-ng.md
│   │   ├── airdecap-ng.md
│   │   ├── aireplay-ng.md
│   │   ├── airmon-ng.md
│   │   ├── airodump-ng.md
│   │   ├── airpaste.md
│   │   ├── airshare.md
│   │   ├── ajson.md
│   │   ├── alacritty.md
│   │   ├── alembic.md
│   │   ├── alex.md
│   │   ├── alias.md
│   │   ├── alr-help.md
│   │   ├── alr-version.md
│   │   ├── alr.md
│   │   ├── amass-enum.md
│   │   ├── amass-intel.md
│   │   ├── amass.md
│   │   ├── androguard.md
│   │   ├── ani-cli.md
│   │   ├── animdl.md
│   │   ├── anki.md
│   │   ├── ansible-doc.md
│   │   ├── ansible-galaxy.md
│   │   ├── ansible-inventory.md
│   │   ├── ansible-lint.md
│   │   ├── ansible-playbook.md
│   │   ├── ansible-pull.md
│   │   ├── ansible-vault.md
│   │   ├── ansible.md
│   │   ├── ansiweather.md
│   │   ├── ant.md
│   │   ├── antibody.md
│   │   ├── anytopnm.md
│   │   ├── apg.md
│   │   ├── apkeep.md
│   │   ├── apkleaks.md
│   │   ├── apktool.md
│   │   ├── apm.md
│   │   ├── apropos.md
│   │   ├── ar.md
│   │   ├── arc.md
│   │   ├── arch.md
│   │   ├── archwiki-rs.md
│   │   ├── arduino-builder.md
│   │   ├── arduino.md
│   │   ├── argocd-app.md
│   │   ├── argocd.md
│   │   ├── argon2.md
│   │   ├── argos-translate.md
│   │   ├── argospm.md
│   │   ├── aria2.md
│   │   ├── aria2c.md
│   │   ├── arjun.md
│   │   ├── arp-scan.md
│   │   ├── arp.md
│   │   ├── arping.md
│   │   ├── arthas-trace.md
│   │   ├── arthas-watch.md
│   │   ├── arthas.md
│   │   ├── asar.md
│   │   ├── ascii-image-converter.md
│   │   ├── asciidoctor.md
│   │   ├── asciinema.md
│   │   ├── asciiquarium.md
│   │   ├── asciitopgm.md
│   │   ├── asdf.md
│   │   ├── asnmap.md
│   │   ├── aspell.md
│   │   ├── assimp.md
│   │   ├── astronomer.md
│   │   ├── astroterm.md
│   │   ├── astyle.md
│   │   ├── at.md
│   │   ├── atktopbm.md
│   │   ├── atom.md
│   │   ├── atool.md
│   │   ├── atoum.md
│   │   ├── atq.md
│   │   ├── atrm.md
│   │   ├── atuin.md
│   │   ├── audacious.md
│   │   ├── auditd.md
│   │   ├── audtool.md
│   │   ├── autoconf.md
│   │   ├── autoflake.md
│   │   ├── autojump.md
│   │   ├── autoload.md
│   │   ├── automake.md
│   │   ├── autopep8.md
│   │   ├── autossh.md
│   │   ├── avo.md
│   │   ├── avrdude.md
│   │   ├── awk.md
│   │   ├── aws-accessanalyzer.md
│   │   ├── aws-acm-pca.md
│   │   ├── aws-acm.md
│   │   ├── aws-amplify.md
│   │   ├── aws-backup.md
│   │   ├── aws-batch.md
│   │   ├── aws-ce.md
│   │   ├── aws-cloud9.md
│   │   ├── aws-cloudformation.md
│   │   ├── aws-cloudwatch.md
│   │   ├── aws-codeartifact.md
│   │   ├── aws-codecommit.md
│   │   ├── aws-cognito-idp.md
│   │   ├── aws-configure.md
│   │   ├── aws-cur.md
│   │   ├── aws-dynamodb.md
│   │   ├── aws-ec2.md
│   │   ├── aws-ecr.md
│   │   ├── aws-eks.md
│   │   ├── aws-glue.md
│   │   ├── aws-google-auth.md
│   │   ├── aws-help.md
│   │   ├── aws-history.md
│   │   ├── aws-iam.md
│   │   ├── aws-kafka.md
│   │   ├── aws-kendra.md
│   │   ├── aws-kinesis.md
│   │   ├── aws-lambda.md
│   │   ├── aws-lightsail.md
│   │   ├── aws-pricing.md
│   │   ├── aws-quicksight.md
│   │   ├── aws-rds.md
│   │   ├── aws-route53.md
│   │   ├── aws-s3-cp.md
│   │   ├── aws-s3-ls.md
│   │   ├── aws-s3-mb.md
│   │   ├── aws-s3-mv.md
│   │   ├── aws-s3-presign.md
│   │   ├── aws-s3-rb.md
│   │   ├── aws-s3-rm.md
│   │   ├── aws-s3-sync.md
│   │   ├── aws-s3-website.md
│   │   ├── aws-s3.md
│   │   ├── aws-s3api.md
│   │   ├── aws-secretsmanager.md
│   │   ├── aws-ses.md
│   │   ├── aws-sns.md
│   │   ├── aws-sqs.md
│   │   ├── aws-sso.md
│   │   ├── aws-sts.md
│   │   ├── aws-vault.md
│   │   ├── aws-workmail.md
│   │   ├── aws.md
│   │   ├── awslogs.md
│   │   ├── axel.md
│   │   ├── az-account.md
│   │   ├── az-acr.md
│   │   ├── az-advisor.md
│   │   ├── az-aks.md
│   │   ├── az-apim.md
│   │   ├── az-appconfig.md
│   │   ├── az-bicep.md
│   │   ├── az-cognitiveservices.md
│   │   ├── az-config.md
│   │   ├── az-container.md
│   │   ├── az-devops.md
│   │   ├── az-disk.md
│   │   ├── az-feedback.md
│   │   ├── az-group.md
│   │   ├── az-image.md
│   │   ├── az-lock.md
│   │   ├── az-logicapp.md
│   │   ├── az-login.md
│   │   ├── az-logout.md
│   │   ├── az-network.md
│   │   ├── az-pipelines.md
│   │   ├── az-provider.md
│   │   ├── az-quantum.md
│   │   ├── az-redis.md
│   │   ├── az-repos.md
│   │   ├── az-serial-console.md
│   │   ├── az-sshkey.md
│   │   ├── az-storage-account.md
│   │   ├── az-storage-blob.md
│   │   ├── az-storage-container.md
│   │   ├── az-storage-entity.md
│   │   ├── az-storage-queue.md
│   │   ├── az-storage-table.md
│   │   ├── az-storage.md
│   │   ├── az-tag.md
│   │   ├── az-term.md
│   │   ├── az-upgrade.md
│   │   ├── az-version.md
│   │   ├── az-vm.md
│   │   ├── az-webapp.md
│   │   ├── az.md
│   │   ├── azcopy.md
│   │   ├── azure-cli.md
│   │   ├── azurite.md
│   │   ├── b2.md
│   │   ├── b2sum.md
│   │   ├── b3sum.md
│   │   ├── babel.md
│   │   ├── babeld.md
│   │   ├── bacon.md
│   │   ├── badblocks.md
│   │   ├── balena.md
│   │   ├── bandwhich.md
│   │   ├── banner.md
│   │   ├── base32.md
│   │   ├── base64.md
│   │   ├── basename.md
│   │   ├── basenc.md
│   │   ├── bash-it.md
│   │   ├── bash.md
│   │   ├── bashmarks.md
│   │   ├── bastet.md
│   │   ├── bat.md
│   │   ├── batch.md
│   │   ├── bats.md
│   │   ├── bazel.md
│   │   ├── bb.md
│   │   ├── bc.md
│   │   ├── bcftools.md
│   │   ├── bcomps.md
│   │   ├── bd.md
│   │   ├── bdfr.md
│   │   ├── beanstalkd.md
│   │   ├── bear.md
│   │   ├── bedtools.md
│   │   ├── behat.md
│   │   ├── berks.md
│   │   ├── betty.md
│   │   ├── bfg.md
│   │   ├── bfs.md
│   │   ├── bg.md
│   │   ├── bgpgrep.md
│   │   ├── biber.md
│   │   ├── biff.md
│   │   ├── bind.md
│   │   ├── bindkey.md
│   │   ├── bing-rewards.md
│   │   ├── binwalk.md
│   │   ├── bioradtopgm.md
│   │   ├── bird.md
│   │   ├── birdc.md
│   │   ├── bison.md
│   │   ├── bitcoin-cli.md
│   │   ├── bitcoind.md
│   │   ├── bk.md
│   │   ├── black.md
│   │   ├── blackfire.md
│   │   ├── blahaj.md
│   │   ├── blender.md
│   │   ├── blockout2.md
│   │   ├── bloodhound-python.md
│   │   ├── bmaptool.md
│   │   ├── bmptopnm.md
│   │   ├── bmptoppm.md
│   │   ├── bob.md
│   │   ├── boot.md
│   │   ├── borg.md
│   │   ├── bosh.md
│   │   ├── bower.md
│   │   ├── box.md
│   │   ├── boxes.md
│   │   ├── boxxy.md
│   │   ├── bpkg.md
│   │   ├── bpython.md
│   │   ├── bpytop.md
│   │   ├── bq.md
│   │   ├── brave.md
│   │   ├── break.md
│   │   ├── brew-abv.md
│   │   ├── brew-autoremove.md
│   │   ├── brew-bundle.md
│   │   ├── brew-cleanup.md
│   │   ├── brew-info.md
│   │   ├── brew-install.md
│   │   ├── brew-leaves.md
│   │   ├── brew-list.md
│   │   ├── brew-outdated.md
│   │   ├── brew-reinstall.md
│   │   ├── brew-remove.md
│   │   ├── brew-rm.md
│   │   ├── brew-search.md
│   │   ├── brew-services.md
│   │   ├── brew-tap.md
│   │   ├── brew-uninstall.md
│   │   ├── brew-update.md
│   │   ├── brew-upgrade.md
│   │   ├── brew.md
│   │   ├── brittany.md
│   │   ├── brotli.md
│   │   ├── browser-sync.md
│   │   ├── browsh.md
│   │   ├── bru.md
│   │   ├── brushtopbm.md
│   │   ├── bshell.md
│   │   ├── bssh.md
│   │   ├── btm.md
│   │   ├── btop.md
│   │   ├── builtin.md
│   │   ├── buku.md
│   │   ├── bun-add.md
│   │   ├── bun-audit.md
│   │   ├── bun-build.md
│   │   ├── bun-c.md
│   │   ├── bun-create.md
│   │   ├── bun-exec.md
│   │   ├── bun-feedback.md
│   │   ├── bun-i.md
│   │   ├── bun-info.md
│   │   ├── bun-init.md
│   │   ├── bun-install.md
│   │   ├── bun-link.md
│   │   ├── bun-list.md
│   │   ├── bun-outdated.md
│   │   ├── bun-patch.md
│   │   ├── bun-pm-bin.md
│   │   ├── bun-pm-cache.md
│   │   ├── bun-pm-hash.md
│   │   ├── bun-pm-ls.md
│   │   ├── bun-pm-migrate.md
│   │   ├── bun-pm-pack.md
│   │   ├── bun-pm-pkg.md
│   │   ├── bun-pm-scan.md
│   │   ├── bun-pm-trust.md
│   │   ├── bun-pm-version.md
│   │   ├── bun-pm.md
│   │   ├── bun-publish.md
│   │   ├── bun-remove.md
│   │   ├── bun-rm.md
│   │   ├── bun-run.md
│   │   ├── bun-test.md
│   │   ├── bun-unlink.md
│   │   ├── bun-update.md
│   │   ├── bun-upgrade.md
│   │   ├── bun-why.md
│   │   ├── bun-x.md
│   │   ├── bun.md
│   │   ├── bundle.md
│   │   ├── bundler.md
│   │   ├── bundletool-dump.md
│   │   ├── bundletool-validate.md
│   │   ├── bundletool.md
│   │   ├── bunx.md
│   │   ├── bunzip2.md
│   │   ├── bup.md
│   │   ├── busybox.md
│   │   ├── buzzphrase.md
│   │   ├── bvnc.md
│   │   ├── bw.md
│   │   ├── bye.md
│   │   ├── byobu.md
│   │   ├── bzcat.md
│   │   ├── bzegrep.md
│   │   ├── bzfgrep.md
│   │   ├── bzgrep.md
│   │   ├── bzip2.md
│   │   ├── bzip2recover.md
│   │   ├── bzip3.md
│   │   ├── c++.md
│   │   ├── c99.md
│   │   ├── cabal.md
│   │   ├── cadaver.md
│   │   ├── caddy.md
│   │   ├── cake.md
│   │   ├── cal.md
│   │   ├── calc.md
│   │   ├── calendar.md
│   │   ├── calibre-server.md
│   │   ├── calibredb.md
│   │   ├── caller.md
│   │   ├── calligraflow.md
│   │   ├── calligrasheets.md
│   │   ├── calligrastage.md
│   │   ├── calligrawords.md
│   │   ├── cancel.md
│   │   ├── carbon-now.md
│   │   ├── carbonyl.md
│   │   ├── cargo-add.md
│   │   ├── cargo-bench.md
│   │   ├── cargo-binstall.md
│   │   ├── cargo-build.md
│   │   ├── cargo-check.md
│   │   ├── cargo-clean.md
│   │   ├── cargo-clippy.md
│   │   ├── cargo-deb.md
│   │   ├── cargo-doc.md
│   │   ├── cargo-fetch.md
│   │   ├── cargo-fix.md
│   │   ├── cargo-fmt.md
│   │   ├── cargo-generate-lockfile.md
│   │   ├── cargo-help.md
│   │   ├── cargo-info.md
│   │   ├── cargo-init.md
│   │   ├── cargo-install.md
│   │   ├── cargo-locate-project.md
│   │   ├── cargo-login.md
│   │   ├── cargo-logout.md
│   │   ├── cargo-metadata.md
│   │   ├── cargo-msrv.md
│   │   ├── cargo-new.md
│   │   ├── cargo-owner.md
│   │   ├── cargo-package.md
│   │   ├── cargo-pkgid.md
│   │   ├── cargo-publish.md
│   │   ├── cargo-remove.md
│   │   ├── cargo-report.md
│   │   ├── cargo-run.md
│   │   ├── cargo-rustc.md
│   │   ├── cargo-rustdoc.md
│   │   ├── cargo-search.md
│   │   ├── cargo-test.md
│   │   ├── cargo-tree.md
│   │   ├── cargo-uninstall.md
│   │   ├── cargo-update.md
│   │   ├── cargo-vendor.md
│   │   ├── cargo-verify-project.md
│   │   ├── cargo-version.md
│   │   ├── cargo-yank.md
│   │   ├── cargo.md
│   │   ├── cariddi.md
│   │   ├── carp.md
│   │   ├── case.md
│   │   ├── cat.md
│   │   ├── catimg.md
│   │   ├── cava.md
│   │   ├── cavif.md
│   │   ├── cb.md
│   │   ├── cbonsai.md
│   │   ├── cbt.md
│   │   ├── ccache.md
│   │   ├── ccomps.md
│   │   ├── cd.md
│   │   ├── cdecl.md
│   │   ├── cdk.md
│   │   ├── cdparanoia.md
│   │   ├── certutil.md
│   │   ├── cf.md
│   │   ├── cfssl.md
│   │   ├── chafa.md
│   │   ├── chainctl.md
│   │   ├── charm.md
│   │   ├── chars.md
│   │   ├── chatgpt.md
│   │   ├── chdir.md
│   │   ├── chdman.md
│   │   ├── cheat.md
│   │   ├── cheatshh.md
│   │   ├── checkov.md
│   │   ├── checksec.md
│   │   ├── chezmoi.md
│   │   ├── chgrp.md
│   │   ├── chisel.md
│   │   ├── chkfont.md
│   │   ├── chkrootkit.md
│   │   ├── chmod.md
│   │   ├── choose.md
│   │   ├── chown.md
│   │   ├── chroma.md
│   │   ├── chromium.md
│   │   ├── chronic.md
│   │   ├── chronyc.md
│   │   ├── chroot.md
│   │   ├── ci.md
│   │   ├── cidr.md
│   │   ├── circo.md
│   │   ├── circup.md
│   │   ├── cjxl.md
│   │   ├── cksum.md
│   │   ├── clamav.md
│   │   ├── clamdscan.md
│   │   ├── clamscan.md
│   │   ├── clang++.md
│   │   ├── clang-check.md
│   │   ├── clang-cpp.md
│   │   ├── clang-format.md
│   │   ├── clang-tidy.md
│   │   ├── clang.md
│   │   ├── clangd.md
│   │   ├── claude.md
│   │   ├── clear.md
│   │   ├── clementine.md
│   │   ├── cli4.md
│   │   ├── cli53.md
│   │   ├── clido.md
│   │   ├── clifm.md
│   │   ├── clip-view.md
│   │   ├── clj.md
│   │   ├── cloc.md
│   │   ├── clockwork-cli.md
│   │   ├── clojure.md
│   │   ├── cloudflared.md
│   │   ├── cluster.md
│   │   ├── clusterdb.md
│   │   ├── cmake.md
│   │   ├── cmark.md
│   │   ├── cmatrix.md
│   │   ├── cmctl.md
│   │   ├── cmd-wrapped.md
│   │   ├── cmp.md
│   │   ├── cmus-remote.md
│   │   ├── cmus.md
│   │   ├── cmusfm.md
│   │   ├── cmuwmtopbm.md
│   │   ├── co.md
│   │   ├── code.md
│   │   ├── code2prompt.md
│   │   ├── codecrafters.md
│   │   ├── codespell.md
│   │   ├── codex.md
│   │   ├── coffee.md
│   │   ├── cola.md
│   │   ├── colima.md
│   │   ├── colon.md
│   │   ├── colordiff.md
│   │   ├── colorls.md
│   │   ├── colorpicker.md
│   │   ├── combine.md
│   │   ├── comby.md
│   │   ├── comm.md
│   │   ├── comma.md
│   │   ├── command.md
│   │   ├── compare.md
│   │   ├── compgen.md
│   │   ├── complete.md
│   │   ├── compopt.md
│   │   ├── composer-audit.md
│   │   ├── composer-require-checker.md
│   │   ├── composer.md
│   │   ├── conan.md
│   │   ├── conda-activate.md
│   │   ├── conda-clean.md
│   │   ├── conda-compare.md
│   │   ├── conda-config.md
│   │   ├── conda-create.md
│   │   ├── conda-deactivate.md
│   │   ├── conda-doctor.md
│   │   ├── conda-env.md
│   │   ├── conda-export.md
│   │   ├── conda-info.md
│   │   ├── conda-init.md
│   │   ├── conda-install.md
│   │   ├── conda-list.md
│   │   ├── conda-notices.md
│   │   ├── conda-package.md
│   │   ├── conda-remove.md
│   │   ├── conda-rename.md
│   │   ├── conda-repoquery.md
│   │   ├── conda-run.md
│   │   ├── conda-search.md
│   │   ├── conda-update.md
│   │   ├── conda.md
│   │   ├── confettysh.md
│   │   ├── consul-kv.md
│   │   ├── consul.md
│   │   ├── continue.md
│   │   ├── convert.md
│   │   ├── convmv.md
│   │   ├── copilot.md
│   │   ├── copr-cli.md
│   │   ├── copr.md
│   │   ├── coproc.md
│   │   ├── copyq.md
│   │   ├── cordova.md
│   │   ├── core-validate-commit.md
│   │   ├── corepack.md
│   │   ├── coreutils.md
│   │   ├── cosign.md
│   │   ├── cotton.md
│   │   ├── couchdb.md
│   │   ├── cowsay.md
│   │   ├── cp.md
│   │   ├── cpan.md
│   │   ├── cpdf.md
│   │   ├── cpio.md
│   │   ├── cppcheck.md
│   │   ├── cppclean.md
│   │   ├── crackle.md
│   │   ├── cradle-deploy.md
│   │   ├── cradle-elastic.md
│   │   ├── cradle-install.md
│   │   ├── cradle-package.md
│   │   ├── cradle-sql.md
│   │   ├── cradle.md
│   │   ├── crane-append.md
│   │   ├── crane-auth.md
│   │   ├── crane-blob.md
│   │   ├── crane-catalog.md
│   │   ├── crane-config.md
│   │   ├── crane-copy.md
│   │   ├── crane-cp.md
│   │   ├── crane-delete.md
│   │   ├── crane-digest.md
│   │   ├── crane-export.md
│   │   ├── crane-flatten.md
│   │   ├── crane-index-append.md
│   │   ├── crane-index-filter.md
│   │   ├── crane-index.md
│   │   ├── crane-ls.md
│   │   ├── crane-manifest.md
│   │   ├── crane-mutate.md
│   │   ├── crane-pull.md
│   │   ├── crane-push.md
│   │   ├── crane-rebase.md
│   │   ├── crane-registry.md
│   │   ├── crane-tag.md
│   │   ├── crane-validate.md
│   │   ├── crane-version.md
│   │   ├── crane.md
│   │   ├── createdb.md
│   │   ├── createuser.md
│   │   ├── crictl.md
│   │   ├── croc.md
│   │   ├── cron.md
│   │   ├── cronic.md
│   │   ├── crontab.md
│   │   ├── crunch.md
│   │   ├── crush.md
│   │   ├── cryfs.md
│   │   ├── crystal.md
│   │   ├── cs-complete-dep.md
│   │   ├── cs-fetch.md
│   │   ├── cs-install.md
│   │   ├── cs-java.md
│   │   ├── cs-launch.md
│   │   ├── cs-resolve.md
│   │   ├── cs.md
│   │   ├── csc.md
│   │   ├── csh.md
│   │   ├── csslint.md
│   │   ├── csv-diff.md
│   │   ├── csv2tsv.md
│   │   ├── csvclean.md
│   │   ├── csvcut.md
│   │   ├── csvformat.md
│   │   ├── csvgrep.md
│   │   ├── csvlook.md
│   │   ├── csvpy.md
│   │   ├── csvsort.md
│   │   ├── csvsql.md
│   │   ├── csvstat.md
│   │   ├── csvtool.md
│   │   ├── ctags.md
│   │   ├── ctest.md
│   │   ├── cups-config.md
│   │   ├── cups.md
│   │   ├── cupsaccept.md
│   │   ├── cupsctl.md
│   │   ├── cupsd.md
│   │   ├── cupsdisable.md
│   │   ├── cupsenable.md
│   │   ├── cupsreject.md
│   │   ├── cupstestppd.md
│   │   ├── curl.md
│   │   ├── cut.md
│   │   ├── cvs.md
│   │   ├── cwebp.md
│   │   ├── cypher-shell.md
│   │   ├── cython.md
│   │   ├── czkawka_cli.md
│   │   ├── d2.md
│   │   ├── d8.md
│   │   ├── dalfox.md
│   │   ├── daps.md
│   │   ├── darkhttpd.md
│   │   ├── dart.md
│   │   ├── dash.md
│   │   ├── datashader_cli.md
│   │   ├── date.md
│   │   ├── dbeaver.md
│   │   ├── dbt.md
│   │   ├── dbx.md
│   │   ├── dc.md
│   │   ├── dcfldd.md
│   │   ├── dcg.md
│   │   ├── dcgmi.md
│   │   ├── dcode.md
│   │   ├── dd.md
│   │   ├── ddev.md
│   │   ├── ddgr.md
│   │   ├── decaffeinate.md
│   │   ├── declare.md
│   │   ├── deemix.md
│   │   ├── deepseek.md
│   │   ├── delta.md
│   │   ├── deluge-console.md
│   │   ├── deluge.md
│   │   ├── deluged.md
│   │   ├── deno.md
│   │   ├── dep.md
│   │   ├── depotdownloader.md
│   │   ├── detox.md
│   │   ├── devcontainer.md
│   │   ├── devenv.md
│   │   ├── devpod.md
│   │   ├── devspace.md
│   │   ├── dexdump.md
│   │   ├── dexter.md
│   │   ├── df.md
│   │   ├── dfc.md
│   │   ├── dhclient.md
│   │   ├── dhcpig.md
│   │   ├── dhcpwn.md
│   │   ├── dict.md
│   │   ├── diff-pdf.md
│   │   ├── diff-so-fancy.md
│   │   ├── diff.md
│   │   ├── diffimg.md
│   │   ├── diffoscope.md
│   │   ├── diffstat.md
│   │   ├── difft.md
│   │   ├── dig.md
│   │   ├── dijkstra.md
│   │   ├── dillo.md
│   │   ├── dircolors.md
│   │   ├── direnv.md
│   │   ├── dirname.md
│   │   ├── dirs.md
│   │   ├── dirsearch.md
│   │   ├── disable.md
│   │   ├── diskonaut.md
│   │   ├── disown.md
│   │   ├── distcc.md
│   │   ├── distccd.md
│   │   ├── dive.md
│   │   ├── django-admin.md
│   │   ├── djxl.md
│   │   ├── dlv.md
│   │   ├── dmd.md
│   │   ├── dmypy.md
│   │   ├── dnsmasq.md
│   │   ├── dnswalk.md
│   │   ├── dnsx.md
│   │   ├── do.md
│   │   ├── doas.md
│   │   ├── dockdiver.md
│   │   ├── docker-build.md
│   │   ├── docker-commit.md
│   │   ├── docker-compose-down.md
│   │   ├── docker-compose-logs.md
│   │   ├── docker-compose-up.md
│   │   ├── docker-compose.md
│   │   ├── docker-container-commit.md
│   │   ├── docker-container-cp.md
│   │   ├── docker-container-diff.md
│   │   ├── docker-container-exec.md
│   │   ├── docker-container-logs.md
│   │   ├── docker-container-ls.md
│   │   ├── docker-container-remove.md
│   │   ├── docker-container-rename.md
│   │   ├── docker-container-rm.md
│   │   ├── docker-container-run.md
│   │   ├── docker-container-start.md
│   │   ├── docker-container-stats.md
│   │   ├── docker-container-top.md
│   │   ├── docker-container-update.md
│   │   ├── docker-container.md
│   │   ├── docker-context.md
│   │   ├── docker-cp.md
│   │   ├── docker-diff.md
│   │   ├── docker-exec.md
│   │   ├── docker-image-load.md
│   │   ├── docker-image-ls.md
│   │   ├── docker-image-pull.md
│   │   ├── docker-image-rm.md
│   │   ├── docker-image-save.md
│   │   ├── docker-image-tag.md
│   │   ├── docker-image.md
│   │   ├── docker-images.md
│   │   ├── docker-inspect.md
│   │   ├── docker-load.md
│   │   ├── docker-login.md
│   │   ├── docker-logs.md
│   │   ├── docker-machine.md
│   │   ├── docker-network.md
│   │   ├── docker-node.md
│   │   ├── docker-ps.md
│   │   ├── docker-pull.md
│   │   ├── docker-rename.md
│   │   ├── docker-rm.md
│   │   ├── docker-rmi.md
│   │   ├── docker-run.md
│   │   ├── docker-save.md
│   │   ├── docker-search.md
│   │   ├── docker-secret.md
│   │   ├── docker-service.md
│   │   ├── docker-slim.md
│   │   ├── docker-start.md
│   │   ├── docker-stats.md
│   │   ├── docker-swarm.md
│   │   ├── docker-system.md
│   │   ├── docker-tag.md
│   │   ├── docker-top.md
│   │   ├── docker-update.md
│   │   ├── docker-volume.md
│   │   ├── docker.md
│   │   ├── docsify.md
│   │   ├── doctl-account.md
│   │   ├── doctl-apps.md
│   │   ├── doctl-auth.md
│   │   ├── doctl-balance.md
│   │   ├── doctl-compute-droplet.md
│   │   ├── doctl-databases-db.md
│   │   ├── doctl-databases-firewalls.md
│   │   ├── doctl-databases-maintenance-window.md
│   │   ├── doctl-databases-options.md
│   │   ├── doctl-databases-pool.md
│   │   ├── doctl-databases-replica.md
│   │   ├── doctl-databases-sql-mode.md
│   │   ├── doctl-databases-user.md
│   │   ├── doctl-databases.md
│   │   ├── doctl-kubernetes-cluster.md
│   │   ├── doctl-kubernetes-options.md
│   │   ├── doctl-serverless.md
│   │   ├── doctum.md
│   │   ├── dog.md
│   │   ├── doggo.md
│   │   ├── dokku.md
│   │   ├── dolt-add.md
│   │   ├── dolt-blame.md
│   │   ├── dolt-branch.md
│   │   ├── dolt-checkout.md
│   │   ├── dolt-clone.md
│   │   ├── dolt-commit.md
│   │   ├── dolt-config.md
│   │   ├── dolt-fetch.md
│   │   ├── dolt-gc.md
│   │   ├── dolt-init.md
│   │   ├── dolt-merge.md
│   │   ├── dolt-sql.md
│   │   ├── dolt-status.md
│   │   ├── dolt-version.md
│   │   ├── dolt.md
│   │   ├── done.md
│   │   ├── doom.md
│   │   ├── doppler-projects.md
│   │   ├── doppler-run.md
│   │   ├── doppler-secrets.md
│   │   ├── doppler.md
│   │   ├── dosbox.md
│   │   ├── dot.md
│   │   ├── dotenvx.md
│   │   ├── dotnet-add-package.md
│   │   ├── dotnet-add-reference.md
│   │   ├── dotnet-build.md
│   │   ├── dotnet-ef.md
│   │   ├── dotnet-publish.md
│   │   ├── dotnet-restore.md
│   │   ├── dotnet-run.md
│   │   ├── dotnet-test.md
│   │   ├── dotnet-tool.md
│   │   ├── dotnet.md
│   │   ├── dotty.md
│   │   ├── doxx.md
│   │   ├── doxygen.md
│   │   ├── drill.md
│   │   ├── dropdb.md
│   │   ├── dropuser.md
│   │   ├── drupal-check.md
│   │   ├── drupal.md
│   │   ├── drush.md
│   │   ├── dtc.md
│   │   ├── dtrx.md
│   │   ├── du.md
│   │   ├── dua.md
│   │   ├── dub.md
│   │   ├── duc.md
│   │   ├── duckdb.md
│   │   ├── duf.md
│   │   ├── dumpcap.md
│   │   ├── dumpntlminfo.py.md
│   │   ├── dune.md
│   │   ├── dunst.md
│   │   ├── dunstctl.md
│   │   ├── dunstify.md
│   │   ├── duplicacy.md
│   │   ├── duplicity.md
│   │   ├── dust.md
│   │   ├── dvc-add.md
│   │   ├── dvc-checkout.md
│   │   ├── dvc-commit.md
│   │   ├── dvc-config.md
│   │   ├── dvc-dag.md
│   │   ├── dvc-destroy.md
│   │   ├── dvc-diff.md
│   │   ├── dvc-fetch.md
│   │   ├── dvc-freeze.md
│   │   ├── dvc-gc.md
│   │   ├── dvc-init.md
│   │   ├── dvc-unfreeze.md
│   │   ├── dvc.md
│   │   ├── dwebp.md
│   │   ├── dzdo.md
│   │   ├── ebook-convert.md
│   │   ├── echo.md
│   │   ├── ecpg.md
│   │   ├── ect.md
│   │   ├── ed.md
│   │   ├── edgepaint.md
│   │   ├── edit.md
│   │   ├── eget.md
│   │   ├── egrep.md
│   │   ├── eim.md
│   │   ├── eksctl.md
│   │   ├── elasticsearch-certutil.md
│   │   ├── elasticsearch-create-enrollment-token.md
│   │   ├── elasticsearch-croneval.md
│   │   ├── elasticsearch-keystore.md
│   │   ├── elasticsearch-node.md
│   │   ├── elasticsearch-reset-password.md
│   │   ├── elasticsearch-saml-metadata.md
│   │   ├── elasticsearch-syskeygen.md
│   │   ├── elasticsearch-users.md
│   │   ├── electron-packager.md
│   │   ├── electrum.md
│   │   ├── elif.md
│   │   ├── elinks.md
│   │   ├── elixir.md
│   │   ├── elm.md
│   │   ├── else.md
│   │   ├── elvish.md
│   │   ├── emacs.md
│   │   ├── emacsclient.md
│   │   ├── ember.md
│   │   ├── emulator.md
│   │   ├── enable.md
│   │   ├── enca.md
│   │   ├── encfs.md
│   │   ├── enscript.md
│   │   ├── entr.md
│   │   ├── env.md
│   │   ├── envoy.md
│   │   ├── envsubst.md
│   │   ├── eol.md
│   │   ├── eqn.md
│   │   ├── erl.md
│   │   ├── ern.md
│   │   ├── errno.md
│   │   ├── esac.md
│   │   ├── esbuild.md
│   │   ├── escp2topbm.md
│   │   ├── eslint.md
│   │   ├── espanso.md
│   │   ├── espeak-ng.md
│   │   ├── espeak.md
│   │   ├── esptool.py.md
│   │   ├── etcd.md
│   │   ├── etcdctl.md
│   │   ├── eva.md
│   │   ├── eval.md
│   │   ├── evil-winrm.md
│   │   ├── ex.md
│   │   ├── exa.md
│   │   ├── exec.md
│   │   ├── exenv.md
│   │   ├── exercism.md
│   │   ├── exfatlabel.md
│   │   ├── exiftool.md
│   │   ├── exit.md
│   │   ├── exiv2.md
│   │   ├── exo-compute-block-storage.md
│   │   ├── exo-compute-instance.md
│   │   ├── exo-compute-sks.md
│   │   ├── exo-compute.md
│   │   ├── exo-dbaas.md
│   │   ├── exo-iam.md
│   │   ├── exo-storage.md
│   │   ├── exo.md
│   │   ├── expand.md
│   │   ├── expo.md
│   │   ├── export.md
│   │   ├── expose.md
│   │   ├── expr.md
│   │   ├── exrex.md
│   │   ├── eyuvtoppm.md
│   │   ├── eza.md
│   │   ├── f3fix.md
│   │   ├── f3probe.md
│   │   ├── f3read.md
│   │   ├── f3write.md
│   │   ├── fabric.md
│   │   ├── factor.md
│   │   ├── fakedata.md
│   │   ├── faker.md
│   │   ├── false.md
│   │   ├── fast.md
│   │   ├── fastapi.md
│   │   ├── fastboot.md
│   │   ├── fastd.md
│   │   ├── fastfetch.md
│   │   ├── fastlane.md
│   │   ├── fastmod.md
│   │   ├── fc-cache.md
│   │   ├── fc-list.md
│   │   ├── fc-match.md
│   │   ├── fc-pattern.md
│   │   ├── fc.md
│   │   ├── fclones.md
│   │   ├── fd.md
│   │   ├── fdfind.md
│   │   ├── fdp.md
│   │   ├── fdroid.md
│   │   ├── fdroidcl.md
│   │   ├── fdupes.md
│   │   ├── feh.md
│   │   ├── feroxbuster.md
│   │   ├── ffe.md
│   │   ├── ffmpeg.md
│   │   ├── ffplay.md
│   │   ├── ffprobe.md
│   │   ├── ffsend.md
│   │   ├── ffuf.md
│   │   ├── fg.md
│   │   ├── fgrep.md
│   │   ├── fi.md
│   │   ├── fiascotopnm.md
│   │   ├── figlet.md
│   │   ├── figlist.md
│   │   ├── file-rename.md
│   │   ├── file.md
│   │   ├── filebrowser.md
│   │   ├── filecheck.md
│   │   ├── filen.md
│   │   ├── fin.md
│   │   ├── find.md
│   │   ├── finger.md
│   │   ├── fio.md
│   │   ├── firebase.md
│   │   ├── firefox.md
│   │   ├── fish.md
│   │   ├── fisher.md
│   │   ├── fitstopnm.md
│   │   ├── fkill.md
│   │   ├── flac.md
│   │   ├── flake8.md
│   │   ├── flarectl.md
│   │   ├── flask-unsign.md
│   │   ├── flask.md
│   │   ├── flexget.md
│   │   ├── flips.md
│   │   ├── flite.md
│   │   ├── float.md
│   │   ├── flow.md
│   │   ├── flox.md
│   │   ├── fls.md
│   │   ├── flutter-pub.md
│   │   ├── flutter.md
│   │   ├── flutterfire.md
│   │   ├── fluxctl.md
│   │   ├── fly.md
│   │   ├── flyctl.md
│   │   ├── fmt.md
│   │   ├── fnm.md
│   │   ├── fold.md
│   │   ├── for.md
│   │   ├── forever.md
│   │   ├── fortune.md
│   │   ├── fossa.md
│   │   ├── fossil-add.md
│   │   ├── fossil-ci.md
│   │   ├── fossil-commit.md
│   │   ├── fossil-delete.md
│   │   ├── fossil-forget.md
│   │   ├── fossil-init.md
│   │   ├── fossil-new.md
│   │   ├── fossil-rm.md
│   │   ├── fossil.md
│   │   ├── fping.md
│   │   ├── fpsync.md
│   │   ├── freeramdisk.md
│   │   ├── freeze.md
│   │   ├── fresh.md
│   │   ├── freshclam.md
│   │   ├── frida-ps.md
│   │   ├── frida-trace.md
│   │   ├── frida.md
│   │   ├── from.md
│   │   ├── frp.md
│   │   ├── frpc.md
│   │   ├── frps.md
│   │   ├── fselect.md
│   │   ├── fstopgm.md
│   │   ├── fswatch.md
│   │   ├── fswebcam.md
│   │   ├── ftp.md
│   │   ├── fuck.md
│   │   ├── func.md
│   │   ├── function.md
│   │   ├── funzip.md
│   │   ├── fusermount.md
│   │   ├── fvm.md
│   │   ├── fx.md
│   │   ├── fzf.md
│   │   ├── g++.md
│   │   ├── gacutil.md
│   │   ├── gallery-dl.md
│   │   ├── gammastep.md
│   │   ├── ganache-cli.md
│   │   ├── gatsby.md
│   │   ├── gau.md
│   │   ├── gawk.md
│   │   ├── gc.md
│   │   ├── gcal.md
│   │   ├── gcalcli.md
│   │   ├── gcc.md
│   │   ├── gcloud-app.md
│   │   ├── gcloud-auth.md
│   │   ├── gcloud-components.md
│   │   ├── gcloud-compute.md
│   │   ├── gcloud-config-set.md
│   │   ├── gcloud-config.md
│   │   ├── gcloud-container.md
│   │   ├── gcloud-feedback.md
│   │   ├── gcloud-help.md
│   │   ├── gcloud-iam.md
│   │   ├── gcloud-info.md
│   │   ├── gcloud-init.md
│   │   ├── gcloud-kms-decrypt.md
│   │   ├── gcloud-logging-logs-list.md
│   │   ├── gcloud-projects.md
│   │   ├── gcloud-sql-backups-describe.md
│   │   ├── gcloud-sql-export-sql.md
│   │   ├── gcloud-topic.md
│   │   ├── gcloud-version.md
│   │   ├── gcloud.md
│   │   ├── gcpdiag.md
│   │   ├── gcrane-copy.md
│   │   ├── gcrane-gc.md
│   │   ├── gcrane-help.md
│   │   ├── gcrane-ls.md
│   │   ├── gcrane.md
│   │   ├── gdal2tiles.py.md
│   │   ├── gdal_contour.md
│   │   ├── gdal_translate.md
│   │   ├── gdaladdo.md
│   │   ├── gdalbuildvrt.md
│   │   ├── gdaldem.md
│   │   ├── gdalinfo.md
│   │   ├── gdalwarp.md
│   │   ├── gdb.md
│   │   ├── gdc.md
│   │   ├── gdm-binary.md
│   │   ├── gdm-restart.md
│   │   ├── gdm-safe-restart.md
│   │   ├── gdm-stop.md
│   │   ├── gdm.md
│   │   ├── gdmsetup.md
│   │   ├── gdown.md
│   │   ├── gdrive.md
│   │   ├── gdu.md
│   │   ├── gem.md
│   │   ├── gemini.md
│   │   ├── gemtopbm.md
│   │   ├── gemtopnm.md
│   │   ├── gendesk.md
│   │   ├── get-nodeinstalllocation.md
│   │   ├── get-nodeversions.md
│   │   ├── get_iplayer.md
│   │   ├── getadusers.py.md
│   │   ├── getarch.py.md
│   │   ├── geth.md
│   │   ├── getln.md
│   │   ├── getnpusers.py.md
│   │   ├── getopts.md
│   │   ├── getst.py.md
│   │   ├── gettext.md
│   │   ├── gettgt.py.md
│   │   ├── getuserspns.py.md
│   │   ├── gfortran.md
│   │   ├── gh-a11y.md
│   │   ├── gh-accessibility.md
│   │   ├── gh-agent-task.md
│   │   ├── gh-agent.md
│   │   ├── gh-alias.md
│   │   ├── gh-api.md
│   │   ├── gh-at.md
│   │   ├── gh-attestation.md
│   │   ├── gh-auth.md
│   │   ├── gh-browse.md
│   │   ├── gh-cache.md
│   │   ├── gh-codespace.md
│   │   ├── gh-completion.md
│   │   ├── gh-config.md
│   │   ├── gh-copilot.md
│   │   ├── gh-cs.md
│   │   ├── gh-environment.md
│   │   ├── gh-extension.md
│   │   ├── gh-formatting.md
│   │   ├── gh-gist.md
│   │   ├── gh-gpg-key.md
│   │   ├── gh-help.md
│   │   ├── gh-issue-create.md
│   │   ├── gh-issue.md
│   │   ├── gh-label.md
│   │   ├── gh-mintty.md
│   │   ├── gh-org.md
│   │   ├── gh-pr-checks.md
│   │   ├── gh-pr-comment.md
│   │   ├── gh-pr-create.md
│   │   ├── gh-pr-merge.md
│   │   ├── gh-pr-view.md
│   │   ├── gh-pr.md
│   │   ├── gh-preview.md
│   │   ├── gh-project.md
│   │   ├── gh-reference.md
│   │   ├── gh-release.md
│   │   ├── gh-repo-create.md
│   │   ├── gh-repo.md
│   │   ├── gh-rs.md
│   │   ├── gh-ruleset.md
│   │   ├── gh-run.md
│   │   ├── gh-screensaver.md
│   │   ├── gh-search.md
│   │   ├── gh-secret-set.md
│   │   ├── gh-secret.md
│   │   ├── gh-skyline.md
│   │   ├── gh-ssh-key.md
│   │   ├── gh-status.md
│   │   ├── gh-variable.md
│   │   ├── gh-workflow.md
│   │   ├── gh.md
│   │   ├── ghc.md
│   │   ├── ghci.md
│   │   ├── ghcid.md
│   │   ├── ghcup.md
│   │   ├── ghdl.md
│   │   ├── ghost.md
│   │   ├── ghostty.md
│   │   ├── ghq.md
│   │   ├── gibo.md
│   │   ├── gifdiff.md
│   │   ├── gifsicle.md
│   │   ├── giftopnm.md
│   │   ├── gimp.md
│   │   ├── gist.md
│   │   ├── git-abort.md
│   │   ├── git-add.md
│   │   ├── git-alias.md
│   │   ├── git-am.md
│   │   ├── git-annex.md
│   │   ├── git-annotate.md
│   │   ├── git-apply.md
│   │   ├── git-archive-file.md
│   │   ├── git-archive.md
│   │   ├── git-authors.md
│   │   ├── git-bisect.md
│   │   ├── git-blame-someone-else.md
│   │   ├── git-blame.md
│   │   ├── git-branch.md
│   │   ├── git-browse-ci.md
│   │   ├── git-browse.md
│   │   ├── git-brv.md
│   │   ├── git-bug.md
│   │   ├── git-bugreport.md
│   │   ├── git-bulk.md
│   │   ├── git-bundle.md
│   │   ├── git-cat-file.md
│   │   ├── git-changelog.md
│   │   ├── git-check-attr.md
│   │   ├── git-check-ignore.md
│   │   ├── git-check-mailmap.md
│   │   ├── git-check-ref-format.md
│   │   ├── git-checkout-index.md
│   │   ├── git-checkout.md
│   │   ├── git-cherry-pick.md
│   │   ├── git-cherry.md
│   │   ├── git-clean.md
│   │   ├── git-clear-soft.md
│   │   ├── git-clear.md
│   │   ├── git-cliff.md
│   │   ├── git-clone.md
│   │   ├── git-coauthor.md
│   │   ├── git-cola.md
│   │   ├── git-column.md
│   │   ├── git-commit-graph.md
│   │   ├── git-commit-tree.md
│   │   ├── git-commit.md
│   │   ├── git-commits-since.md
│   │   ├── git-config.md
│   │   ├── git-continue.md
│   │   ├── git-contrib.md
│   │   ├── git-count-objects.md
│   │   ├── git-count.md
│   │   ├── git-cp.md
│   │   ├── git-create-branch.md
│   │   ├── git-credential-cache.md
│   │   ├── git-credential-store.md
│   │   ├── git-credential.md
│   │   ├── git-cvsexportcommit.md
│   │   ├── git-daemon.md
│   │   ├── git-delete-branch.md
│   │   ├── git-delete-merged-branches.md
│   │   ├── git-delete-squashed-branches.md
│   │   ├── git-delete-submodule.md
│   │   ├── git-delete-tag.md
│   │   ├── git-delta.md
│   │   ├── git-describe.md
│   │   ├── git-diff-files.md
│   │   ├── git-diff-index.md
│   │   ├── git-diff-tree.md
│   │   ├── git-diff.md
│   │   ├── git-difftool.md
│   │   ├── git-effort.md
│   │   ├── git-extras.md
│   │   ├── git-fame.md
│   │   ├── git-fast-export.md
│   │   ├── git-feature.md
│   │   ├── git-fetch.md
│   │   ├── git-filter-branch.md
│   │   ├── git-filter-repo.md
│   │   ├── git-flow.md
│   │   ├── git-for-each-ref.md
│   │   ├── git-for-each-repo.md
│   │   ├── git-force-clone.md
│   │   ├── git-fork.md
│   │   ├── git-format-patch.md
│   │   ├── git-fresh-branch.md
│   │   ├── git-fsck.md
│   │   ├── git-gc.md
│   │   ├── git-get-tar-commit-id.md
│   │   ├── git-gh-pages.md
│   │   ├── git-graft.md
│   │   ├── git-grep.md
│   │   ├── git-gui.md
│   │   ├── git-guilt.md
│   │   ├── git-hash-object.md
│   │   ├── git-help.md
│   │   ├── git-ignore-io.md
│   │   ├── git-ignore.md
│   │   ├── git-imerge.md
│   │   ├── git-info.md
│   │   ├── git-init.md
│   │   ├── git-instaweb.md
│   │   ├── git-lfs-transfer.md
│   │   ├── git-lfs.md
│   │   ├── git-local-commits.md
│   │   ├── git-lock.md
│   │   ├── git-locked.md
│   │   ├── git-log.md
│   │   ├── git-ls-files.md
│   │   ├── git-ls-remote.md
│   │   ├── git-ls-tree.md
│   │   ├── git-magic.md
│   │   ├── git-mailinfo.md
│   │   ├── git-maintenance.md
│   │   ├── git-merge-base.md
│   │   ├── git-merge-index.md
│   │   ├── git-merge-into.md
│   │   ├── git-merge-one-file.md
│   │   ├── git-merge-repo.md
│   │   ├── git-merge-tree.md
│   │   ├── git-merge.md
│   │   ├── git-mergetool.md
│   │   ├── git-missing.md
│   │   ├── git-mktree.md
│   │   ├── git-mr.md
│   │   ├── git-mv.md
│   │   ├── git-name-rev.md
│   │   ├── git-notes.md
│   │   ├── git-obliterate.md
│   │   ├── git-p4.md
│   │   ├── git-paste.md
│   │   ├── git-pr.md
│   │   ├── git-prune.md
│   │   ├── git-psykorebase.md
│   │   ├── git-pull-request.md
│   │   ├── git-pull.md
│   │   ├── git-push.md
│   │   ├── git-range-diff.md
│   │   ├── git-reauthor.md
│   │   ├── git-rebase-patch.md
│   │   ├── git-rebase.md
│   │   ├── git-reflog.md
│   │   ├── git-release.md
│   │   ├── git-remote.md
│   │   ├── git-rename-branch.md
│   │   ├── git-rename-remote.md
│   │   ├── git-rename-tag.md
│   │   ├── git-repack.md
│   │   ├── git-repl.md
│   │   ├── git-replace.md
│   │   ├── git-request-pull.md
│   │   ├── git-rerere.md
│   │   ├── git-reset-file.md
│   │   ├── git-reset.md
│   │   ├── git-restore.md
│   │   ├── git-rev-list.md
│   │   ├── git-rev-parse.md
│   │   ├── git-revert.md
│   │   ├── git-rm.md
│   │   ├── git-root.md
│   │   ├── git-rscp.md
│   │   ├── git-scp.md
│   │   ├── git-secret.md
│   │   ├── git-sed.md
│   │   ├── git-send-email.md
│   │   ├── git-setup.md
│   │   ├── git-shortlog.md
│   │   ├── git-show-branch.md
│   │   ├── git-show-index.md
│   │   ├── git-show-merged-branches.md
│   │   ├── git-show-ref.md
│   │   ├── git-show-tree.md
│   │   ├── git-show-unmerged-branches.md
│   │   ├── git-show.md
│   │   ├── git-sizer.md
│   │   ├── git-sparse-checkout.md
│   │   ├── git-squash.md
│   │   ├── git-stage.md
│   │   ├── git-stamp.md
│   │   ├── git-standup.md
│   │   ├── git-stash.md
│   │   ├── git-status.md
│   │   ├── git-stripspace.md
│   │   ├── git-submodule.md
│   │   ├── git-subtree.md
│   │   ├── git-summary.md
│   │   ├── git-svn.md
│   │   ├── git-switch.md
│   │   ├── git-symbolic-ref.md
│   │   ├── git-sync.md
│   │   ├── git-tag.md
│   │   ├── git-touch.md
│   │   ├── git-undo.md
│   │   ├── git-unlock.md
│   │   ├── git-unpack-file.md
│   │   ├── git-update-index.md
│   │   ├── git-update-ref.md
│   │   ├── git-utimes.md
│   │   ├── git-var.md
│   │   ├── git-verify-commit.md
│   │   ├── git-verify-pack.md
│   │   ├── git-verify-tag.md
│   │   ├── git-whatchanged.md
│   │   ├── git-worktree.md
│   │   ├── git-write-tree.md
│   │   ├── git.md
│   │   ├── gitea.md
│   │   ├── github-label-sync.md
│   │   ├── gitk.md
│   │   ├── gitlab-backup.md
│   │   ├── gitlab-ctl.md
│   │   ├── gitlab-runner.md
│   │   ├── gitlab.md
│   │   ├── gitleaks.md
│   │   ├── gitlint.md
│   │   ├── gitmoji.md
│   │   ├── gitsome.md
│   │   ├── gitstats.md
│   │   ├── gitui.md
│   │   ├── gitwatch.md
│   │   ├── gixy-next.md
│   │   ├── gixy.md
│   │   ├── glab-alias.md
│   │   ├── glab-auth.md
│   │   ├── glab-issue.md
│   │   ├── glab-mr-create.md
│   │   ├── glab-mr-merge.md
│   │   ├── glab-mr.md
│   │   ├── glab-pipeline.md
│   │   ├── glab-release.md
│   │   ├── glab-repo.md
│   │   ├── glab.md
│   │   ├── gladtex.md
│   │   ├── glances.md
│   │   ├── gleam.md
│   │   ├── glib-compile-resources.md
│   │   ├── glow.md
│   │   ├── glxgears.md
│   │   ├── gml2gv.md
│   │   ├── gmssl.md
│   │   ├── gnatmake.md
│   │   ├── gnatprep.md
│   │   ├── gnmic-get.md
│   │   ├── gnmic-set.md
│   │   ├── gnmic-sub.md
│   │   ├── gnmic-subscribe.md
│   │   ├── gnmic.md
│   │   ├── gnomon.md
│   │   ├── gnucash-cli.md
│   │   ├── gnucash.md
│   │   ├── gnuplot.md
│   │   ├── go-bug.md
│   │   ├── go-build.md
│   │   ├── go-clean.md
│   │   ├── go-doc.md
│   │   ├── go-env.md
│   │   ├── go-fix.md
│   │   ├── go-fmt.md
│   │   ├── go-generate.md
│   │   ├── go-get.md
│   │   ├── go-install.md
│   │   ├── go-list.md
│   │   ├── go-mod.md
│   │   ├── go-run.md
│   │   ├── go-test.md
│   │   ├── go-tool.md
│   │   ├── go-version.md
│   │   ├── go-vet.md
│   │   ├── go.md
│   │   ├── gobuster.md
│   │   ├── gocr.md
│   │   ├── gocryptfs.md
│   │   ├── godoc.md
│   │   ├── godot.md
│   │   ├── goenv.md
│   │   ├── gofmt.md
│   │   ├── gofumpt.md
│   │   ├── goimports.md
│   │   ├── golangci-lint.md
│   │   ├── gomi.md
│   │   ├── google-chrome.md
│   │   ├── googler.md
│   │   ├── gopass.md
│   │   ├── gops.md
│   │   ├── goreload.md
│   │   ├── gotelemetry.md
│   │   ├── gotty.md
│   │   ├── gouldtoppm.md
│   │   ├── gource.md
│   │   ├── gow.md
│   │   ├── gox.md
│   │   ├── gpg-card.md
│   │   ├── gpg-tui.md
│   │   ├── gpg-zip.md
│   │   ├── gpg.md
│   │   ├── gpg2.md
│   │   ├── gpgconf.md
│   │   ├── gpgv.md
│   │   ├── gprbuild.md
│   │   ├── gprof.md
│   │   ├── gradle-build.md
│   │   ├── gradle-clean.md
│   │   ├── gradle-dependencies.md
│   │   ├── gradle-dependencyinsight.md
│   │   ├── gradle-init.md
│   │   ├── gradle-projects.md
│   │   ├── gradle-properties.md
│   │   ├── gradle-tasks.md
│   │   ├── gradle-test.md
│   │   ├── gradle-wrapper.md
│   │   ├── gradle.md
│   │   ├── grafana-cli.md
│   │   ├── grap.md
│   │   ├── graphml2gv.md
│   │   ├── greater-than.md
│   │   ├── grep.md
│   │   ├── grex.md
│   │   ├── grip.md
│   │   ├── groff.md
│   │   ├── gron.md
│   │   ├── groups.md
│   │   ├── grpcurl.md
│   │   ├── grumphp.md
│   │   ├── grunt.md
│   │   ├── grype.md
│   │   ├── gst-device-monitor-1.0.md
│   │   ├── gst-discoverer-1.0.md
│   │   ├── gst-inspect-1.0.md
│   │   ├── gst-launch-1.0.md
│   │   ├── gst-play-1.0.md
│   │   ├── gst-transcoder-1.0.md
│   │   ├── gst-typefind-1.0.md
│   │   ├── gsutil.md
│   │   ├── gt.md
│   │   ├── gtop.md
│   │   ├── guacd.md
│   │   ├── guetzli.md
│   │   ├── guile.md
│   │   ├── gulp.md
│   │   ├── gum.md
│   │   ├── gunicorn.md
│   │   ├── gunzip.md
│   │   ├── gv2gml.md
│   │   ├── gv2gxl.md
│   │   ├── gvcolor.md
│   │   ├── gvedit.md
│   │   ├── gvgen.md
│   │   ├── gvim.md
│   │   ├── gvmap.md
│   │   ├── gvpack.md
│   │   ├── gxl2gv.md
│   │   ├── gyb.md
│   │   ├── gzip.md
│   │   ├── hadolint.md
│   │   ├── hakyll-init.md
│   │   ├── handbrakecli.md
│   │   ├── hangups.md
│   │   ├── haproxy.md
│   │   ├── hardhat.md
│   │   ├── hash.md
│   │   ├── hashcat.md
│   │   ├── hashid.md
│   │   ├── hatch.md
│   │   ├── haxelib.md
│   │   ├── hcloud.md
│   │   ├── hd.md
│   │   ├── head.md
│   │   ├── helix.md
│   │   ├── hello.md
│   │   ├── helm-install.md
│   │   ├── helm.md
│   │   ├── help.md
│   │   ├── help2man.md
│   │   ├── heroku.md
│   │   ├── hexdump.md
│   │   ├── hexedit.md
│   │   ├── hexo.md
│   │   ├── hexyl.md
│   │   ├── hf.md
│   │   ├── hg-add.md
│   │   ├── hg-branch.md
│   │   ├── hg-clone.md
│   │   ├── hg-commit.md
│   │   ├── hg-init.md
│   │   ├── hg-log.md
│   │   ├── hg-pull.md
│   │   ├── hg-push.md
│   │   ├── hg-remove.md
│   │   ├── hg-root.md
│   │   ├── hg-serve.md
│   │   ├── hg-status.md
│   │   ├── hg-update.md
│   │   ├── hg.md
│   │   ├── highlight.md
│   │   ├── hipstopgm.md
│   │   ├── history.md
│   │   ├── hive.md
│   │   ├── hledger-accounts.md
│   │   ├── hledger-add.md
│   │   ├── hledger-aregister.md
│   │   ├── hledger-balance.md
│   │   ├── hledger-balancesheet.md
│   │   ├── hledger-import.md
│   │   ├── hledger-incomestatement.md
│   │   ├── hledger-print.md
│   │   ├── hledger-ui.md
│   │   ├── hledger-web.md
│   │   ├── hledger.md
│   │   ├── hlsq.md
│   │   ├── hn.md
│   │   ├── holehe.md
│   │   ├── home-manager.md
│   │   ├── host.md
│   │   ├── hostapd.md
│   │   ├── hostess.md
│   │   ├── hostid.md
│   │   ├── hostname.md
│   │   ├── hping.md
│   │   ├── hping3.md
│   │   ├── hr.md
│   │   ├── hsd-cli.md
│   │   ├── hsw-cli.md
│   │   ├── html5validator.md
│   │   ├── htmlq.md
│   │   ├── htop.md
│   │   ├── htpasswd.md
│   │   ├── http-server-upload.md
│   │   ├── http-server.md
│   │   ├── http.md
│   │   ├── httpflow.md
│   │   ├── httpie.md
│   │   ├── httping.md
│   │   ├── httprobe.md
│   │   ├── httpry.md
│   │   ├── https.md
│   │   ├── httpx.md
│   │   ├── hub-branch.md
│   │   ├── hub-browse.md
│   │   ├── hub-ci-status.md
│   │   ├── hub-clone.md
│   │   ├── hub-create.md
│   │   ├── hub-delete.md
│   │   ├── hub-fork.md
│   │   ├── hub-init.md
│   │   ├── hub-issue.md
│   │   ├── hub.md
│   │   ├── huggingface-cli.md
│   │   ├── hugo-server.md
│   │   ├── hugo.md
│   │   ├── hunspell.md
│   │   ├── hurl.md
│   │   ├── husky.md
│   │   ├── hut.md
│   │   ├── hx.md
│   │   ├── hydra.md
│   │   ├── hyperfine.md
│   │   ├── i3-msg.md
│   │   ├── i3-nagbar.md
│   │   ├── i3.md
│   │   ├── i3lock.md
│   │   ├── ia.md
│   │   ├── ibmcloud-api.md
│   │   ├── ibmcloud-config.md
│   │   ├── ibmcloud-cr.md
│   │   ├── ibmcloud-iam.md
│   │   ├── ibmcloud-ks.md
│   │   ├── ibmcloud-login.md
│   │   ├── ibmcloud-logout.md
│   │   ├── ibmcloud-regions.md
│   │   ├── ibmcloud-target.md
│   │   ├── ibmcloud-update.md
│   │   ├── ibmcloud-version.md
│   │   ├── ibmcloud.md
│   │   ├── ic.md
│   │   ├── ical.md
│   │   ├── icontopbm.md
│   │   ├── iconv.md
│   │   ├── id.md
│   │   ├── id3tag.md
│   │   ├── idea.md
│   │   ├── ident.md
│   │   ├── identify.md
│   │   ├── idevice_id.md
│   │   ├── idevicebackup.md
│   │   ├── idevicebackup2.md
│   │   ├── idevicecrashreport.md
│   │   ├── idevicedate.md
│   │   ├── idevicediagnostics.md
│   │   ├── ideviceimagemounter.md
│   │   ├── ideviceinfo.md
│   │   ├── idevicename.md
│   │   ├── idevicepair.md
│   │   ├── idevicescreenshot.md
│   │   ├── idevicesetlocation.md
│   │   ├── idevicesyslog.md
│   │   ├── idnits.md
│   │   ├── iex.md
│   │   ├── if.md
│   │   ├── ifconfig.md
│   │   ├── ifdata.md
│   │   ├── ifne.md
│   │   ├── ifs.md
│   │   ├── ignite.md
│   │   ├── ilbmtoppm.md
│   │   ├── imapsync.md
│   │   ├── img2pdf.md
│   │   ├── img2sixel.md
│   │   ├── imgcat.md
│   │   ├── imgtoppm.md
│   │   ├── immich-go.md
│   │   ├── immich.md
│   │   ├── impacket-addcomputer.md
│   │   ├── impacket-dumpntlminfo.md
│   │   ├── impacket-getadusers.md
│   │   ├── impacket-getarch.md
│   │   ├── impacket-getnpusers.md
│   │   ├── impacket-getst.md
│   │   ├── impacket-gettgt.md
│   │   ├── impacket-getuserspns.md
│   │   ├── impacket-mqtt_check.md
│   │   ├── impacket-mssqlclient.md
│   │   ├── impacket-ntfs-read.md
│   │   ├── impacket-ping.md
│   │   ├── impacket-ping6.md
│   │   ├── impacket-psexec.md
│   │   ├── impacket-rdp_check.md
│   │   ├── impacket-rpcdump.md
│   │   ├── impacket-rpcmap.md
│   │   ├── impacket-sambapipe.md
│   │   ├── impacket-secretsdump.md
│   │   ├── impacket-smbclient.md
│   │   ├── impacket-smbserver.md
│   │   ├── impacket-sniff.md
│   │   ├── impacket-sniffer.md
│   │   ├── impacket-ticketconverter.md
│   │   ├── import.md
│   │   ├── in-toto-record.md
│   │   ├── in-toto-run.md
│   │   ├── in-toto-sign.md
│   │   ├── in.md
│   │   ├── in2csv.md
│   │   ├── incus.md
│   │   ├── indent.md
│   │   ├── infection.md
│   │   ├── influx.md
│   │   ├── info.md
│   │   ├── initdb.md
│   │   ├── inkmake.md
│   │   ├── inkscape.md
│   │   ├── inkview.md
│   │   ├── install-nodeversion.md
│   │   ├── install-tl.md
│   │   ├── install.md
│   │   ├── interdiff.md
│   │   ├── ionic.md
│   │   ├── ioping.md
│   │   ├── iotop.md
│   │   ├── ipaggcreate.md
│   │   ├── ipaggmanip.md
│   │   ├── ipcalc.md
│   │   ├── ipcs.md
│   │   ├── iperf.md
│   │   ├── iperf3.md
│   │   ├── ipfs.md
│   │   ├── ipinfo.md
│   │   ├── ipmitool.md
│   │   ├── ippeveprinter.md
│   │   ├── ippfind.md
│   │   ├── ipptool.md
│   │   ├── iproxy.md
│   │   ├── ipscan.md
│   │   ├── ipsumdump.md
│   │   ├── ipython.md
│   │   ├── irb.md
│   │   ├── irssi.md
│   │   ├── is-up.md
│   │   ├── isisdl.md
│   │   ├── ispell.md
│   │   ├── isutf8.md
│   │   ├── iverilog.md
│   │   ├── ivpn.md
│   │   ├── j.md
│   │   ├── jadx.md
│   │   ├── jar.md
│   │   ├── jarsigner.md
│   │   ├── java.md
│   │   ├── javac.md
│   │   ├── javadoc.md
│   │   ├── javap.md
│   │   ├── jbang.md
│   │   ├── jc.json.md
│   │   ├── jc.md
│   │   ├── jcal.md
│   │   ├── jco.md
│   │   ├── jdeps.md
│   │   ├── jdupes.md
│   │   ├── jekyll.md
│   │   ├── jello.md
│   │   ├── jenkins.md
│   │   ├── jenv.md
│   │   ├── jest.md
│   │   ├── jetifier.md
│   │   ├── jf.md
│   │   ├── jfrog.md
│   │   ├── jhat.md
│   │   ├── jhipster.md
│   │   ├── jhsdb.md
│   │   ├── jigsaw.md
│   │   ├── jira-browse.md
│   │   ├── jira-issue.md
│   │   ├── jira-issues.md
│   │   ├── jira-me.md
│   │   ├── jira-navigate.md
│   │   ├── jira-open.md
│   │   ├── jira-project.md
│   │   ├── jira-projects.md
│   │   ├── jira-sprint.md
│   │   ├── jira-sprints.md
│   │   ├── jira.md
│   │   ├── jj-abandon.md
│   │   ├── jj-absorb.md
│   │   ├── jj-bisect.md
│   │   ├── jj-bookmark.md
│   │   ├── jj-commit.md
│   │   ├── jj-config-edit.md
│   │   ├── jj-config-get.md
│   │   ├── jj-config-list.md
│   │   ├── jj-config-path.md
│   │   ├── jj-config-set.md
│   │   ├── jj-config-unset.md
│   │   ├── jj-config.md
│   │   ├── jj-describe.md
│   │   ├── jj-diff.md
│   │   ├── jj-diffedit.md
│   │   ├── jj-duplicate.md
│   │   ├── jj-edit.md
│   │   ├── jj-evolog.md
│   │   ├── jj-git-clone.md
│   │   ├── jj-git-fetch.md
│   │   ├── jj-git-init.md
│   │   ├── jj-git-push.md
│   │   ├── jj-git-remote.md
│   │   ├── jj-git.md
│   │   ├── jj-interdiff.md
│   │   ├── jj-log.md
│   │   ├── jj-new.md
│   │   ├── jj-next.md
│   │   ├── jj-operation.md
│   │   ├── jj-parallelize.md
│   │   ├── jj-prev.md
│   │   ├── jj-rebase.md
│   │   ├── jj-resolve.md
│   │   ├── jj-restore.md
│   │   ├── jj-revert.md
│   │   ├── jj-show.md
│   │   ├── jj-simplify-parents.md
│   │   ├── jj-split.md
│   │   ├── jj-squash.md
│   │   ├── jj-status.md
│   │   ├── jj-tag-delete.md
│   │   ├── jj-tag-list.md
│   │   ├── jj-tag-set.md
│   │   ├── jj-tag.md
│   │   ├── jj-undo.md
│   │   ├── jj.md
│   │   ├── jmap.md
│   │   ├── jmeter.md
│   │   ├── jmtpfs.md
│   │   ├── jo.md
│   │   ├── jobs.md
│   │   ├── joe.md
│   │   ├── john.md
│   │   ├── join.md
│   │   ├── josm.md
│   │   ├── jp2a.md
│   │   ├── jpegoptim.md
│   │   ├── jpegtopnm.md
│   │   ├── jps.md
│   │   ├── jq.md
│   │   ├── jrnl.md
│   │   ├── json5.md
│   │   ├── jstack.md
│   │   ├── jtbl.md
│   │   ├── julia.md
│   │   ├── jupyter-lab.md
│   │   ├── jupyter.md
│   │   ├── jupyterlab.md
│   │   ├── jupytext.md
│   │   ├── just.1.md
│   │   ├── just.md
│   │   ├── jwt.md
│   │   ├── k3d.md
│   │   ├── k3s.md
│   │   ├── k6.md
│   │   ├── k8s-unused-secret-detector.md
│   │   ├── k8sec.md
│   │   ├── k9s.md
│   │   ├── kafkacat.md
│   │   ├── kaggle-competitions.md
│   │   ├── kaggle-config.md
│   │   ├── kaggle-datasets.md
│   │   ├── kaggle-kernels.md
│   │   ├── kaggle-models.md
│   │   ├── kaggle.md
│   │   ├── kahlan.md
│   │   ├── kak.md
│   │   ├── katana.md
│   │   ├── kate.md
│   │   ├── kcadm.sh.md
│   │   ├── kcat.md
│   │   ├── kdash.md
│   │   ├── kdeconnect-cli.md
│   │   ├── kdenlive.md
│   │   ├── kdig.md
│   │   ├── keep-header.md
│   │   ├── keepass2.md
│   │   ├── keepassxc-cli.md
│   │   ├── kerl.md
│   │   ├── keybase.md
│   │   ├── keychain.md
│   │   ├── keytool.md
│   │   ├── khal.md
│   │   ├── kill.md
│   │   ├── killall.md
│   │   ├── kind.md
│   │   ├── kinit.md
│   │   ├── kismet.md
│   │   ├── kite.md
│   │   ├── kiterunner-brute.md
│   │   ├── kiterunner-kb.md
│   │   ├── kiterunner-scan.md
│   │   ├── kiterunner-wordlist.md
│   │   ├── kiterunner.md
│   │   ├── kitex.md
│   │   ├── kitty.md
│   │   ├── kiwi-ng.md
│   │   ├── knife.md
│   │   ├── knotc.md
│   │   ├── koboldcpp.md
│   │   ├── kodi-send.md
│   │   ├── komac.md
│   │   ├── kompose.md
│   │   ├── kool.md
│   │   ├── kopia.md
│   │   ├── kops.md
│   │   ├── kosmorro.md
│   │   ├── kotlin.md
│   │   ├── kotlinc.md
│   │   ├── kr.md
│   │   ├── krita.md
│   │   ├── krunvm.md
│   │   ├── ksh.md
│   │   ├── kube-capacity.md
│   │   ├── kube-fzf.md
│   │   ├── kubeadm.md
│   │   ├── kubectl-annotate.md
│   │   ├── kubectl-api-resources.md
│   │   ├── kubectl-api-versions.md
│   │   ├── kubectl-apply.md
│   │   ├── kubectl-attach.md
│   │   ├── kubectl-auth.md
│   │   ├── kubectl-autoscale.md
│   │   ├── kubectl-certificate.md
│   │   ├── kubectl-cluster-info.md
│   │   ├── kubectl-completion.md
│   │   ├── kubectl-config.md
│   │   ├── kubectl-cordon.md
│   │   ├── kubectl-cp.md
│   │   ├── kubectl-create.md
│   │   ├── kubectl-debug.md
│   │   ├── kubectl-delete.md
│   │   ├── kubectl-describe.md
│   │   ├── kubectl-diff.md
│   │   ├── kubectl-drain.md
│   │   ├── kubectl-edit.md
│   │   ├── kubectl-events.md
│   │   ├── kubectl-exec.md
│   │   ├── kubectl-explain.md
│   │   ├── kubectl-expose.md
│   │   ├── kubectl-get.md
│   │   ├── kubectl-kustomize.md
│   │   ├── kubectl-label.md
│   │   ├── kubectl-logs.md
│   │   ├── kubectl-patch.md
│   │   ├── kubectl-plugin.md
│   │   ├── kubectl-port-forward.md
│   │   ├── kubectl-proxy.md
│   │   ├── kubectl-replace.md
│   │   ├── kubectl-rollout.md
│   │   ├── kubectl-run.md
│   │   ├── kubectl-scale.md
│   │   ├── kubectl-set.md
│   │   ├── kubectl-taint.md
│   │   ├── kubectl-top.md
│   │   ├── kubectl-uncordon.md
│   │   ├── kubectl-version.md
│   │   ├── kubectl-wait.md
│   │   ├── kubectl.md
│   │   ├── kubectx.md
│   │   ├── kubens.md
│   │   ├── kubeseal.md
│   │   ├── kubetail.md
│   │   ├── kubie.md
│   │   ├── kustomize.md
│   │   ├── l2ping.md
│   │   ├── lambo-new.md
│   │   ├── lambo.md
│   │   ├── lame.md
│   │   ├── lando.md
│   │   ├── laravel-zero.md
│   │   ├── laravel.md
│   │   ├── lastcomm.md
│   │   ├── latex.md
│   │   ├── latexdiff.md
│   │   ├── latexmk.md
│   │   ├── latexpand.md
│   │   ├── laydown.md
│   │   ├── lazydocker.md
│   │   ├── lazygit.md
│   │   ├── lb.md
│   │   ├── lckdo.md
│   │   ├── ld.md
│   │   ├── ldapsearch.md
│   │   ├── ldc.md
│   │   ├── leaftoppm.md
│   │   ├── leave.md
│   │   ├── lebab.md
│   │   ├── ledger.md
│   │   ├── lein.md
│   │   ├── lerna.md
│   │   ├── less-than-more-than.md
│   │   ├── less-than.md
│   │   ├── less.md
│   │   ├── lesskey.md
│   │   ├── let.md
│   │   ├── lex.md
│   │   ├── libreoffice.md
│   │   ├── librewolf.md
│   │   ├── license.md
│   │   ├── licensor.md
│   │   ├── light-arionum-cli.md
│   │   ├── lighthouse.md
│   │   ├── lilypond.md
│   │   ├── lima.md
│   │   ├── limactl.md
│   │   ├── link.md
│   │   ├── linkchecker.md
│   │   ├── linode-cli-account.md
│   │   ├── linode-cli-domains.md
│   │   ├── linode-cli-events.md
│   │   ├── linode-cli-linodes.md
│   │   ├── linode-cli-lke.md
│   │   ├── linode-cli-nodebalancers.md
│   │   ├── linode-cli-object-storage.md
│   │   ├── linode-cli-tickets.md
│   │   ├── linode-cli-volumes.md
│   │   ├── linode-cli.md
│   │   ├── liquidctl.md
│   │   ├── lispmtopgm.md
│   │   ├── lit.md
│   │   ├── live-server.md
│   │   ├── llc.md
│   │   ├── lldb.md
│   │   ├── lli.md
│   │   ├── llm.md
│   │   ├── llvd.md
│   │   ├── llvm-ar.md
│   │   ├── llvm-as.md
│   │   ├── llvm-bcanalyzer.md
│   │   ├── llvm-cat.md
│   │   ├── llvm-config.md
│   │   ├── llvm-dis.md
│   │   ├── llvm-g++.md
│   │   ├── llvm-gcc.md
│   │   ├── llvm-mc.md
│   │   ├── llvm-nm.md
│   │   ├── llvm-objdump.md
│   │   ├── llvm-strings.md
│   │   ├── lmms.md
│   │   ├── ln.md
│   │   ├── loadtest.md
│   │   ├── loc.md
│   │   ├── local.md
│   │   ├── locust.md
│   │   ├── loft.md
│   │   ├── logger.md
│   │   ├── logname.md
│   │   ├── logout.md
│   │   ├── logstash.md
│   │   ├── lolcat.md
│   │   ├── look.md
│   │   ├── lorem.md
│   │   ├── lp.md
│   │   ├── lpadmin.md
│   │   ├── lpass.md
│   │   ├── lpinfo.md
│   │   ├── lpmove.md
│   │   ├── lpoptions.md
│   │   ├── lpq.md
│   │   ├── lpr.md
│   │   ├── lprm.md
│   │   ├── lpstat.md
│   │   ├── ls.md
│   │   ├── lsar.md
│   │   ├── lsd.md
│   │   ├── lsix.md
│   │   ├── lsof.md
│   │   ├── lspath.md
│   │   ├── lstopo.md
│   │   ├── lsyncd.md
│   │   ├── lt.md
│   │   ├── lua.md
│   │   ├── luac.md
│   │   ├── luajit.md
│   │   ├── lualatex.md
│   │   ├── luanti.md
│   │   ├── luantiserver.md
│   │   ├── ludusavi.md
│   │   ├── lumen.md
│   │   ├── lwp-request.md
│   │   ├── lychee.md
│   │   ├── lynx.md
│   │   ├── lz4.md
│   │   ├── lzcat.md
│   │   ├── lzcmp.md
│   │   ├── lzdiff.md
│   │   ├── lzegrep.md
│   │   ├── lzfgrep.md
│   │   ├── lzgrep.md
│   │   ├── lzip.md
│   │   ├── lzless.md
│   │   ├── lzma.md
│   │   ├── lzmore.md
│   │   ├── lzop.md
│   │   ├── m4.md
│   │   ├── m4b-tool.md
│   │   ├── macchina.md
│   │   ├── macptopbm.md
│   │   ├── maestral.md
│   │   ├── magento.md
│   │   ├── magick-compare.md
│   │   ├── magick-convert.md
│   │   ├── magick-identify.md
│   │   ├── magick-import.md
│   │   ├── magick-mogrify.md
│   │   ├── magick-montage.md
│   │   ├── magick.md
│   │   ├── maigret.md
│   │   ├── mail.md
│   │   ├── mailsy.md
│   │   ├── mailx.md
│   │   ├── make.md
│   │   ├── makebuildserver.md
│   │   ├── makensis.md
│   │   ├── makepasswd.md
│   │   ├── mamba-repoquery.md
│   │   ├── mamba.md
│   │   ├── man.md
│   │   ├── manim.md
│   │   ├── mapfile.md
│   │   ├── mariadb-install-db.md
│   │   ├── mariadb.md
│   │   ├── marimo.md
│   │   ├── markdown2pdf.md
│   │   ├── masscan.md
│   │   ├── massdns.md
│   │   ├── mat2.md
│   │   ├── mate-dictionary.md
│   │   ├── matlab.md
│   │   ├── maza.md
│   │   ├── mc.cli.md
│   │   ├── mc.fm.md
│   │   ├── mc.md
│   │   ├── mcat.md
│   │   ├── mcfly.md
│   │   ├── mcli.md
│   │   ├── mcs.md
│   │   ├── md-to-clip.md
│   │   ├── md5sum.md
│   │   ├── mdatopbm.md
│   │   ├── mdk4.md
│   │   ├── mdp.md
│   │   ├── mediainfo.md
│   │   ├── medusa.md
│   │   ├── meld.md
│   │   ├── melt.md
│   │   ├── memray.md
│   │   ├── mesg.md
│   │   ├── meshlabserver.md
│   │   ├── meshnamed.md
│   │   ├── meson.md
│   │   ├── meteor.md
│   │   ├── mg.md
│   │   ├── mgrtopbm.md
│   │   ├── mh_copyright.md
│   │   ├── mh_lint.md
│   │   ├── mh_metric.md
│   │   ├── micro.md
│   │   ├── micromamba.md
│   │   ├── microsoft-edge.md
│   │   ├── mid3v2.md
│   │   ├── middleman.md
│   │   ├── minecraft.md
│   │   ├── minetest.md
│   │   ├── minetestserver.md
│   │   ├── mingle.md
│   │   ├── minidlna.md
│   │   ├── minifab.md
│   │   ├── minikube-start.md
│   │   ├── minikube.md
│   │   ├── minio-client.md
│   │   ├── minio-server.md
│   │   ├── minipro.md
│   │   ├── miniserve.md
│   │   ├── minisign.md
│   │   ├── mise.md
│   │   ├── mispipe.md
│   │   ├── mitmdump.md
│   │   ├── mitmproxy.md
│   │   ├── mitmweb.md
│   │   ├── mix.md
│   │   ├── mixxx.md
│   │   ├── mk.md
│   │   ├── mkcert.md
│   │   ├── mkdir.md
│   │   ├── mkdocs.md
│   │   ├── mkfifo.md
│   │   ├── mkfile.md
│   │   ├── mktemp.md
│   │   ├── mktorrent.md
│   │   ├── mkvmerge.md
│   │   ├── mlr.md
│   │   ├── mm2gv.md
│   │   ├── mmdc.md
│   │   ├── mmls.md
│   │   ├── mmv.md
│   │   ├── mocha.md
│   │   ├── mods.md
│   │   ├── modutil.md
│   │   ├── moe.md
│   │   ├── mogrify.md
│   │   ├── molecule.md
│   │   ├── mongo.md
│   │   ├── mongod.md
│   │   ├── mongodump.md
│   │   ├── mongoexport.md
│   │   ├── mongoimport.md
│   │   ├── mongorestore.md
│   │   ├── mongosh.md
│   │   ├── monodevelop.md
│   │   ├── monodis.md
│   │   ├── monolith.md
│   │   ├── monop.md
│   │   ├── montage.md
│   │   ├── more.md
│   │   ├── moro.md
│   │   ├── mosh.md
│   │   ├── mosquitto.md
│   │   ├── mosquitto_passwd.md
│   │   ├── mosquitto_pub.md
│   │   ├── mosquitto_sub.md
│   │   ├── most.md
│   │   ├── mozillavpn.md
│   │   ├── mp3info.md
│   │   ├── mp4box.md
│   │   ├── mp4decrypt.md
│   │   ├── mpc.md
│   │   ├── mpd.md
│   │   ├── mpg321.md
│   │   ├── mpic++.md
│   │   ├── mpicc.md
│   │   ├── mpicxx.md
│   │   ├── mpiexec.md
│   │   ├── mpijavac.md
│   │   ├── mpirun.md
│   │   ├── mplayer.md
│   │   ├── mpremote.md
│   │   ├── mpv.md
│   │   ├── mqtt_check.py.md
│   │   ├── mr.md
│   │   ├── msbuild.md
│   │   ├── mscore.md
│   │   ├── msedge.md
│   │   ├── msedit.md
│   │   ├── msfconsole.md
│   │   ├── msfvenom.md
│   │   ├── msgattrib.md
│   │   ├── msgcat.md
│   │   ├── msgfmt.md
│   │   ├── msginit.md
│   │   ├── msgmerge.md
│   │   ├── msgunfmt.md
│   │   ├── msmtp.md
│   │   ├── mssqlclient.py.md
│   │   ├── mtm.md
│   │   ├── mtr.md
│   │   ├── mtvtoppm.md
│   │   ├── mu.md
│   │   ├── mullvad.md
│   │   ├── multipass.md
│   │   ├── multitail.md
│   │   ├── mumble.md
│   │   ├── mupdf.md
│   │   ├── musescore.md
│   │   ├── musl-gcc.md
│   │   ├── mutagen.md
│   │   ├── mutool.md
│   │   ├── mutt.md
│   │   ├── mv.md
│   │   ├── mvn-archetype.md
│   │   ├── mvn-compile.md
│   │   ├── mvn-dependency.md
│   │   ├── mvn-deploy.md
│   │   ├── mvn-generate-sources.md
│   │   ├── mvn-idea.md
│   │   ├── mvn-install.md
│   │   ├── mvn-package.md
│   │   ├── mvn-site.md
│   │   ├── mvn.md
│   │   ├── mycli.md
│   │   ├── mypy.md
│   │   ├── mysql.md
│   │   ├── mysql_secure_installation.md
│   │   ├── mysqlbinlog.md
│   │   ├── mysqlcheck.md
│   │   ├── mysqld.md
│   │   ├── mysqldump.md
│   │   ├── mysqlsh.md
│   │   ├── mytop.md
│   │   ├── n.md
│   │   ├── naabu.md
│   │   ├── nagios.md
│   │   ├── nagios2.md
│   │   ├── nagios3.md
│   │   ├── nagios4.md
│   │   ├── nano.md
│   │   ├── nasm.md
│   │   ├── nativefier.md
│   │   ├── nb.md
│   │   ├── nbtscan.md
│   │   ├── nc.md
│   │   ├── ncc.md
│   │   ├── ncdu.md
│   │   ├── ncmpcpp.md
│   │   ├── ncspot.md
│   │   ├── ncu.md
│   │   ├── ndc.md
│   │   ├── neato.md
│   │   ├── ned.md
│   │   ├── neo4j-admin.md
│   │   ├── neofetch.md
│   │   ├── neomutt.md
│   │   ├── neotoppm.md
│   │   ├── nest.md
│   │   ├── netcat.md
│   │   ├── netdiscover.md
│   │   ├── netexec.md
│   │   ├── netlify.md
│   │   ├── netperf.md
│   │   ├── netserver.md
│   │   ├── netstat.md
│   │   ├── nettacker.md
│   │   ├── newman.md
│   │   ├── newsboat.md
│   │   ├── next.md
│   │   ├── nextclade.md
│   │   ├── nextflow.md
│   │   ├── nf-core.md
│   │   ├── ng-add.md
│   │   ├── ng-analytics.md
│   │   ├── ng-build.md
│   │   ├── ng-cache.md
│   │   ├── ng-completion.md
│   │   ├── ng-config.md
│   │   ├── ng-deploy.md
│   │   ├── ng-e2e.md
│   │   ├── ng-extract-i18n.md
│   │   ├── ng-generate.md
│   │   ├── ng-lint.md
│   │   ├── ng-new.md
│   │   ├── ng-run.md
│   │   ├── ng-serve.md
│   │   ├── ng-test.md
│   │   ├── ng-update.md
│   │   ├── ng-version.md
│   │   ├── ng.md
│   │   ├── nginx.md
│   │   ├── ngrep.md
│   │   ├── ngrok.md
│   │   ├── ngs.md
│   │   ├── nh-clean.md
│   │   ├── nh-home.md
│   │   ├── nh-os.md
│   │   ├── nh-search.md
│   │   ├── nh.md
│   │   ├── nhentai.md
│   │   ├── nice.md
│   │   ├── nicotine.md
│   │   ├── nikto.md
│   │   ├── nim.md
│   │   ├── nimble.md
│   │   ├── ninja.md
│   │   ├── nix-build.2.md
│   │   ├── nix-build.3.md
│   │   ├── nix-build.md
│   │   ├── nix-channel.md
│   │   ├── nix-classic.md
│   │   ├── nix-collect-garbage.md
│   │   ├── nix-develop.md
│   │   ├── nix-edit.md
│   │   ├── nix-env.md
│   │   ├── nix-eval.md
│   │   ├── nix-flake-info.md
│   │   ├── nix-flake-init.md
│   │   ├── nix-flake-show.md
│   │   ├── nix-flake.md
│   │   ├── nix-instantiate.md
│   │   ├── nix-profile.md
│   │   ├── nix-registry.md
│   │   ├── nix-repl.md
│   │   ├── nix-run.md
│   │   ├── nix-search.md
│   │   ├── nix-shell.2.md
│   │   ├── nix-shell.3.md
│   │   ├── nix-shell.md
│   │   ├── nix-store.2.md
│   │   ├── nix-store.3.md
│   │   ├── nix-store.md
│   │   ├── nix-why-depends.md
│   │   ├── nix.md
│   │   ├── nixpkgs-review.md
│   │   ├── nkf.md
│   │   ├── nl.md
│   │   ├── nload.md
│   │   ├── nm-classic.md
│   │   ├── nm.md
│   │   ├── nmap.md
│   │   ├── nmblookup.md
│   │   ├── nms.md
│   │   ├── nnn.md
│   │   ├── node.md
│   │   ├── nodemon.md
│   │   ├── nodenv.md
│   │   ├── nohup.md
│   │   ├── nokogiri.md
│   │   ├── nomad.md
│   │   ├── nop.md
│   │   ├── noseyparker.md
│   │   ├── noti.md
│   │   ├── notify-send.md
│   │   ├── notmuch.md
│   │   ├── now.md
│   │   ├── nping.md
│   │   ├── npm-access.md
│   │   ├── npm-adduser.md
│   │   ├── npm-audit.md
│   │   ├── npm-author.md
│   │   ├── npm-bugs.md
│   │   ├── npm-cache.md
│   │   ├── npm-check.md
│   │   ├── npm-ci.md
│   │   ├── npm-completion.md
│   │   ├── npm-config.md
│   │   ├── npm-dedupe.md
│   │   ├── npm-deprecate.md
│   │   ├── npm-diff.md
│   │   ├── npm-dist-tag.md
│   │   ├── npm-docs.md
│   │   ├── npm-doctor.md
│   │   ├── npm-edit.md
│   │   ├── npm-exec.md
│   │   ├── npm-explain.md
│   │   ├── npm-explore.md
│   │   ├── npm-find-dupes.md
│   │   ├── npm-fund.md
│   │   ├── npm-help-search.md
│   │   ├── npm-help.md
│   │   ├── npm-home.md
│   │   ├── npm-hook.md
│   │   ├── npm-init.md
│   │   ├── npm-install-ci-test.md
│   │   ├── npm-install-test.md
│   │   ├── npm-install.md
│   │   ├── npm-it.md
│   │   ├── npm-link.md
│   │   ├── npm-list.md
│   │   ├── npm-login.md
│   │   ├── npm-logout.md
│   │   ├── npm-ls.md
│   │   ├── npm-name.md
│   │   ├── npm-org.md
│   │   ├── npm-outdated.md
│   │   ├── npm-owner.md
│   │   ├── npm-pack.md
│   │   ├── npm-ping.md
│   │   ├── npm-pkg.md
│   │   ├── npm-prefix.md
│   │   ├── npm-profile.md
│   │   ├── npm-prune.md
│   │   ├── npm-publish.md
│   │   ├── npm-query.md
│   │   ├── npm-rb.md
│   │   ├── npm-rebuild.md
│   │   ├── npm-repo.md
│   │   ├── npm-restart.md
│   │   ├── npm-root.md
│   │   ├── npm-run-script.md
│   │   ├── npm-run.md
│   │   ├── npm-sbom.md
│   │   ├── npm-search.md
│   │   ├── npm-shrinkwrap.md
│   │   ├── npm-star.md
│   │   ├── npm-stars.md
│   │   ├── npm-start.md
│   │   ├── npm-stop.md
│   │   ├── npm-team.md
│   │   ├── npm-test.md
│   │   ├── npm-token.md
│   │   ├── npm-uninstall.md
│   │   ├── npm-unpublish.md
│   │   ├── npm-unstar.md
│   │   ├── npm-update.md
│   │   ├── npm-version.md
│   │   ├── npm-view.md
│   │   ├── npm-whoami.md
│   │   ├── npm-why.md
│   │   ├── npm.md
│   │   ├── nproc.md
│   │   ├── npx.md
│   │   ├── nrm.md
│   │   ├── nslookup.md
│   │   ├── ntfs-read.py.md
│   │   ├── ntfy.md
│   │   ├── ntfyme.md
│   │   ├── nth.md
│   │   ├── ntl.md
│   │   ├── ntp-ctl.md
│   │   ├── ntpctl.md
│   │   ├── nu.md
│   │   ├── nuclei.md
│   │   ├── nudoku.md
│   │   ├── numfmt.md
│   │   ├── nvcc.md
│   │   ├── nvidia-smi-mig.md
│   │   ├── nvidia-smi.md
│   │   ├── nvim.md
│   │   ├── nvm.fish.md
│   │   ├── nvm.md
│   │   ├── nvme.md
│   │   ├── nx.md
│   │   ├── nxc-ftp.md
│   │   ├── nxc-ldap.md
│   │   ├── nxc-mssql.md
│   │   ├── nxc-nfs.md
│   │   ├── nxc-rdp.md
│   │   ├── nxc-smb.md
│   │   ├── nxc-ssh.md
│   │   ├── nxc-vnc.md
│   │   ├── nxc-winrm.md
│   │   ├── nxc-wmi.md
│   │   ├── nxc.md
│   │   ├── nxcdb.md
│   │   ├── nyxt.md
│   │   ├── o.md
│   │   ├── oathtool.md
│   │   ├── oauth2c.md
│   │   ├── objdump.md
│   │   ├── obs.md
│   │   ├── oc.md
│   │   ├── ocaml.md
│   │   ├── ocamlc.md
│   │   ├── ocamlfind.md
│   │   ├── ocamlopt.md
│   │   ├── ocrmypdf.md
│   │   ├── octave.md
│   │   ├── octez-client.md
│   │   ├── od.md
│   │   ├── odpscmd-auth.md
│   │   ├── odpscmd-func.md
│   │   ├── odpscmd-inst.md
│   │   ├── odpscmd-resource.md
│   │   ├── odpscmd-table.md
│   │   ├── odpscmd-tunnel.md
│   │   ├── odpscmd.md
│   │   ├── offlineimap.md
│   │   ├── ogr2ogr.md
│   │   ├── ogrinfo.md
│   │   ├── ogrmerge.py.md
│   │   ├── oh-my-posh.md
│   │   ├── ohdear-cli.md
│   │   ├── ohdear.md
│   │   ├── okular.md
│   │   ├── olevba.md
│   │   ├── ollama.md
│   │   ├── omf.md
│   │   ├── omz.md
│   │   ├── on_ac_power.md
│   │   ├── onefetch.md
│   │   ├── oneliner.md
│   │   ├── onionsearch.md
│   │   ├── ooniprobe.md
│   │   ├── op.md
│   │   ├── opam.md
│   │   ├── open.fish.md
│   │   ├── open.md
│   │   ├── openai.md
│   │   ├── openclaw-agent.md
│   │   ├── openclaw-channels.md
│   │   ├── openclaw-doctor.md
│   │   ├── openclaw-gateway.md
│   │   ├── openclaw-message.md
│   │   ├── openclaw-nodes.md
│   │   ├── openclaw-onboard.md
│   │   ├── openclaw-update.md
│   │   ├── openclaw.md
│   │   ├── opencode-agent.md
│   │   ├── opencode-auth.md
│   │   ├── opencode-debug.md
│   │   ├── opencode-export.md
│   │   ├── opencode-import.md
│   │   ├── opencode-mcp.md
│   │   ├── opencode-models.md
│   │   ├── opencode-session.md
│   │   ├── opencode-stats.md
│   │   ├── opencode-uninstall.md
│   │   ├── opencode-upgrade.md
│   │   ├── opencode-web.md
│   │   ├── opencode.md
│   │   ├── openconnect.md
│   │   ├── openocd.md
│   │   ├── openrgb.md
│   │   ├── openscad.md
│   │   ├── openssl-dgst.md
│   │   ├── openssl-genpkey.md
│   │   ├── openssl-genrsa.md
│   │   ├── openssl-prime.md
│   │   ├── openssl-req.md
│   │   ├── openssl-s_client.md
│   │   ├── openssl-ts.md
│   │   ├── openssl-x509.md
│   │   ├── openssl.md
│   │   ├── openstack-flavor.md
│   │   ├── openstack-help.md
│   │   ├── openstack-image.md
│   │   ├── openstack-network.md
│   │   ├── openstack-port.md
│   │   ├── openstack-server.md
│   │   ├── openstack-subnet.md
│   │   ├── openstack-volume.md
│   │   ├── openttd.md
│   │   ├── openvpn.md
│   │   ├── opera.md
│   │   ├── opt.md
│   │   ├── optipng.md
│   │   ├── opusenc.md
│   │   ├── orca-c.md
│   │   ├── osage.md
│   │   ├── osmium.md
│   │   ├── osv-scanner.md
│   │   ├── ots.md
│   │   ├── ouch.md
│   │   ├── oxipng.md
│   │   ├── p10k.md
│   │   ├── p4.md
│   │   ├── p5.md
│   │   ├── p7zip.md
│   │   ├── paci.md
│   │   ├── packer.md
│   │   ├── packtpub.md
│   │   ├── packwiz.md
│   │   ├── pactl.md
│   │   ├── pageres.md
│   │   ├── pake.md
│   │   ├── palmtopnm.md
│   │   ├── pamarith.md
│   │   ├── pambackground.md
│   │   ├── pambrighten.md
│   │   ├── pamcomp.md
│   │   ├── pamcrater.md
│   │   ├── pamcut.md
│   │   ├── pamdeinterlace.md
│   │   ├── pamdepth.md
│   │   ├── pamdice.md
│   │   ├── pamditherbw.md
│   │   ├── pamedge.md
│   │   ├── pamenlarge.md
│   │   ├── pamexec.md
│   │   ├── pamfile.md
│   │   ├── pamfix.md
│   │   ├── pamfixtrunc.md
│   │   ├── pamflip.md
│   │   ├── pamfunc.md
│   │   ├── pamixer.md
│   │   ├── pammixinterlace.md
│   │   ├── pamnoraw.md
│   │   ├── pamoil.md
│   │   ├── pampick.md
│   │   ├── pampop9.md
│   │   ├── pamrgbatopng.md
│   │   ├── pamscale.md
│   │   ├── pamshadedrelief.md
│   │   ├── pamslice.md
│   │   ├── pamsplit.md
│   │   ├── pamstack.md
│   │   ├── pamstretch-gen.md
│   │   ├── pamstretch.md
│   │   ├── pamtofits.md
│   │   ├── pamtogif.md
│   │   ├── pamtopam.md
│   │   ├── pamtopng.md
│   │   ├── pamtopnm.md
│   │   ├── pamtoqoi.md
│   │   ├── pamtosrf.md
│   │   ├── pamtotga.md
│   │   ├── pamtotiff.md
│   │   ├── pamtouil.md
│   │   ├── pamtowinicon.md
│   │   ├── pamtoxvmini.md
│   │   ├── pamundice.md
│   │   ├── pamvalidate.md
│   │   ├── pandoc.md
│   │   ├── pangolin.md
│   │   ├── pants.md
│   │   ├── paperkey.md
│   │   ├── papermc.md
│   │   ├── par2.md
│   │   ├── parallel-lint.md
│   │   ├── parallel.md
│   │   ├── parquet-tools.md
│   │   ├── particle.md
│   │   ├── pass-otp.md
│   │   ├── pass.md
│   │   ├── passwd.md
│   │   ├── paste.md
│   │   ├── pastel.md
│   │   ├── patator.md
│   │   ├── patch.md
│   │   ├── patchwork.md
│   │   ├── pathchk.md
│   │   ├── pax.md
│   │   ├── pbmclean.md
│   │   ├── pbmlife.md
│   │   ├── pbmmake.md
│   │   ├── pbmmask.md
│   │   ├── pbmnoise.md
│   │   ├── pbmpage.md
│   │   ├── pbmpscale.md
│   │   ├── pbmreduce.md
│   │   ├── pbmtext.md
│   │   ├── pbmtextps.md
│   │   ├── pbmto4425.md
│   │   ├── pbmtoascii.md
│   │   ├── pbmtoatk.md
│   │   ├── pbmtobbnbg.md
│   │   ├── pbmtocmuwm.md
│   │   ├── pbmtoepsi.md
│   │   ├── pbmtoepson.md
│   │   ├── pbmtoescp2.md
│   │   ├── pbmtogem.md
│   │   ├── pbmtogo.md
│   │   ├── pbmtoicon.md
│   │   ├── pbmtolj.md
│   │   ├── pbmtomacp.md
│   │   ├── pbmtomda.md
│   │   ├── pbmtomgr.md
│   │   ├── pbmtonokia.md
│   │   ├── pbmtopgm.md
│   │   ├── pbmtopi3.md
│   │   ├── pbmtoplot.md
│   │   ├── pbmtoppa.md
│   │   ├── pbmtoptx.md
│   │   ├── pbmtosunicon.md
│   │   ├── pbmtowbmp.md
│   │   ├── pbmtox10bm.md
│   │   ├── pbmtoxbm.md
│   │   ├── pbmtoybm.md
│   │   ├── pbmtozinc.md
│   │   ├── pbmupc.md
│   │   ├── pbzip2.md
│   │   ├── pcapfix.md
│   │   ├── pcdindex.md
│   │   ├── pcdovtoppm.md
│   │   ├── pcxtoppm.md
│   │   ├── pdf-parser.md
│   │   ├── pdffonts.md
│   │   ├── pdfgrep.md
│   │   ├── pdfimages.md
│   │   ├── pdfinfo.md
│   │   ├── pdfjam.md
│   │   ├── pdfjoin.md
│   │   ├── pdflatex.md
│   │   ├── pdfposter.md
│   │   ├── pdfseparate.md
│   │   ├── pdftex.md
│   │   ├── pdftk.md
│   │   ├── pdftocairo.md
│   │   ├── pdftotext.md
│   │   ├── pdfunite.md
│   │   ├── pecl.md
│   │   ├── peco.md
│   │   ├── pee.md
│   │   ├── peerflix.md
│   │   ├── peerindex.md
│   │   ├── peludna-prognoza.md
│   │   ├── perl-rename.md
│   │   ├── perl.md
│   │   ├── perlbrew.md
│   │   ├── perldoc.md
│   │   ├── pest.md
│   │   ├── pfetch.md
│   │   ├── pg_amcheck.md
│   │   ├── pg_archivecleanup.md
│   │   ├── pg_basebackup.md
│   │   ├── pg_checksums.md
│   │   ├── pg_combinebackup.md
│   │   ├── pg_config.md
│   │   ├── pg_controldata.md
│   │   ├── pg_createsubscriber.md
│   │   ├── pg_ctl.md
│   │   ├── pg_dump.md
│   │   ├── pg_dumpall.md
│   │   ├── pg_isready.md
│   │   ├── pg_receivewal.md
│   │   ├── pg_recvlogical.md
│   │   ├── pg_resetwal.md
│   │   ├── pg_restore.md
│   │   ├── pg_rewind.md
│   │   ├── pg_test_fsync.md
│   │   ├── pg_test_timing.md
│   │   ├── pg_upgrade.md
│   │   ├── pg_verifybackup.md
│   │   ├── pg_waldump.md
│   │   ├── pg_walsummary.md
│   │   ├── pgbench.md
│   │   ├── pgcli.md
│   │   ├── pgmbentley.md
│   │   ├── pgmcrater.md
│   │   ├── pgmdeshadow.md
│   │   ├── pgmedge.md
│   │   ├── pgmenhance.md
│   │   ├── pgmhist.md
│   │   ├── pgmkernel.md
│   │   ├── pgmmake.md
│   │   ├── pgmnoise.md
│   │   ├── pgmnorm.md
│   │   ├── pgmoil.md
│   │   ├── pgmramp.md
│   │   ├── pgmslice.md
│   │   ├── pgmtexture.md
│   │   ├── pgmtofs.md
│   │   ├── pgmtolispm.md
│   │   ├── pgmtopbm.md
│   │   ├── pgmtopgm.md
│   │   ├── pgmtoppm.md
│   │   ├── pgmtosbig.md
│   │   ├── pgmtost4.md
│   │   ├── pgrep.md
│   │   ├── phan.md
│   │   ├── phing.md
│   │   ├── phive.md
│   │   ├── php-artisan.md
│   │   ├── php-coveralls.md
│   │   ├── php-cs-fixer.md
│   │   ├── php-yii.md
│   │   ├── php.md
│   │   ├── phpbu.md
│   │   ├── phpcbf.md
│   │   ├── phpcpd.md
│   │   ├── phpcs.md
│   │   ├── phpdox.md
│   │   ├── phpenv.md
│   │   ├── phpize.md
│   │   ├── phploc.md
│   │   ├── phpmd.md
│   │   ├── phpspec.md
│   │   ├── phpstan.md
│   │   ├── phpstorm.md
│   │   ├── phpunit.md
│   │   ├── pi1toppm.md
│   │   ├── pi3topbm.md
│   │   ├── piactl.md
│   │   ├── pic.md
│   │   ├── picard.md
│   │   ├── picgo.md
│   │   ├── pickle.md
│   │   ├── pico.md
│   │   ├── picocom.md
│   │   ├── picom-trans.md
│   │   ├── picom.md
│   │   ├── picotool.md
│   │   ├── picttoppm.md
│   │   ├── pie.md
│   │   ├── pigz.md
│   │   ├── ping.md
│   │   ├── ping.py.md
│   │   ├── ping6.md
│   │   ├── ping6.py.md
│   │   ├── pinky.md
│   │   ├── pint.md
│   │   ├── pinta.md
│   │   ├── pio-access.md
│   │   ├── pio-account.md
│   │   ├── pio-boards.md
│   │   ├── pio-check.md
│   │   ├── pio-ci.md
│   │   ├── pio-debug.md
│   │   ├── pio-device.md
│   │   ├── pio-home.md
│   │   ├── pio-init.md
│   │   ├── pio-lib.md
│   │   ├── pio-org.md
│   │   ├── pio-pkg.md
│   │   ├── pio-platform.md
│   │   ├── pio-project.md
│   │   ├── pio-remote.md
│   │   ├── pio-run.md
│   │   ├── pio-settings.md
│   │   ├── pio-system.md
│   │   ├── pio-team.md
│   │   ├── pio-test.md
│   │   ├── pio-update.md
│   │   ├── pio-upgrade.md
│   │   ├── pio.md
│   │   ├── piodebuggdb.md
│   │   ├── pip-cache.md
│   │   ├── pip-check.md
│   │   ├── pip-config.md
│   │   ├── pip-debug.md
│   │   ├── pip-download.md
│   │   ├── pip-freeze.md
│   │   ├── pip-hash.md
│   │   ├── pip-index.md
│   │   ├── pip-inspect.md
│   │   ├── pip-install.md
│   │   ├── pip-list.md
│   │   ├── pip-lock.md
│   │   ├── pip-search.md
│   │   ├── pip-show.md
│   │   ├── pip-uninstall.md
│   │   ├── pip-wheel.md
│   │   ├── pip.md
│   │   ├── pip3.md
│   │   ├── pipenv.md
│   │   ├── piper.md
│   │   ├── pipes.sh.md
│   │   ├── pipx.md
│   │   ├── pixi-config.md
│   │   ├── pixi-global.md
│   │   ├── pixi-project.md
│   │   ├── pixi-task.md
│   │   ├── pixi.md
│   │   ├── pixiecore.md
│   │   ├── pixterm.md
│   │   ├── pjtoppm.md
│   │   ├── pkcs11-tool.md
│   │   ├── pkg-config.md
│   │   ├── pkgz.md
│   │   ├── pkill.md
│   │   ├── pkl.md
│   │   ├── plantuml.md
│   │   ├── platformio.md
│   │   ├── play.md
│   │   ├── plenv.md
│   │   ├── plesk.md
│   │   ├── plink.md
│   │   ├── plocate.md
│   │   ├── pm2.md
│   │   ├── pngcheck.md
│   │   ├── pngcrush.md
│   │   ├── pngquant.md
│   │   ├── pngtopam.md
│   │   ├── pngtopnm.md
│   │   ├── pnmalias.md
│   │   ├── pnmarith.md
│   │   ├── pnmcolormap.md
│   │   ├── pnmcomp.md
│   │   ├── pnmconvol.md
│   │   ├── pnmcrop.md
│   │   ├── pnmcut.md
│   │   ├── pnmdepth.md
│   │   ├── pnmenlarge.md
│   │   ├── pnmfile.md
│   │   ├── pnmflip.md
│   │   ├── pnmgamma.md
│   │   ├── pnmhisteq.md
│   │   ├── pnmhistmap.md
│   │   ├── pnmindex.md
│   │   ├── pnminterp.md
│   │   ├── pnminvert.md
│   │   ├── pnmmargin.md
│   │   ├── pnmmercator.md
│   │   ├── pnmmontage.md
│   │   ├── pnmnlfilt.md
│   │   ├── pnmnorm.md
│   │   ├── pnmpad.md
│   │   ├── pnmpaste.md
│   │   ├── pnmpsnr.md
│   │   ├── pnmquant.md
│   │   ├── pnmquantall.md
│   │   ├── pnmremap.md
│   │   ├── pnmrotate.md
│   │   ├── pnmscale.md
│   │   ├── pnmscalefixed.md
│   │   ├── pnmshear.md
│   │   ├── pnmsmooth.md
│   │   ├── pnmsplit.md
│   │   ├── pnmtile.md
│   │   ├── pnmtoddif.md
│   │   ├── pnmtofiasco.md
│   │   ├── pnmtofits.md
│   │   ├── pnmtojpeg.md
│   │   ├── pnmtopalm.md
│   │   ├── pnmtopclxl.md
│   │   ├── pnmtoplainpnm.md
│   │   ├── pnmtopng.md
│   │   ├── pnmtopnm.md
│   │   ├── pnmtops.md
│   │   ├── pnmtorast.md
│   │   ├── pnmtorle.md
│   │   ├── pnmtosgi.md
│   │   ├── pnmtosir.md
│   │   ├── pnmtotiff.md
│   │   ├── pnmtotiffcmyk.md
│   │   ├── pnmtoxwd.md
│   │   ├── pnpm-audit.md
│   │   ├── pnpm-outdated.md
│   │   ├── pnpm.md
│   │   ├── pnpx.md
│   │   ├── pocount.md
│   │   ├── podman-build.md
│   │   ├── podman-compose.md
│   │   ├── podman-export.md
│   │   ├── podman-image-load.md
│   │   ├── podman-image-pull.md
│   │   ├── podman-image.md
│   │   ├── podman-images.md
│   │   ├── podman-import.md
│   │   ├── podman-load.md
│   │   ├── podman-login.md
│   │   ├── podman-machine.md
│   │   ├── podman-ps.md
│   │   ├── podman-pull.md
│   │   ├── podman-rmi.md
│   │   ├── podman-run.md
│   │   ├── podman-save.md
│   │   ├── podman.md
│   │   ├── poetry-about.md
│   │   ├── poetry-add.md
│   │   ├── poetry-build.md
│   │   ├── poetry-cache.md
│   │   ├── poetry-check.md
│   │   ├── poetry-config.md
│   │   ├── poetry-debug.md
│   │   ├── poetry-env.md
│   │   ├── poetry-export.md
│   │   ├── poetry-help.md
│   │   ├── poetry-init.md
│   │   ├── poetry-install.md
│   │   ├── poetry-list.md
│   │   ├── poetry-lock.md
│   │   ├── poetry-new.md
│   │   ├── poetry-publish.md
│   │   ├── poetry-python.md
│   │   ├── poetry-remove.md
│   │   ├── poetry-run.md
│   │   ├── poetry-search.md
│   │   ├── poetry-self.md
│   │   ├── poetry-shell.md
│   │   ├── poetry-show.md
│   │   ├── poetry-source.md
│   │   ├── poetry-sync.md
│   │   ├── poetry-update.md
│   │   ├── poetry-version.md
│   │   ├── poetry.md
│   │   ├── pokeget.md
│   │   ├── polybar-msg.md
│   │   ├── polybar.md
│   │   ├── pop.md
│   │   ├── popd.md
│   │   ├── popeye.md
│   │   ├── postcss.md
│   │   ├── postgres.md
│   │   ├── powershell.md
│   │   ├── ppmbrighten.md
│   │   ├── ppmchange.md
│   │   ├── ppmcie.md
│   │   ├── ppmcolormask.md
│   │   ├── ppmdim.md
│   │   ├── ppmdist.md
│   │   ├── ppmdither.md
│   │   ├── ppmdraw.md
│   │   ├── ppmfade.md
│   │   ├── ppmflash.md
│   │   ├── ppmforge.md
│   │   ├── ppmglobe.md
│   │   ├── ppmhist.md
│   │   ├── ppmlabel.md
│   │   ├── ppmmake.md
│   │   ├── ppmmix.md
│   │   ├── ppmnorm.md
│   │   ├── ppmntsc.md
│   │   ├── ppmpat.md
│   │   ├── ppmquant.md
│   │   ├── ppmquantall.md
│   │   ├── ppmrainbow.md
│   │   ├── ppmrelief.md
│   │   ├── ppmshadow.md
│   │   ├── ppmshift.md
│   │   ├── ppmspread.md
│   │   ├── ppmtoacad.md
│   │   ├── ppmtoapplevol.md
│   │   ├── ppmtoarbtxt.md
│   │   ├── ppmtoascii.md
│   │   ├── ppmtobmp.md
│   │   ├── ppmtoeyuv.md
│   │   ├── ppmtogif.md
│   │   ├── ppmtoicr.md
│   │   ├── ppmtoilbm.md
│   │   ├── ppmtojpeg.md
│   │   ├── ppmtoleaf.md
│   │   ├── ppmtolj.md
│   │   ├── ppmtomap.md
│   │   ├── ppmtomitsu.md
│   │   ├── ppmtompeg.md
│   │   ├── ppmtoneo.md
│   │   ├── ppmtopcx.md
│   │   ├── ppmtopgm.md
│   │   ├── ppmtopi1.md
│   │   ├── ppmtopict.md
│   │   ├── ppmtopj.md
│   │   ├── ppmtopjxl.md
│   │   ├── ppmtoppm.md
│   │   ├── ppmtopuzz.md
│   │   ├── ppmtorgb3.md
│   │   ├── ppmtosixel.md
│   │   ├── ppmtospu.md
│   │   ├── ppmtoterm.md
│   │   ├── ppmtotga.md
│   │   ├── ppmtouil.md
│   │   ├── ppmtowinicon.md
│   │   ├── ppmtoxpm.md
│   │   ├── ppmtoyuv.md
│   │   ├── ppmtoyuvsplit.md
│   │   ├── ppmtv.md
│   │   ├── ppmwheel.md
│   │   ├── pppd.md
│   │   ├── pprof.md
│   │   ├── pr.md
│   │   ├── pre-commit.md
│   │   ├── prename.md
│   │   ├── presenterm.md
│   │   ├── prettier.md
│   │   ├── pretty-bytes.md
│   │   ├── print.md
│   │   ├── print.zsh.md
│   │   ├── printenv.md
│   │   ├── printf.md
│   │   ├── procs.md
│   │   ├── progpilot.md
│   │   ├── progress.md
│   │   ├── projucer.md
│   │   ├── promtool.md
│   │   ├── propelauth.md
│   │   ├── prosodyctl.md
│   │   ├── protector.md
│   │   ├── protoc.md
│   │   ├── prowler-aws.md
│   │   ├── prowler-azure.md
│   │   ├── prowler-gcp.md
│   │   ├── prowler-github.md
│   │   ├── prowler-kubernetes.md
│   │   ├── prowler-m365.md
│   │   ├── prowler.md
│   │   ├── proxify.md
│   │   ├── prqlc.md
│   │   ├── ps-nvm.md
│   │   ├── ps.md
│   │   ├── psalm.md
│   │   ├── psexec.py.md
│   │   ├── psgrep.md
│   │   ├── psidtopgm.md
│   │   ├── psql.md
│   │   ├── pssh.md
│   │   ├── pstopnm.md
│   │   ├── psysh.md
│   │   ├── pt.md
│   │   ├── ptargrep.md
│   │   ├── ptghci.md
│   │   ├── ptpython.md
│   │   ├── ptpython3.md
│   │   ├── pueue-add.md
│   │   ├── pueue-clean.md
│   │   ├── pueue-completions.md
│   │   ├── pueue-edit.md
│   │   ├── pueue-enqueue.md
│   │   ├── pueue-follow.md
│   │   ├── pueue-group.md
│   │   ├── pueue-help.md
│   │   ├── pueue-kill.md
│   │   ├── pueue-log.md
│   │   ├── pueue-parallel.md
│   │   ├── pueue-pause.md
│   │   ├── pueue-remove.md
│   │   ├── pueue-reset.md
│   │   ├── pueue-restart.md
│   │   ├── pueue-send.md
│   │   ├── pueue-shutdown.md
│   │   ├── pueue-start.md
│   │   ├── pueue-stash.md
│   │   ├── pueue-status.md
│   │   ├── pueue-switch.md
│   │   ├── pueue.md
│   │   ├── pulumi-about.md
│   │   ├── pulumi-cancel.md
│   │   ├── pulumi-config.md
│   │   ├── pulumi-console.md
│   │   ├── pulumi-destroy.md
│   │   ├── pulumi-down.md
│   │   ├── pulumi-env.md
│   │   ├── pulumi-gen-completion.md
│   │   ├── pulumi-import.md
│   │   ├── pulumi-install.md
│   │   ├── pulumi-login.md
│   │   ├── pulumi-logout.md
│   │   ├── pulumi-new.md
│   │   ├── pulumi-org.md
│   │   ├── pulumi-plugin.md
│   │   ├── pulumi-policy.md
│   │   ├── pulumi-preview.md
│   │   ├── pulumi-refresh.md
│   │   ├── pulumi-schema.md
│   │   ├── pulumi-stack-hist.md
│   │   ├── pulumi-stack-history.md
│   │   ├── pulumi-stack.md
│   │   ├── pulumi-state.md
│   │   ├── pulumi-up.md
│   │   ├── pulumi-update.md
│   │   ├── pulumi-version.md
│   │   ├── pulumi-whoami.md
│   │   ├── pulumi.md
│   │   ├── pup.md
│   │   ├── puppet-agent.md
│   │   ├── puppet-apply.md
│   │   ├── puppet.md
│   │   ├── pushd.md
│   │   ├── pushln.md
│   │   ├── putty.md
│   │   ├── pv.md
│   │   ├── pwd.md
│   │   ├── pwgen.md
│   │   ├── pwqgen.md
│   │   ├── pwsh.md
│   │   ├── py-spy.md
│   │   ├── pyats-shell.md
│   │   ├── pyats-version.md
│   │   ├── pyats.md
│   │   ├── pycodestyle.md
│   │   ├── pydoc.md
│   │   ├── pydocstyle.md
│   │   ├── pyenv-virtualenv.md
│   │   ├── pyenv.md
│   │   ├── pyflakes.md
│   │   ├── pygbag.md
│   │   ├── pygmentize.md
│   │   ├── pyinfra.md
│   │   ├── pylint.md
│   │   ├── pypy.md
│   │   ├── pystun3.md
│   │   ├── pytest.md
│   │   ├── python-m-json.tool.md
│   │   ├── python.md
│   │   ├── python3.md
│   │   ├── q.md
│   │   ├── qalc.md
│   │   ├── qc.md
│   │   ├── qcp.md
│   │   ├── qdbus.md
│   │   ├── qemu-img.md
│   │   ├── qemu-system-i386.md
│   │   ├── qemu-system-riscv64.md
│   │   ├── qemu-system-x86_64.md
│   │   ├── qgis.md
│   │   ├── qmake.md
│   │   ├── qmmp.md
│   │   ├── qmv.md
│   │   ├── qoitopam.md
│   │   ├── qownnotes.md
│   │   ├── qpdf.md
│   │   ├── qr.md
│   │   ├── qrencode.md
│   │   ├── qrttoppm.md
│   │   ├── qtcreator.md
│   │   ├── quarkus.md
│   │   ├── quarto.md
│   │   ├── quilt.md
│   │   ├── quota.md
│   │   ├── qutebrowser.md
│   │   ├── qwen.md
│   │   ├── r.1.md
│   │   ├── r.md
│   │   ├── r.zsh.md
│   │   ├── r2.md
│   │   ├── r2e.md
│   │   ├── rabbitmq-diagnostics.md
│   │   ├── rabbitmq-plugins.md
│   │   ├── rabbitmq-queues.md
│   │   ├── rabbitmq-streams.md
│   │   ├── rabbitmq-upgrade.md
│   │   ├── rabbitmqctl-cluster.md
│   │   ├── rabbitmqctl-users.md
│   │   ├── rabbitmqctl-vhosts.md
│   │   ├── rabbitmqctl.md
│   │   ├── rabin2.md
│   │   ├── racket.md
│   │   ├── raco.md
│   │   ├── radare2.md
│   │   ├── rage.md
│   │   ├── rails-console.md
│   │   ├── rails-db.md
│   │   ├── rails-destroy.md
│   │   ├── rails-generate.md
│   │   ├── rails-new.md
│   │   ├── rails-routes.md
│   │   ├── rails-server.md
│   │   ├── rails.md
│   │   ├── railway.md
│   │   ├── rainbowstream.md
│   │   ├── rake.md
│   │   ├── raku.md
│   │   ├── ranger.md
│   │   ├── rapper.md
│   │   ├── rar.md
│   │   ├── rarcrack.md
│   │   ├── rasttopnm.md
│   │   ├── rawtopgm.md
│   │   ├── rawtoppm.md
│   │   ├── rbac-lookup.md
│   │   ├── rbash.md
│   │   ├── rbenv.md
│   │   ├── rbt.md
│   │   ├── rbw.md
│   │   ├── rc.md
│   │   ├── rcat.md
│   │   ├── rclone.md
│   │   ├── rcs.md
│   │   ├── rcsdiff.md
│   │   ├── rcsmerge.md
│   │   ├── rdfind.md
│   │   ├── rdiff-backup.md
│   │   ├── rdp_check.py.md
│   │   ├── react-native-start.md
│   │   ├── react-native.md
│   │   ├── read.md
│   │   ├── readarray.md
│   │   ├── readlink.md
│   │   ├── readonly.md
│   │   ├── realpath.md
│   │   ├── recon-ng.md
│   │   ├── recsel.md
│   │   ├── rector.md
│   │   ├── redis-benchmark.md
│   │   ├── redis-cli.md
│   │   ├── redis-server.md
│   │   ├── redshift.md
│   │   ├── reflac.md
│   │   ├── reflex.md
│   │   ├── regedit.md
│   │   ├── regex.md
│   │   ├── rehash.md
│   │   ├── reindexdb.md
│   │   ├── rekor-cli.md
│   │   ├── remove-nodeversion.md
│   │   ├── rename.md
│   │   ├── renice.md
│   │   ├── repomix.md
│   │   ├── repren.md
│   │   ├── resolvconf.md
│   │   ├── restic.md
│   │   ├── resticprofile-schedule.md
│   │   ├── resticprofile-unschedule.md
│   │   ├── resticprofile.md
│   │   ├── resume.md
│   │   ├── retry.md
│   │   ├── return.md
│   │   ├── reuse.md
│   │   ├── rfetch.md
│   │   ├── rg.md
│   │   ├── rga.md
│   │   ├── rgb3toppm.md
│   │   ├── rgpt.md
│   │   ├── rgrep.md
│   │   ├── rhash.md
│   │   ├── ri.md
│   │   ├── rich.md
│   │   ├── rip.md
│   │   ├── ripgrep.md
│   │   ├── rkdeveloptool.md
│   │   ├── rlatopam.md
│   │   ├── rletopnm.md
│   │   ├── rlog.md
│   │   ├── rlwrap.md
│   │   ├── rm.md
│   │   ├── rmdir.md
│   │   ├── rmlint.md
│   │   ├── rnano.md
│   │   ├── roave-backward-compatibility-check.md
│   │   ├── robo.md
│   │   ├── roll.md
│   │   ├── ropgadget.md
│   │   ├── ropper.md
│   │   ├── route.md
│   │   ├── rpcdump.py.md
│   │   ├── rpcmap.py.md
│   │   ├── rpi-imager.md
│   │   ├── rpk.md
│   │   ├── rr.md
│   │   ├── rsactftool.py.md
│   │   ├── rscript.md
│   │   ├── rspec.md
│   │   ├── rsql.md
│   │   ├── rsstail.md
│   │   ├── rsync.md
│   │   ├── rtl_sdr.md
│   │   ├── rtmpdump.md
│   │   ├── rtv.md
│   │   ├── rubocop.md
│   │   ├── ruby.md
│   │   ├── ruff-check.md
│   │   ├── ruff-format.md
│   │   ├── ruff.md
│   │   ├── run-help.md
│   │   ├── runit.md
│   │   ├── runsv.md
│   │   ├── runsvchdir.md
│   │   ├── runsvdir.md
│   │   ├── rustc.md
│   │   ├── rustdoc.md
│   │   ├── rustfmt.md
│   │   ├── rustic.md
│   │   ├── rustscan.md
│   │   ├── rustup-check.md
│   │   ├── rustup-completions.md
│   │   ├── rustup-component.md
│   │   ├── rustup-default.md
│   │   ├── rustup-doc.md
│   │   ├── rustup-help.md
│   │   ├── rustup-init.sh.md
│   │   ├── rustup-install.md
│   │   ├── rustup-man.md
│   │   ├── rustup-override.md
│   │   ├── rustup-run.md
│   │   ├── rustup-self.md
│   │   ├── rustup-set.md
│   │   ├── rustup-show.md
│   │   ├── rustup-target.md
│   │   ├── rustup-toolchain.md
│   │   ├── rustup-uninstall.md
│   │   ├── rustup-update.md
│   │   ├── rustup-which.md
│   │   ├── rustup.md
│   │   ├── rvm.md
│   │   ├── s.md
│   │   ├── s3cmd.md
│   │   ├── safe.md
│   │   ├── sails.md
│   │   ├── salt-call.md
│   │   ├── salt-key.md
│   │   ├── salt-run.md
│   │   ├── salt.md
│   │   ├── sam2p.md
│   │   ├── sambapipe.py.md
│   │   ├── samtools.md
│   │   ├── sass.md
│   │   ├── satis.md
│   │   ├── sbcl.md
│   │   ├── sbigtopgm.md
│   │   ├── sbt.md
│   │   ├── sbuild.md
│   │   ├── sc_analysis_dump.md
│   │   ├── sc_tracediff.md
│   │   ├── sc_ttlexp.md
│   │   ├── sc_warts2csv.md
│   │   ├── sc_warts2json.md
│   │   ├── sc_warts2pcap.md
│   │   ├── sc_warts2text.md
│   │   ├── sc_wartscat.md
│   │   ├── sc_wartsdump.md
│   │   ├── sc_wartsfilter.md
│   │   ├── sc_wartsfix.md
│   │   ├── scala-cli.md
│   │   ├── scala.md
│   │   ├── scalafmt.md
│   │   ├── scamper.md
│   │   ├── scan-build.md
│   │   ├── scc.md
│   │   ├── sccache.md
│   │   ├── sccmap.md
│   │   ├── scd.md
│   │   ├── scdoc.md
│   │   ├── scheme.md
│   │   ├── scim.md
│   │   ├── scp.md
│   │   ├── scrapy.md
│   │   ├── scrcpy.md
│   │   ├── screen.md
│   │   ├── screenfetch.md
│   │   ├── sd.md
│   │   ├── sdcv.md
│   │   ├── sdiff.md
│   │   ├── sdk.md
│   │   ├── sdkmanager.md
│   │   ├── searchsploit.md
│   │   ├── secrethub.md
│   │   ├── secretsdump.py.md
│   │   ├── security-checker.md
│   │   ├── sed.md
│   │   ├── select.md
│   │   ├── semver.md
│   │   ├── sendmail.md
│   │   ├── seq.md
│   │   ├── sequelize.md
│   │   ├── sequin.md
│   │   ├── serialver.md
│   │   ├── serve.md
│   │   ├── serverless.md
│   │   ├── set-nodeinstalllocation.md
│   │   ├── set-nodeversion.md
│   │   ├── set.md
│   │   ├── setopt.md
│   │   ├── sf.md
│   │   ├── sfdk-apply.md
│   │   ├── sfdk-build-init.md
│   │   ├── sfdk-build-requires.md
│   │   ├── sfdk-build-shell.md
│   │   ├── sfdk-check.md
│   │   ├── sfdk-cmake.md
│   │   ├── sfdk-compiledb.md
│   │   ├── sfdk-config.md
│   │   ├── sfdk-deploy.md
│   │   ├── sfdk-device.md
│   │   ├── sfdk-emulator-device-model-list.md
│   │   ├── sfdk-emulator-device-model-show.md
│   │   ├── sfdk-emulator-install.md
│   │   ├── sfdk-emulator-remove.md
│   │   ├── sfdk-emulator.md
│   │   ├── sfdk-engine.md
│   │   ├── sfdk-init.md
│   │   ├── sfdk-maintain.md
│   │   ├── sfdk-make-install.md
│   │   ├── sfdk-make.md
│   │   ├── sfdk-package.md
│   │   ├── sfdk-prepare.md
│   │   ├── sfdk-qmake.md
│   │   ├── sfdk-qmltypes.md
│   │   ├── sfdk-scrape.md
│   │   ├── sfdk-undeploy.md
│   │   ├── sfdk.md
│   │   ├── sfdp.md
│   │   ├── sftp.md
│   │   ├── sg.md
│   │   ├── sg_raw.md
│   │   ├── sgdisk.md
│   │   ├── sgitopnm.md
│   │   ├── sgpt.md
│   │   ├── sh.md
│   │   ├── sha1sum.md
│   │   ├── sha224sum.md
│   │   ├── sha256sum.md
│   │   ├── sha384sum.md
│   │   ├── sha512sum.md
│   │   ├── shar.md
│   │   ├── shards.md
│   │   ├── shasum.md
│   │   ├── shc.md
│   │   ├── shellcheck.md
│   │   ├── sherlock.md
│   │   ├── shfmt.md
│   │   ├── shift.md
│   │   ├── shiori.md
│   │   ├── shopt.md
│   │   ├── shotcut.md
│   │   ├── showfigfonts.md
│   │   ├── showmount.md
│   │   ├── shred.md
│   │   ├── shuf.md
│   │   ├── siege.md
│   │   ├── silicon.md
│   │   ├── simplehttpserver.md
│   │   ├── sindresorhus.md
│   │   ├── singularity.md
│   │   ├── sipcalc.md
│   │   ├── sirtopnm.md
│   │   ├── sk.md
│   │   ├── skaffold.md
│   │   ├── skate.md
│   │   ├── skicka.md
│   │   ├── skopeo.md
│   │   ├── sl.md
│   │   ├── slackcat.md
│   │   ├── sldtoppm.md
│   │   ├── sleep.md
│   │   ├── slim.md
│   │   ├── slimrb.md
│   │   ├── slocate.md
│   │   ├── smalltalkci.md
│   │   ├── smartctl.md
│   │   ├── smbclient.md
│   │   ├── smbclient.py.md
│   │   ├── smbmap.md
│   │   ├── smbserver.py.md
│   │   ├── sn.md
│   │   ├── snakefmt.md
│   │   ├── sngrep.md
│   │   ├── sniff.py.md
│   │   ├── sniffer.py.md
│   │   ├── snmpbulkget.md
│   │   ├── snmpdf.md
│   │   ├── snmpget.md
│   │   ├── snmpgetnext.md
│   │   ├── snmpnetstat.md
│   │   ├── snmpset.md
│   │   ├── snmpstatus.md
│   │   ├── snmptable.md
│   │   ├── snmptest.md
│   │   ├── snmpwalk.md
│   │   ├── snort.md
│   │   ├── snowsql.md
│   │   ├── snyk.md
│   │   ├── socat.md
│   │   ├── soffice.md
│   │   ├── solcjs.md
│   │   ├── solo.md
│   │   ├── sonar-scanner.md
│   │   ├── sops.md
│   │   ├── sort.md
│   │   ├── soupault.md
│   │   ├── source.md
│   │   ├── sox.md
│   │   ├── soxi.md
│   │   ├── spark.md
│   │   ├── spctoppm.md
│   │   ├── speak-ng.md
│   │   ├── spectacle.md
│   │   ├── speed-test.md
│   │   ├── speedcrunch.md
│   │   ├── speedtest-cli.md
│   │   ├── speedtest-rs.md
│   │   ├── speedtest.md
│   │   ├── spf.md
│   │   ├── spfquery.md
│   │   ├── sphinx-build.md
│   │   ├── spicetify.md
│   │   ├── spike.md
│   │   ├── split.md
│   │   ├── sponge.md
│   │   ├── spotdl.md
│   │   ├── spotify_player.md
│   │   ├── spottopgm.md
│   │   ├── sputoppm.md
│   │   ├── sq.md
│   │   ├── sqlite-utils.md
│   │   ├── sqlite3.md
│   │   ├── sqlmap.md
│   │   ├── sqlx.md
│   │   ├── sqsc.md
│   │   ├── squid.md
│   │   ├── sr.md
│   │   ├── srftopam.md
│   │   ├── srm.md
│   │   ├── srun.md
│   │   ├── ss-local.md
│   │   ├── ssh-add.md
│   │   ├── ssh-agent.md
│   │   ├── ssh-copy-id.md
│   │   ├── ssh-keygen.md
│   │   ├── ssh-keyscan.md
│   │   ├── ssh.md
│   │   ├── sshd.md
│   │   ├── sshfs.md
│   │   ├── sshpass.md
│   │   ├── sshuttle.md
│   │   ├── sslscan.md
│   │   ├── st-flash.md
│   │   ├── st-info.md
│   │   ├── st-util.md
│   │   ├── st.2.md
│   │   ├── st4topgm.md
│   │   ├── stack.md
│   │   ├── standard-version.md
│   │   ├── standard.md
│   │   ├── starship-init.md
│   │   ├── starship.md
│   │   ├── stat.md
│   │   ├── stdbuf.md
│   │   ├── steam.md
│   │   ├── steamcmd.md
│   │   ├── step.md
│   │   ├── stern.md
│   │   ├── stl2gts.md
│   │   ├── stolonctl.md
│   │   ├── stormlock.md
│   │   ├── stow.md
│   │   ├── streamlink.md
│   │   ├── streamlit.md
│   │   ├── stress-ng.md
│   │   ├── stressapptest.md
│   │   ├── strings.md
│   │   ├── strip-nondeterminism.md
│   │   ├── stripe.md
│   │   ├── stty.md
│   │   ├── stun.md
│   │   ├── stylua.md
│   │   ├── subfinder.md
│   │   ├── subl.md
│   │   ├── subliminal.md
│   │   ├── sublist3r.md
│   │   ├── sudo.md
│   │   ├── sudoedit.md
│   │   ├── sui-client-faucet.md
│   │   ├── sui-client-ptb.md
│   │   ├── sui-client.md
│   │   ├── sui-move.md
│   │   ├── sui.md
│   │   ├── sum.md
│   │   ├── sunicontopnm.md
│   │   ├── sup.md
│   │   ├── supabase.md
│   │   ├── supervisorctl.md
│   │   ├── supervisord.md
│   │   ├── surfraw.md
│   │   ├── surge.md
│   │   ├── suspend.md
│   │   ├── sv.md
│   │   ├── svg2png.md
│   │   ├── svgcleaner.md
│   │   ├── svgo.md
│   │   ├── svgr.md
│   │   ├── svgtopam.md
│   │   ├── svn-changelist.md
│   │   ├── svn.md
│   │   ├── swagger-codegen.md
│   │   ├── sway.md
│   │   ├── swaybg.md
│   │   ├── swayidle.md
│   │   ├── swaylock.md
│   │   ├── swaymsg.md
│   │   ├── swc.md
│   │   ├── swift.md
│   │   ├── swig.md
│   │   ├── swipl.md
│   │   ├── symfony.md
│   │   ├── sync.md
│   │   ├── syncthing.md
│   │   ├── sysbench.md
│   │   ├── tabula.md
│   │   ├── tac.md
│   │   ├── tail.md
│   │   ├── tailscale-file.md
│   │   ├── tailscale-funnel.md
│   │   ├── tailscale-set.md
│   │   ├── tailscale-ssh.md
│   │   ├── tailscale-up.md
│   │   ├── tailscale.md
│   │   ├── takeout.md
│   │   ├── talosctl.md
│   │   ├── tar.md
│   │   ├── tarsnap-keygen.md
│   │   ├── tarsnap.md
│   │   ├── task.md
│   │   ├── tb.md
│   │   ├── tbl.md
│   │   ├── tcc.md
│   │   ├── tcpdump.md
│   │   ├── tcpreplay.md
│   │   ├── tcsh.md
│   │   ├── tdf.md
│   │   ├── tea.md
│   │   ├── tectonic.md
│   │   ├── tee.md
│   │   ├── telegram-desktop.md
│   │   ├── telnet.md
│   │   ├── termdown.md
│   │   ├── terminalizer.md
│   │   ├── terraform-apply.md
│   │   ├── terraform-console.md
│   │   ├── terraform-destroy.md
│   │   ├── terraform-fmt.md
│   │   ├── terraform-init.md
│   │   ├── terraform-login.md
│   │   ├── terraform-logout.md
│   │   ├── terraform-output.md
│   │   ├── terraform-plan.md
│   │   ├── terraform.md
│   │   ├── terragrunt.md
│   │   ├── tesseract.md
│   │   ├── test.md
│   │   ├── testssl.md
│   │   ├── tex-fmt.md
│   │   ├── tex.md
│   │   ├── texcount.md
│   │   ├── texdoc.md
│   │   ├── texliveonfly.md
│   │   ├── textql.md
│   │   ├── tgatoppm.md
│   │   ├── tgcloud.md
│   │   ├── tginfo.md
│   │   ├── tgpt.md
│   │   ├── tgsend.md
│   │   ├── tgutil.md
│   │   ├── theharvester.md
│   │   ├── then.md
│   │   ├── thinkjettopbm.md
│   │   ├── thunderbird.md
│   │   ├── ticketconverter.py.md
│   │   ├── tidy.md
│   │   ├── tifftopnm.md
│   │   ├── tig.md
│   │   ├── time.md
│   │   ├── timeout.md
│   │   ├── times.md
│   │   ├── timetrap.md
│   │   ├── timew.md
│   │   ├── timg.md
│   │   ├── timidity.md
│   │   ├── tio.md
│   │   ├── tldr-lint.md
│   │   ├── tldr.md
│   │   ├── tldrl.md
│   │   ├── tlmgr-arch.md
│   │   ├── tlmgr-backup.md
│   │   ├── tlmgr-candidates.md
│   │   ├── tlmgr-check.md
│   │   ├── tlmgr-conf.md
│   │   ├── tlmgr-dump-tlpdb.md
│   │   ├── tlmgr-generate.md
│   │   ├── tlmgr-gui.md
│   │   ├── tlmgr-info.md
│   │   ├── tlmgr-install.md
│   │   ├── tlmgr-key.md
│   │   ├── tlmgr-option.md
│   │   ├── tlmgr-paper.md
│   │   ├── tlmgr-path.md
│   │   ├── tlmgr-pinning.md
│   │   ├── tlmgr-platform.md
│   │   ├── tlmgr-recreate-tlpdb.md
│   │   ├── tlmgr-remove.md
│   │   ├── tlmgr-repository.md
│   │   ├── tlmgr-restore.md
│   │   ├── tlmgr-search.md
│   │   ├── tlmgr-shell.md
│   │   ├── tlmgr-update.md
│   │   ├── tlmgr.md
│   │   ├── tlsx.md
│   │   ├── tmpmail.md
│   │   ├── tmsu.md
│   │   ├── tmux.md
│   │   ├── tmuxinator.md
│   │   ├── todo.md
│   │   ├── todo.sh.md
│   │   ├── todoist.md
│   │   ├── todoman.md
│   │   ├── tofu-fmt.md
│   │   ├── tofu-output.md
│   │   ├── tofu-plan.md
│   │   ├── tofu.md
│   │   ├── toipe.md
│   │   ├── tokei.md
│   │   ├── tookie-osint.md
│   │   ├── topgrade.md
│   │   ├── topydo.md
│   │   ├── touch.md
│   │   ├── tox.md
│   │   ├── tpp.md
│   │   ├── tput.md
│   │   ├── tqdm.md
│   │   ├── tr.md
│   │   ├── traceroute.md
│   │   ├── traefik.md
│   │   ├── trafilatura.md
│   │   ├── trans.md
│   │   ├── transcode.md
│   │   ├── transcrypt.md
│   │   ├── transfersh.md
│   │   ├── transmission-cli.md
│   │   ├── transmission-create.md
│   │   ├── transmission-daemon.md
│   │   ├── transmission-edit.md
│   │   ├── transmission-remote.md
│   │   ├── transmission-show.md
│   │   ├── transmission.md
│   │   ├── trap.md
│   │   ├── trash-cli.md
│   │   ├── travis.md
│   │   ├── trawl.md
│   │   ├── trdsql.md
│   │   ├── tre.md
│   │   ├── tred.md
│   │   ├── tree.md
│   │   ├── treemd.md
│   │   ├── trip.md
│   │   ├── trivy.md
│   │   ├── troff.md
│   │   ├── true.md
│   │   ├── truffle.md
│   │   ├── trufflehog.md
│   │   ├── truncate.md
│   │   ├── trunk.io.md
│   │   ├── trunk.md
│   │   ├── trunk.rs.md
│   │   ├── ts-node.md
│   │   ├── ts.md
│   │   ├── tsc.md
│   │   ├── tslint.md
│   │   ├── tsort.md
│   │   ├── tspin.md
│   │   ├── tsv-filter.md
│   │   ├── tt.md
│   │   ├── tts.md
│   │   ├── tty-clock.md
│   │   ├── tty.md
│   │   ├── ttyd.md
│   │   ├── tuc.md
│   │   ├── tuckr.md
│   │   ├── tuir.md
│   │   ├── tuitube.md
│   │   ├── turbo.md
│   │   ├── tv.md
│   │   ├── twine.md
│   │   ├── twm.md
│   │   ├── twopi.md
│   │   ├── twurl-accounts.md
│   │   ├── twurl.md
│   │   ├── tye.md
│   │   ├── type.md
│   │   ├── typeinc.md
│   │   ├── typeorm.md
│   │   ├── typeset.md
│   │   ├── typst.md
│   │   ├── tzconfig.md
│   │   ├── u3d.md
│   │   ├── ufraw-batch.md
│   │   ├── ug.md
│   │   ├── ugrep.md
│   │   ├── ulimit.md
│   │   ├── umask.md
│   │   ├── umount.md
│   │   ├── unalias.md
│   │   ├── uname.md
│   │   ├── unar.md
│   │   ├── unclutter.md
│   │   ├── uncrustify.md
│   │   ├── unexpand.md
│   │   ├── unflatten.md
│   │   ├── unfunction.md
│   │   ├── unimatrix.md
│   │   ├── uniq.md
│   │   ├── unison.md
│   │   ├── units.md
│   │   ├── unlink.md
│   │   ├── unlzma.md
│   │   ├── unp.md
│   │   ├── unrar.md
│   │   ├── unset.md
│   │   ├── unsetopt.md
│   │   ├── until.md
│   │   ├── unxz.md
│   │   ├── unzip.md
│   │   ├── unzstd.md
│   │   ├── updog.md
│   │   ├── upt.md
│   │   ├── uptime.md
│   │   ├── upx.md
│   │   ├── users.md
│   │   ├── usleep.md
│   │   ├── usql.md
│   │   ├── uudecode.md
│   │   ├── uuencode.md
│   │   ├── uv-add.md
│   │   ├── uv-build.md
│   │   ├── uv-cache.md
│   │   ├── uv-export.md
│   │   ├── uv-help.md
│   │   ├── uv-init.md
│   │   ├── uv-lock.md
│   │   ├── uv-pip.md
│   │   ├── uv-publish.md
│   │   ├── uv-python.md
│   │   ├── uv-remove.md
│   │   ├── uv-run.md
│   │   ├── uv-self.md
│   │   ├── uv-sync.md
│   │   ├── uv-tool.md
│   │   ├── uv-tree.md
│   │   ├── uv-venv.md
│   │   ├── uv-version.md
│   │   ├── uv.md
│   │   ├── uvicorn.md
│   │   ├── uvx.md
│   │   ├── v.md
│   │   ├── vacuumdb.md
│   │   ├── vagrant-box.md
│   │   ├── vagrant-destroy.md
│   │   ├── vagrant-global-status.md
│   │   ├── vagrant-halt.md
│   │   ├── vagrant-init.md
│   │   ├── vagrant-plugin.md
│   │   ├── vagrant-port.md
│   │   ├── vagrant-reload.md
│   │   ├── vagrant-resume.md
│   │   ├── vagrant-snapshot.md
│   │   ├── vagrant-ssh-config.md
│   │   ├── vagrant-ssh.md
│   │   ├── vagrant-status.md
│   │   ├── vagrant-suspend.md
│   │   ├── vagrant-upload.md
│   │   ├── vagrant-validate.md
│   │   ├── vagrant-version.md
│   │   ├── vagrant.md
│   │   ├── vainfo.md
│   │   ├── vala.md
│   │   ├── valac.md
│   │   ├── vale.md
│   │   ├── valgrind.md
│   │   ├── valkey-cli.md
│   │   ├── var-dump-server.md
│   │   ├── varnishlog.md
│   │   ├── vault.md
│   │   ├── vboxmanage-clonevm.md
│   │   ├── vboxmanage-cloud.md
│   │   ├── vboxmanage-controlvm.md
│   │   ├── vboxmanage-createvm.md
│   │   ├── vboxmanage-export.md
│   │   ├── vboxmanage-extpack.md
│   │   ├── vboxmanage-import.md
│   │   ├── vboxmanage-list.md
│   │   ├── vboxmanage-modifyvm.md
│   │   ├── vboxmanage-movevm.md
│   │   ├── vboxmanage-registervm.md
│   │   ├── vboxmanage-showvminfo.md
│   │   ├── vboxmanage-startvm.md
│   │   ├── vboxmanage-unregistervm.md
│   │   ├── vboxmanage.md
│   │   ├── vc.md
│   │   ├── vcluster.md
│   │   ├── vcpkg.md
│   │   ├── vcsh.md
│   │   ├── vdir.md
│   │   ├── vectorize-pixelart.md
│   │   ├── vegeta.md
│   │   ├── vela.md
│   │   ├── velero.md
│   │   ├── venv.md
│   │   ├── vercel.md
│   │   ├── verilator.md
│   │   ├── vertical-bar.md
│   │   ├── vet.md
│   │   ├── vf.md
│   │   ├── vgmstream_cli.md
│   │   ├── vgrep.md
│   │   ├── vhs.md
│   │   ├── vi.md
│   │   ├── vibe.md
│   │   ├── vidir.md
│   │   ├── view.md
│   │   ├── vifm.md
│   │   ├── vim.md
│   │   ├── vimdiff.md
│   │   ├── vimtutor.md
│   │   ├── vinmap.md
│   │   ├── vipe.md
│   │   ├── virsh-connect.md
│   │   ├── virsh-domblklist.md
│   │   ├── virsh-help.md
│   │   ├── virsh-list.md
│   │   ├── virsh-pool-autostart.md
│   │   ├── virsh-pool-build.md
│   │   ├── virsh-pool-define-as.md
│   │   ├── virsh-pool-delete.md
│   │   ├── virsh-pool-destroy.md
│   │   ├── virsh-pool-info.md
│   │   ├── virsh-pool-list.md
│   │   ├── virsh-pool-start.md
│   │   ├── virsh-pool-undefine.md
│   │   ├── virsh-undefine.md
│   │   ├── virsh.md
│   │   ├── virt-viewer.md
│   │   ├── virtualenv.md
│   │   ├── virtualenvwrapper.md
│   │   ├── visudo.md
│   │   ├── vite.md
│   │   ├── vitest.md
│   │   ├── viu.md
│   │   ├── vivaldi.md
│   │   ├── vkcube.md
│   │   ├── vladimyr.md
│   │   ├── vlc.md
│   │   ├── vmtouch.md
│   │   ├── volta.md
│   │   ├── vsce.md
│   │   ├── vt.md
│   │   ├── vue-build.md
│   │   ├── vue-init.md
│   │   ├── vue-serve.md
│   │   ├── vue.md
│   │   ├── vulkaninfo.md
│   │   ├── w.md
│   │   ├── w3m.md
│   │   ├── wafw00f.md
│   │   ├── waifu2x-ncnn-vulkan.md
│   │   ├── wait.md
│   │   ├── waitress-serve.md
│   │   ├── wakeonlan.md
│   │   ├── wal.md
│   │   ├── wapm.md
│   │   ├── warp-cli.md
│   │   ├── warp-diag.md
│   │   ├── wasm-objdump.md
│   │   ├── wasm-opt.md
│   │   ├── wasm2c.md
│   │   ├── wasm2wat.md
│   │   ├── wat2wasm.md
│   │   ├── watch.md
│   │   ├── watchexec.md
│   │   ├── watchman.md
│   │   ├── watson.md
│   │   ├── waybar.md
│   │   ├── waymore.md
│   │   ├── wbmptopbm.md
│   │   ├── wc.md
│   │   ├── wcurl.md
│   │   ├── wdiff.md
│   │   ├── weasyprint.md
│   │   ├── web-ext.md
│   │   ├── webpack.md
│   │   ├── webpmux.md
│   │   ├── webstorm.md
│   │   ├── webtorrent.md
│   │   ├── weechat.md
│   │   ├── wezterm-cli.md
│   │   ├── wezterm.md
│   │   ├── wfuzz.md
│   │   ├── wget.md
│   │   ├── wget2.md
│   │   ├── whatwaf.md
│   │   ├── whatweb.md
│   │   ├── whence.md
│   │   ├── where.md
│   │   ├── which.md
│   │   ├── while.md
│   │   ├── whisper.md
│   │   ├── who.md
│   │   ├── whoami.md
│   │   ├── whois.md
│   │   ├── wiggle.md
│   │   ├── wikiman.md
│   │   ├── wikit.md
│   │   ├── winicontopam.md
│   │   ├── winicontoppm.md
│   │   ├── wipeclean.md
│   │   ├── wishlist.md
│   │   ├── wkhtmltopdf.md
│   │   ├── wlc.md
│   │   ├── wlsunset.md
│   │   ├── wn.md
│   │   ├── wondershaper.md
│   │   ├── wordgrinder.md
│   │   ├── wormhole.md
│   │   ├── wp.md
│   │   ├── wpa_supplicant.md
│   │   ├── wpaclean.md
│   │   ├── wpm.md
│   │   ├── wpscan.md
│   │   ├── wrangler.md
│   │   ├── write.md
│   │   ├── wrk.md
│   │   ├── wuzz.md
│   │   ├── x-ping.md
│   │   ├── x-tping.md
│   │   ├── x.md
│   │   ├── x11docker.md
│   │   ├── x8.md
│   │   ├── x_x.md
│   │   ├── xar.md
│   │   ├── xargs.md
│   │   ├── xbmtopbm.md
│   │   ├── xcaddy.md
│   │   ├── xcv.md
│   │   ├── xdelta.md
│   │   ├── xdelta3.md
│   │   ├── xe.md
│   │   ├── xephyr.md
│   │   ├── xetex.md
│   │   ├── xev.md
│   │   ├── xgettext.md
│   │   ├── xh.md
│   │   ├── xidel.md
│   │   ├── ximtoppm.md
│   │   ├── xkcdpass.md
│   │   ├── xkill.md
│   │   ├── xlsclients.md
│   │   ├── xmake.md
│   │   ├── xml-c14n.md
│   │   ├── xml-canonic.md
│   │   ├── xml-depyx.md
│   │   ├── xml-edit.md
│   │   ├── xml-elements.md
│   │   ├── xml-escape.md
│   │   ├── xml-format.md
│   │   ├── xml-list.md
│   │   ├── xml-p2x.md
│   │   ├── xml-pyx.md
│   │   ├── xml-select.md
│   │   ├── xml-transform.md
│   │   ├── xml-unescape.md
│   │   ├── xml-validate.md
│   │   ├── xml-xmln.md
│   │   ├── xml.md
│   │   ├── xmllint.md
│   │   ├── xmlstarlet.md
│   │   ├── xmlto.md
│   │   ├── xo.md
│   │   ├── xonsh.md
│   │   ├── xpdf.md
│   │   ├── xplr.md
│   │   ├── xpmtoppm.md
│   │   ├── xprop.md
│   │   ├── xsp.md
│   │   ├── xsv.md
│   │   ├── xteddy.md
│   │   ├── xvminitoppm.md
│   │   ├── xwdtopnm.md
│   │   ├── xwininfo.md
│   │   ├── xxd.md
│   │   ├── xxh.md
│   │   ├── xz.md
│   │   ├── xzcat.md
│   │   ├── xzcmp.md
│   │   ├── xzdiff.md
│   │   ├── xzegrep.md
│   │   ├── xzfgrep.md
│   │   ├── xzgrep.md
│   │   ├── xzless.md
│   │   ├── xzmore.md
│   │   ├── ya.md
│   │   ├── yacas.md
│   │   ├── yacc.md
│   │   ├── yadm-alt.md
│   │   ├── yadm-bootstrap.md
│   │   ├── yadm-clone.md
│   │   ├── yadm-config.md
│   │   ├── yadm-decrypt.md
│   │   ├── yadm-encrypt.md
│   │   ├── yadm-enter.md
│   │   ├── yadm-git-crypt.md
│   │   ├── yadm-gitconfig.md
│   │   ├── yadm-init.md
│   │   ├── yadm-introspect.md
│   │   ├── yadm-list.md
│   │   ├── yadm-perms.md
│   │   ├── yadm-transcrypt.md
│   │   ├── yadm-upgrade.md
│   │   ├── yadm.md
│   │   ├── yank.md
│   │   ├── yapf.md
│   │   ├── yara.md
│   │   ├── yarac.md
│   │   ├── yard.md
│   │   ├── yarn-why.md
│   │   ├── yarn.md
│   │   ├── yazi.md
│   │   ├── ybacklight.md
│   │   ├── ybmtopbm.md
│   │   ├── yek.md
│   │   ├── yes.md
│   │   ├── yesod.md
│   │   ├── ykinfo.md
│   │   ├── ykman-config.md
│   │   ├── ykman-fido.md
│   │   ├── ykman-oath.md
│   │   ├── ykman-openpgp.md
│   │   ├── ykman.md
│   │   ├── yolo.md
│   │   ├── you-get.md
│   │   ├── youtube-dl.md
│   │   ├── youtube-viewer.md
│   │   ├── yq.md
│   │   ├── yt-dlp.md
│   │   ├── ytmdl.md
│   │   ├── yuvsplittoppm.md
│   │   ├── yuvtoppm.md
│   │   ├── yuy2topam.md
│   │   ├── z.md
│   │   ├── zabbix_agent2.md
│   │   ├── zabbix_agentd.md
│   │   ├── zabbix_server.md
│   │   ├── zapier-analytics.md
│   │   ├── zapier-build.md
│   │   ├── zapier-convert.md
│   │   ├── zapier-history.md
│   │   ├── zapier-init.md
│   │   ├── zapier-login.md
│   │   ├── zapier-push.md
│   │   ├── zapier-scaffold.md
│   │   ├── zapier-test.md
│   │   ├── zapier-validate.md
│   │   ├── zapier-versions.md
│   │   ├── zapier.md
│   │   ├── zbarimg.md
│   │   ├── zcat.md
│   │   ├── zcmp.md
│   │   ├── zdb.md
│   │   ├── zdiff.md
│   │   ├── zed.md
│   │   ├── zeditor.md
│   │   ├── zeek.md
│   │   ├── zegrep.md
│   │   ├── zeisstopnm.md
│   │   ├── zek.md
│   │   ├── zellij.md
│   │   ├── zeroclaw-agent.md
│   │   ├── zeroclaw-channel.md
│   │   ├── zeroclaw-cron.md
│   │   ├── zeroclaw-daemon.md
│   │   ├── zeroclaw-doctor.md
│   │   ├── zeroclaw-gateway.md
│   │   ├── zeroclaw-hardware.md
│   │   ├── zeroclaw-integrations.md
│   │   ├── zeroclaw-migrate.md
│   │   ├── zeroclaw-models.md
│   │   ├── zeroclaw-onboard.md
│   │   ├── zeroclaw-service.md
│   │   ├── zeroclaw-skills.md
│   │   ├── zeroclaw-status.md
│   │   ├── zeroclaw.md
│   │   ├── zerotier-cli.md
│   │   ├── zerotier-idtool.md
│   │   ├── zerotier-one.md
│   │   ├── zfgrep.md
│   │   ├── zformat.md
│   │   ├── zfs.md
│   │   ├── zgrep.md
│   │   ├── zig.md
│   │   ├── zinit.md
│   │   ├── zint.md
│   │   ├── zip.md
│   │   ├── zip2john.md
│   │   ├── zipalign.md
│   │   ├── zipcloak.md
│   │   ├── zipgrep.md
│   │   ├── zipinfo.md
│   │   ├── zipnote.md
│   │   ├── zle.md
│   │   ├── zless.md
│   │   ├── zlib-flate.md
│   │   ├── zm.md
│   │   ├── zmap.md
│   │   ├── zmore.md
│   │   ├── zmv.md
│   │   ├── znew.md
│   │   ├── zola.md
│   │   ├── zopflipng.md
│   │   ├── zotero.md
│   │   ├── zoxide.md
│   │   ├── zpaq.md
│   │   ├── zpool.md
│   │   ├── zrok.md
│   │   ├── zrun.md
│   │   ├── zsh.md
│   │   ├── zstd.md
│   │   ├── zstdcat.md
│   │   ├── zstdless.md
│   │   ├── zstdmt.md
│   │   ├── zsteg.md
│   │   ├── {.md
│   │   ├── }.md
│   │   └── ~.md
│   ├── dos/
│   │   ├── boot.md
│   │   ├── cd.md
│   │   ├── chdir.md
│   │   ├── choice.md
│   │   ├── cls.md
│   │   ├── config.md
│   │   ├── copy.md
│   │   ├── del.md
│   │   ├── dir.md
│   │   ├── exit.md
│   │   ├── imgmount.md
│   │   ├── ipxnet.md
│   │   ├── keyb.md
│   │   ├── loadfix.md
│   │   ├── loadhigh.md
│   │   ├── md.md
│   │   ├── mem.md
│   │   ├── mixer.md
│   │   ├── mount.md
│   │   ├── path.md
│   │   ├── rd.md
│   │   ├── ren.md
│   │   ├── rescan.md
│   │   ├── set.md
│   │   ├── type.md
│   │   └── ver.md
│   ├── freebsd/
│   │   ├── base64.md
│   │   ├── cal.md
│   │   ├── chfn.md
│   │   ├── chpass.md
│   │   ├── chsh.md
│   │   ├── df.md
│   │   ├── ipmitool.md
│   │   ├── look.md
│   │   ├── pkg.md
│   │   ├── procstat.md
│   │   ├── sed.md
│   │   ├── sockstat.md
│   │   ├── ypchfn.md
│   │   ├── ypchpass.md
│   │   └── ypchsh.md
│   ├── linux/
│   │   ├── a2disconf.md
│   │   ├── a2dismod.md
│   │   ├── a2dissite.md
│   │   ├── a2enconf.md
│   │   ├── a2enmod.md
│   │   ├── a2ensite.md
│   │   ├── a2query.md
│   │   ├── aa-audit.md
│   │   ├── aa-cleanprof.md
│   │   ├── aa-complain.md
│   │   ├── aa-decode.md
│   │   ├── aa-disable.md
│   │   ├── aa-enforce.md
│   │   ├── aa-genprof.md
│   │   ├── aa-logprof.md
│   │   ├── aa-mergeprof.md
│   │   ├── aa-remove-unknown.md
│   │   ├── aa-status.md
│   │   ├── aa-teardown.md
│   │   ├── aa-unconfined.md
│   │   ├── aa-update-browser.md
│   │   ├── abbr.md
│   │   ├── abroot.md
│   │   ├── abrt-action-analyze-backtrace.md
│   │   ├── abrt-action-analyze-c.md
│   │   ├── abrt-cli.md
│   │   ├── abrt.md
│   │   ├── ac.md
│   │   ├── acountry.md
│   │   ├── acpi.md
│   │   ├── acpi_listen.md
│   │   ├── add-apt-repository.md
│   │   ├── addpart.md
│   │   ├── addr2line.md
│   │   ├── adduser.md
│   │   ├── adig.md
│   │   ├── agetty.md
│   │   ├── ahost.md
│   │   ├── aide.md
│   │   ├── alien.md
│   │   ├── alpaca.md
│   │   ├── alpine.md
│   │   ├── alsamixer.md
│   │   ├── alternatives.md
│   │   ├── amdgpu_top.md
│   │   ├── amixer.md
│   │   ├── anbox.md
│   │   ├── apache2ctl.md
│   │   ├── apachectl.md
│   │   ├── apk.md
│   │   ├── aplay.md
│   │   ├── apparmor_parser.md
│   │   ├── apparmor_status.md
│   │   ├── appman.md
│   │   ├── apport-bug.md
│   │   ├── apptainer-build.md
│   │   ├── apptainer-cache.md
│   │   ├── apptainer-config.md
│   │   ├── apptainer-delete.md
│   │   ├── apptainer-exec.md
│   │   ├── apptainer-inspect.md
│   │   ├── apptainer-overlay.md
│   │   ├── apptainer-pull.md
│   │   ├── apptainer-push.md
│   │   ├── apptainer-registry.md
│   │   ├── apptainer-run-help.md
│   │   ├── apptainer-run.md
│   │   ├── apptainer-search.md
│   │   ├── apptainer-shell.md
│   │   ├── apptainer-sign.md
│   │   ├── apptainer-test.md
│   │   ├── apptainer-verify.md
│   │   ├── apptainer.md
│   │   ├── apt-add-repository.md
│   │   ├── apt-cache.md
│   │   ├── apt-clone.md
│   │   ├── apt-file.md
│   │   ├── apt-get.md
│   │   ├── apt-install.md
│   │   ├── apt-key.md
│   │   ├── apt-mark.md
│   │   ├── apt-moo.md
│   │   ├── apt.md
│   │   ├── aptitude.md
│   │   ├── apx-pkgmanagers.md
│   │   ├── apx-stacks.md
│   │   ├── apx-subsystems.md
│   │   ├── apx.md
│   │   ├── arch-chroot.md
│   │   ├── archey.md
│   │   ├── archinstall.md
│   │   ├── archivemount.md
│   │   ├── archlinux-java.md
│   │   ├── arecord.md
│   │   ├── arithmetic.md
│   │   ├── ark-survival-ascended.md
│   │   ├── ark-survival-evolved.md
│   │   ├── ark.md
│   │   ├── arpaname.md
│   │   ├── arpspoof.md
│   │   ├── arptables.md
│   │   ├── as.md
│   │   ├── ascii-xfr.md
│   │   ├── ascii.md
│   │   ├── asciiart.md
│   │   ├── asterisk.md
│   │   ├── at.md
│   │   ├── atop.md
│   │   ├── audit2allow.md
│   │   ├── audit2why.md
│   │   ├── auditctl.md
│   │   ├── aur-sync.md
│   │   ├── aur.md
│   │   ├── aura.md
│   │   ├── auracle.md
│   │   ├── aureport.md
│   │   ├── aurman.md
│   │   ├── aurpublish.md
│   │   ├── aurvote.md
│   │   ├── ausearch.md
│   │   ├── ausyscall.md
│   │   ├── authconfig.md
│   │   ├── auto-cpufreq.md
│   │   ├── autoexpect.md
│   │   ├── autopkgtest.md
│   │   ├── autorandr.md
│   │   ├── autorecon.md
│   │   ├── avahi-browse.md
│   │   ├── avahi-resolve-address.md
│   │   ├── avahi-resolve-host-name.md
│   │   ├── avahi-resolve.md
│   │   ├── avifenc.md
│   │   ├── away.md
│   │   ├── backlight_control.md
│   │   ├── balooctl.md
│   │   ├── barotrauma.md
│   │   ├── batcat.md
│   │   ├── batch.md
│   │   ├── battop.md
│   │   ├── bcachefs-device.md
│   │   ├── bcachefs.md
│   │   ├── bchunk.md
│   │   ├── beep.md
│   │   ├── beet.md
│   │   ├── betterdiscordctl.md
│   │   ├── betterlockscreen.md
│   │   ├── bindfs.md
│   │   ├── bitwise.md
│   │   ├── blastn.md
│   │   ├── blastp.md
│   │   ├── bleachbit.md
│   │   ├── blight.md
│   │   ├── blkdiscard.md
│   │   ├── blkid.md
│   │   ├── blkpr.md
│   │   ├── blockdev.md
│   │   ├── bluebuild.md
│   │   ├── bluetoothctl.md
│   │   ├── bluetoothd.md
│   │   ├── bluetui.md
│   │   ├── blurlock.md
│   │   ├── bmon.md
│   │   ├── boltctl.md
│   │   ├── bootc-switch.md
│   │   ├── bootc.md
│   │   ├── bootctl.md
│   │   ├── bore-local.md
│   │   ├── bore.md
│   │   ├── bpftool.md
│   │   ├── bpftrace.md
│   │   ├── br.md
│   │   ├── braa.md
│   │   ├── brctl.md
│   │   ├── bridge.md
│   │   ├── brightnessctl.md
│   │   ├── broot.md
│   │   ├── bspc.md
│   │   ├── bspwm.md
│   │   ├── bsub.md
│   │   ├── btrbk.md
│   │   ├── btrfs-balance.md
│   │   ├── btrfs-check.md
│   │   ├── btrfs-device.md
│   │   ├── btrfs-filesystem.md
│   │   ├── btrfs-inspect-internal.md
│   │   ├── btrfs-property.md
│   │   ├── btrfs-rescue.md
│   │   ├── btrfs-restore.md
│   │   ├── btrfs-scrub.md
│   │   ├── btrfs-subvolume.md
│   │   ├── btrfs-version.md
│   │   ├── btrfs.md
│   │   ├── bully.md
│   │   ├── burpsuite.md
│   │   ├── busctl.md
│   │   ├── bwa.md
│   │   ├── bwrap.md
│   │   ├── byzanz-record.md
│   │   ├── cacaclock.md
│   │   ├── cacademo.md
│   │   ├── cacafire.md
│   │   ├── cacaview.md
│   │   ├── caffeinate.md
│   │   ├── caffeine-indicator.md
│   │   ├── caffeine.md
│   │   ├── cage.md
│   │   ├── caja.md
│   │   ├── cal.md
│   │   ├── calcurse.md
│   │   ├── caligula.md
│   │   ├── cam.md
│   │   ├── cat.md
│   │   ├── cbatticon.md
│   │   ├── cc.md
│   │   ├── cdrdao.md
│   │   ├── cdrecord.md
│   │   ├── cec-client.md
│   │   ├── cec-ctl.md
│   │   ├── ceph.md
│   │   ├── cephadm.md
│   │   ├── certbot.md
│   │   ├── certtool.md
│   │   ├── cewl.md
│   │   ├── cfdisk.md
│   │   ├── cgclassify.md
│   │   ├── cgcreate.md
│   │   ├── cgexec.md
│   │   ├── cgroups.md
│   │   ├── chage.md
│   │   ├── chat.md
│   │   ├── chattr.md
│   │   ├── chcat.md
│   │   ├── chcon.md
│   │   ├── chcpu.md
│   │   ├── check-dfsg-status.md
│   │   ├── check-language-support.md
│   │   ├── check-support-status.md
│   │   ├── checkinstall.md
│   │   ├── checkupdates-aur.md
│   │   ├── checkupdates.md
│   │   ├── chfn.md
│   │   ├── chkconfig.md
│   │   ├── chmem.md
│   │   ├── chntpw.md
│   │   ├── choom.md
│   │   ├── chpasswd.md
│   │   ├── chrt.md
│   │   ├── chsh.md
│   │   ├── chvt.md
│   │   ├── cliphist.md
│   │   ├── cloud-init.md
│   │   ├── cockpit-bridge.md
│   │   ├── cockpit-desktop.md
│   │   ├── cockpit-tls.md
│   │   ├── cockpit-ws.md
│   │   ├── cointop.md
│   │   ├── col.md
│   │   ├── collectd.md
│   │   ├── colrm.md
│   │   ├── column.md
│   │   ├── compose.md
│   │   ├── compress.md
│   │   ├── compseq.md
│   │   ├── compsize.md
│   │   ├── conky.md
│   │   ├── conntrack.md
│   │   ├── coredumpctl.md
│   │   ├── counter-strike-2.md
│   │   ├── cpufreq-aperf.md
│   │   ├── cpufreq-info.md
│   │   ├── cpufreq-set.md
│   │   ├── cpuid.md
│   │   ├── cpulimit.md
│   │   ├── cpupower.md
│   │   ├── create-image.md
│   │   ├── create_ap.md
│   │   ├── createrepo.md
│   │   ├── crond.md
│   │   ├── cryptcat.md
│   │   ├── cryptsetup-luksformat.md
│   │   ├── cryptsetup-open.md
│   │   ├── cryptsetup.md
│   │   ├── cs2.md
│   │   ├── csplit.md
│   │   ├── ctop.md
│   │   ├── ctr.md
│   │   ├── ctrlaltdel.md
│   │   ├── cu.md
│   │   ├── curlie.md
│   │   ├── cuyo.md
│   │   ├── daemon.md
│   │   ├── daemonize.md
│   │   ├── darling.md
│   │   ├── datamash.md
│   │   ├── dbclient.md
│   │   ├── dbus-daemon.md
│   │   ├── dconf-read.md
│   │   ├── dconf-reset.md
│   │   ├── dconf-write.md
│   │   ├── dconf.md
│   │   ├── dd.md
│   │   ├── ddcutil.md
│   │   ├── ddrescue.md
│   │   ├── deb-get.md
│   │   ├── debchange.md
│   │   ├── debman.md
│   │   ├── debootstrap.md
│   │   ├── deborphan.md
│   │   ├── debsecan.md
│   │   ├── debtap.md
│   │   ├── debugfs.md
│   │   ├── debuginfod-find.md
│   │   ├── debuild.md
│   │   ├── decode-dimms.md
│   │   ├── delpart.md
│   │   ├── deluser.md
│   │   ├── dex.md
│   │   ├── df.md
│   │   ├── dget.md
│   │   ├── dhcpcd.md
│   │   ├── dialog.md
│   │   ├── diff3.md
│   │   ├── diffimg.md
│   │   ├── dir.md
│   │   ├── dirb.md
│   │   ├── dirbuster.md
│   │   ├── distrobox-create.md
│   │   ├── distrobox-enter.md
│   │   ├── distrobox-export.md
│   │   ├── distrobox-host-exec.md
│   │   ├── distrobox-list.md
│   │   ├── distrobox-rm.md
│   │   ├── distrobox-stop.md
│   │   ├── distrobox-upgrade.md
│   │   ├── distrobox.md
│   │   ├── dkms.md
│   │   ├── dm-tool.md
│   │   ├── dmenu.md
│   │   ├── dmesg.md
│   │   ├── dmidecode.md
│   │   ├── dnf-builddep.md
│   │   ├── dnf-changelog.md
│   │   ├── dnf-clean.md
│   │   ├── dnf-config-manager.md
│   │   ├── dnf-deplist.md
│   │   ├── dnf-download.md
│   │   ├── dnf-group.md
│   │   ├── dnf-install.md
│   │   ├── dnf-module.md
│   │   ├── dnf-repoquery.md
│   │   ├── dnf-reposync.md
│   │   ├── dnf-versionlock.md
│   │   ├── dnf.md
│   │   ├── dnf4.md
│   │   ├── dnf5-group.md
│   │   ├── dnf5.md
│   │   ├── dnsdomainname.md
│   │   ├── dnsmap.md
│   │   ├── dnsrecon.md
│   │   ├── dnstracer.md
│   │   ├── do-release-upgrade.md
│   │   ├── dockerd.md
│   │   ├── dolphin.md
│   │   ├── dos2unix.md
│   │   ├── dphys-swapfile.md
│   │   ├── dpigs.md
│   │   ├── dpkg-deb.md
│   │   ├── dpkg-query.md
│   │   ├── dpkg-reconfigure.md
│   │   ├── dpkg.md
│   │   ├── dracut.md
│   │   ├── drawing.md
│   │   ├── drm_info.md
│   │   ├── dropbearconvert.md
│   │   ├── dropbearkey.md
│   │   ├── dstat.md
│   │   ├── dump.exfat.md
│   │   ├── dumpe2fs.md
│   │   ├── duperemove.md
│   │   ├── dutree.md
│   │   ├── dysk.md
│   │   ├── e2freefrag.md
│   │   ├── e2fsck.md
│   │   ├── e2image.md
│   │   ├── e2label.md
│   │   ├── e2undo.md
│   │   ├── e4defrag.md
│   │   ├── ebuild.md
│   │   ├── eclean-kernel.md
│   │   ├── eclean.md
│   │   ├── edit.md
│   │   ├── edquota.md
│   │   ├── efibootdump.md
│   │   ├── efibootmgr.md
│   │   ├── efivar.md
│   │   ├── eglinfo.md
│   │   ├── ego.md
│   │   ├── einfo.md
│   │   ├── eix.md
│   │   ├── eject.md
│   │   ├── elink.md
│   │   ├── emaint.md
│   │   ├── emerge.md
│   │   ├── engrampa.md
│   │   ├── enum4linux.md
│   │   ├── envycontrol.md
│   │   ├── eog.md
│   │   ├── eopkg.md
│   │   ├── equery.md
│   │   ├── esearch.md
│   │   ├── eselect-kernel.md
│   │   ├── eselect-locale.md
│   │   ├── eselect-news.md
│   │   ├── eselect-profile.md
│   │   ├── eselect-repository.md
│   │   ├── eselect.md
│   │   ├── etckeeper.md
│   │   ├── ethtool.md
│   │   ├── eu-readelf.md
│   │   ├── euse.md
│   │   ├── evince.md
│   │   ├── evtest.md
│   │   ├── eww.md
│   │   ├── exch.md
│   │   ├── exec.md
│   │   ├── exif.md
│   │   ├── exiqgrep.md
│   │   ├── expac.md
│   │   ├── expect.md
│   │   ├── explodepkg.md
│   │   ├── export.md
│   │   ├── extrace.md
│   │   ├── extrepo.md
│   │   ├── extundelete.md
│   │   ├── eyed3.md
│   │   ├── f5fpc.md
│   │   ├── factorio.md
│   │   ├── fadvise.md
│   │   ├── fail2ban-client.md
│   │   ├── faillock.md
│   │   ├── fakeroot.md
│   │   ├── faketime.md
│   │   ├── fallocate.md
│   │   ├── fancontrol.md
│   │   ├── farge.md
│   │   ├── fatlabel.md
│   │   ├── fatrace.md
│   │   ├── fbgrab.md
│   │   ├── fbi.md
│   │   ├── fbset.md
│   │   ├── fcrackzip.md
│   │   ├── fdisk.md
│   │   ├── feedreader.md
│   │   ├── fftest.md
│   │   ├── fgconsole.md
│   │   ├── filefrag.md
│   │   ├── finch.md
│   │   ├── fincore.md
│   │   ├── findfs.md
│   │   ├── findmnt.md
│   │   ├── firejail.md
│   │   ├── firewall-cmd.md
│   │   ├── fixfiles.md
│   │   ├── flameshot.md
│   │   ├── flash.md
│   │   ├── flashrom.md
│   │   ├── flatpak-builder.md
│   │   ├── flatpak-mask.md
│   │   ├── flatpak-remote-info.md
│   │   ├── flatpak-run.md
│   │   ├── flatpak-update.md
│   │   ├── flatpak.md
│   │   ├── flex.md
│   │   ├── flock.md
│   │   ├── fluidsynth.md
│   │   ├── fold.md
│   │   ├── fonttools-subset.md
│   │   ├── fonttools.md
│   │   ├── foot.md
│   │   ├── foreman.md
│   │   ├── fprintd-delete.md
│   │   ├── fprintd-enroll.md
│   │   ├── fprintd-list.md
│   │   ├── fprintd-verify.md
│   │   ├── fprintd.md
│   │   ├── free.md
│   │   ├── fs_cli.md
│   │   ├── fsadm.md
│   │   ├── fsck.md
│   │   ├── fscrypt.md
│   │   ├── fstrim.md
│   │   ├── fuser.md
│   │   ├── fuzzel.md
│   │   ├── fwconsole.md
│   │   ├── fwupdmgr.md
│   │   ├── fwupdtool.md
│   │   ├── gamescope.md
│   │   ├── gbp.md
│   │   ├── gcov.md
│   │   ├── gcrane-completion.md
│   │   ├── gdbus.md
│   │   ├── gdebi.md
│   │   ├── gdisk.md
│   │   ├── gedit.md
│   │   ├── genfstab.md
│   │   ├── genie.md
│   │   ├── genisoimage.md
│   │   ├── genkernel.md
│   │   ├── getcap.md
│   │   ├── getconf.md
│   │   ├── getenforce.md
│   │   ├── getent.md
│   │   ├── getfacl.md
│   │   ├── getfattr.md
│   │   ├── getopt.md
│   │   ├── getsebool.md
│   │   ├── gif2webp.md
│   │   ├── gio-trash.md
│   │   ├── gio.md
│   │   ├── gksu.md
│   │   ├── gksudo.md
│   │   ├── gnome-calculator.md
│   │   ├── gnome-extensions.md
│   │   ├── gnome-screenshot.md
│   │   ├── gnome-software.md
│   │   ├── gnome-terminal.md
│   │   ├── goaccess.md
│   │   ├── goldeneye.py.md
│   │   ├── goobook.md
│   │   ├── google-chrome-stable.md
│   │   ├── gpasswd.md
│   │   ├── gpclient.md
│   │   ├── gpm.md
│   │   ├── gpu-screen-recorder.md
│   │   ├── grim.md
│   │   ├── groupadd.md
│   │   ├── groupdel.md
│   │   ├── groupmod.md
│   │   ├── growpart.md
│   │   ├── grub-bios-setup.md
│   │   ├── grub-editenv.md
│   │   ├── grub-file.md
│   │   ├── grub-install.md
│   │   ├── grub-mkconfig.md
│   │   ├── grub-mkrescue.md
│   │   ├── grub-mount.md
│   │   ├── grub-probe.md
│   │   ├── grub-reboot.md
│   │   ├── grub-script-check.md
│   │   ├── grub-set-default.md
│   │   ├── grub2-mkpasswd-pbkdf2.md
│   │   ├── grubby.md
│   │   ├── gs.md
│   │   ├── gsettings.md
│   │   ├── gst-launch-1.0-pipewiresrc.md
│   │   ├── gst-launch-1.0-v4l2src.md
│   │   ├── gtk-launch.md
│   │   ├── guake.md
│   │   ├── guix-package.md
│   │   ├── gummy.md
│   │   ├── gzexe.md
│   │   ├── halt.md
│   │   ├── handlr.md
│   │   ├── hardinfo.md
│   │   ├── haveged.md
│   │   ├── hcitool.md
│   │   ├── hd-idle.md
│   │   ├── hddtemp.md
│   │   ├── hdparm.md
│   │   ├── head.md
│   │   ├── hexdump.md
│   │   ├── hlint.md
│   │   ├── hollywood.md
│   │   ├── homectl.md
│   │   ├── homeshick.md
│   │   ├── hostnamectl.md
│   │   ├── htpdate.md
│   │   ├── http-prompt.md
│   │   ├── http_load.md
│   │   ├── hwclock.md
│   │   ├── hwinfo.md
│   │   ├── hwloc-ls.md
│   │   ├── hyprctl.md
│   │   ├── hyprpaper.md
│   │   ├── hyprpicker.md
│   │   ├── hyprpm.md
│   │   ├── hyprshot.md
│   │   ├── hyprsunset.md
│   │   ├── i2cdetect.md
│   │   ├── i2cdump.md
│   │   ├── i2cget.md
│   │   ├── i2cset.md
│   │   ├── i3-scrot.md
│   │   ├── i386.md
│   │   ├── i3exit.md
│   │   ├── i3status.md
│   │   ├── i7z.md
│   │   ├── ico.md
│   │   ├── id3v2.md
│   │   ├── ifdown.md
│   │   ├── ifmetric.md
│   │   ├── ifstat.md
│   │   ├── ifstatus.md
│   │   ├── iftop.md
│   │   ├── ifup.md
│   │   ├── ikaros.md
│   │   ├── img2txt.md
│   │   ├── img2webp.md
│   │   ├── imgp.md
│   │   ├── imhex.md
│   │   ├── imp.md
│   │   ├── impala.md
│   │   ├── importctl.md
│   │   ├── imv.md
│   │   ├── informant.md
│   │   ├── init.md
│   │   ├── inotifywait.md
│   │   ├── inputattach.md
│   │   ├── insmod.md
│   │   ├── installpkg.md
│   │   ├── instaloader.md
│   │   ├── intercept.md
│   │   ├── inxi.md
│   │   ├── ionice.md
│   │   ├── iostat.md
│   │   ├── ip-address.md
│   │   ├── ip-link.md
│   │   ├── ip-maddress.md
│   │   ├── ip-monitor.md
│   │   ├── ip-neighbour.md
│   │   ├── ip-netconf.md
│   │   ├── ip-route-add.md
│   │   ├── ip-route-get.md
│   │   ├── ip-route-list.md
│   │   ├── ip-route-show.md
│   │   ├── ip-route.md
│   │   ├── ip-rule.md
│   │   ├── ip-stats.md
│   │   ├── ip-tuntap.md
│   │   ├── ip.md
│   │   ├── ip6tables-restore.md
│   │   ├── ip6tables-save.md
│   │   ├── ip6tables.md
│   │   ├── ipcmk.md
│   │   ├── ipcrm.md
│   │   ├── ipcs.md
│   │   ├── ipmitool.md
│   │   ├── ipset.md
│   │   ├── iptables-restore.md
│   │   ├── iptables-save.md
│   │   ├── iptables.md
│   │   ├── iscsiadm.md
│   │   ├── isoinfo.md
│   │   ├── isosize.md
│   │   ├── iw-dev.md
│   │   ├── iw.md
│   │   ├── iwconfig.md
│   │   ├── iwctl.md
│   │   ├── iwinfo.md
│   │   ├── iwlist.md
│   │   ├── jhead.md
│   │   ├── jobs.md
│   │   ├── journalctl.md
│   │   ├── jpegtran.md
│   │   ├── just.js.md
│   │   ├── kde-builder.md
│   │   ├── kde-inhibit.md
│   │   ├── kdesrc-build.md
│   │   ├── kdialog.md
│   │   ├── kdocker.md
│   │   ├── kernel-install.md
│   │   ├── kexec.md
│   │   ├── keyctl.md
│   │   ├── keyd.md
│   │   ├── kill.md
│   │   ├── kinfocenter.md
│   │   ├── kjv.md
│   │   ├── kmod.md
│   │   ├── kmscon.md
│   │   ├── knock.md
│   │   ├── knockd.md
│   │   ├── koji-build.md
│   │   ├── koji-buildinfo.md
│   │   ├── koji-call.md
│   │   ├── koji-cancel.md
│   │   ├── koji-download-build.md
│   │   ├── koji-help.md
│   │   ├── koji-resubmit.md
│   │   ├── koji-tag-build.md
│   │   ├── koji-taginfo.md
│   │   ├── koji-untag-build.md
│   │   ├── koji.md
│   │   ├── konsave.md
│   │   ├── konsole.md
│   │   ├── kpackagetool5.md
│   │   ├── kpackagetool6.md
│   │   ├── kpartx.md
│   │   ├── krdpserver.md
│   │   ├── kreadconfig5.md
│   │   ├── krfb-virtualmonitor.md
│   │   ├── kscreen-console.md
│   │   ├── kscreen-doctor.md
│   │   ├── ksvgtopng5.md
│   │   ├── kwallet-query.md
│   │   ├── kwrite.md
│   │   ├── kwriteconfig5.md
│   │   ├── laptop-detect.md
│   │   ├── larasail.md
│   │   ├── last.md
│   │   ├── lastb.md
│   │   ├── lastlog.md
│   │   ├── latte-dock.md
│   │   ├── lbu.md
│   │   ├── lchage.md
│   │   ├── lci.md
│   │   ├── ldapdomaindump.md
│   │   ├── ldconfig.md
│   │   ├── ldd.md
│   │   ├── lddd.md
│   │   ├── ledctl.md
│   │   ├── legit.md
│   │   ├── lex.md
│   │   ├── lftp.md
│   │   ├── libinput.md
│   │   ├── libtool.md
│   │   ├── libtoolize.md
│   │   ├── libuser-lid.md
│   │   ├── lid.idutils.md
│   │   ├── lid.libuser.md
│   │   ├── lid.md
│   │   ├── light.md
│   │   ├── limine-enroll-config.md
│   │   ├── limine-entry-tool.md
│   │   ├── limine-scan.md
│   │   ├── limine-snapper-sync.md
│   │   ├── limine.md
│   │   ├── line.md
│   │   ├── links.md
│   │   ├── links2.md
│   │   ├── linux-boot-prober.md
│   │   ├── linux32.md
│   │   ├── linux64.md
│   │   ├── lldpctl.md
│   │   ├── lnav.md
│   │   ├── lndir.md
│   │   ├── loadkeys.md
│   │   ├── locale-gen.md
│   │   ├── locale.md
│   │   ├── localectl.md
│   │   ├── localedef.md
│   │   ├── locate.md
│   │   ├── logger.md
│   │   ├── login.md
│   │   ├── loginctl.md
│   │   ├── logread.md
│   │   ├── logrotate.md
│   │   ├── logsave.md
│   │   ├── logwatch.md
│   │   ├── look.md
│   │   ├── lookandfeeltool.md
│   │   ├── losetup.md
│   │   ├── lrunzip.md
│   │   ├── lrzip.md
│   │   ├── lrztar.md
│   │   ├── lrzuntar.md
│   │   ├── lsattr.md
│   │   ├── lsb_release.md
│   │   ├── lsblk.md
│   │   ├── lscpu.md
│   │   ├── lsdev.md
│   │   ├── lsfd.md
│   │   ├── lshw.md
│   │   ├── lsinitrd.md
│   │   ├── lsipc.md
│   │   ├── lslocks.md
│   │   ├── lslogins.md
│   │   ├── lsmem.md
│   │   ├── lsmod.md
│   │   ├── lsns.md
│   │   ├── lspci.md
│   │   ├── lsscsi.md
│   │   ├── lstopo-no-graphics.md
│   │   ├── lsusb.md
│   │   ├── ltrace.md
│   │   ├── lure.md
│   │   ├── lvchange.md
│   │   ├── lvconvert.md
│   │   ├── lvcreate.md
│   │   ├── lvdisplay.md
│   │   ├── lvextend.md
│   │   ├── lvm.md
│   │   ├── lvm_import_vdo.md
│   │   ├── lvmconfig.md
│   │   ├── lvmdevices.md
│   │   ├── lvmdiskscan.md
│   │   ├── lvmdump.md
│   │   ├── lvmpersist.md
│   │   ├── lvmpolld.md
│   │   ├── lvmsadc.md
│   │   ├── lvmsar.md
│   │   ├── lvreduce.md
│   │   ├── lvremove.md
│   │   ├── lvrename.md
│   │   ├── lvresize.md
│   │   ├── lvs.md
│   │   ├── lvscan.md
│   │   ├── lxc-attach.md
│   │   ├── lxc-checkconfig.md
│   │   ├── lxc-console.md
│   │   ├── lxc-create.md
│   │   ├── lxc-destroy.md
│   │   ├── lxc-info.md
│   │   ├── lxc-ls.md
│   │   ├── lxc-network.md
│   │   ├── lxc-profile.md
│   │   ├── lxc-start.md
│   │   ├── lxc-stop.md
│   │   ├── lxc-top.md
│   │   ├── lxc.md
│   │   ├── lxi.md
│   │   ├── lxterminal.md
│   │   ├── lynis.md
│   │   ├── lz.md
│   │   ├── mac2unix.md
│   │   ├── macchanger.md
│   │   ├── machinectl.md
│   │   ├── maim.md
│   │   ├── makepkg.md
│   │   ├── mako.md
│   │   ├── makoctl-dismiss.md
│   │   ├── makoctl-invoke.md
│   │   ├── makoctl-mode.md
│   │   ├── makoctl.md
│   │   ├── mandb.md
│   │   ├── mangohud.md
│   │   ├── manpath.md
│   │   ├── mashtree.md
│   │   ├── matchpathcon.md
│   │   ├── mate-about.md
│   │   ├── mate-calc-cmd.md
│   │   ├── mate-calc.md
│   │   ├── mate-screenshot.md
│   │   ├── mate-search-tool.md
│   │   ├── mbw.md
│   │   ├── mcookie.md
│   │   ├── mdadm.md
│   │   ├── mdbook.md
│   │   ├── mediamtx.md
│   │   ├── megadl.md
│   │   ├── megatools-dl.md
│   │   ├── mesg.md
│   │   ├── mhwd-gpu.md
│   │   ├── mhwd-kernel.md
│   │   ├── mhwd.md
│   │   ├── microcom.md
│   │   ├── mimetype.md
│   │   ├── minicom.md
│   │   ├── mke2fs.md
│   │   ├── mkfs.bcachefs.md
│   │   ├── mkfs.btrfs.md
│   │   ├── mkfs.cramfs.md
│   │   ├── mkfs.erofs.md
│   │   ├── mkfs.exfat.md
│   │   ├── mkfs.ext4.md
│   │   ├── mkfs.f2fs.md
│   │   ├── mkfs.fat.md
│   │   ├── mkfs.md
│   │   ├── mkfs.minix.md
│   │   ├── mkfs.ntfs.md
│   │   ├── mkfs.vfat.md
│   │   ├── mkfs.xfs.md
│   │   ├── mkhomedir_helper.md
│   │   ├── mkid.md
│   │   ├── mkinitcpio.md
│   │   ├── mkinitfs.md
│   │   ├── mkisofs.md
│   │   ├── mklost+found.md
│   │   ├── mknod.md
│   │   ├── mkosi.md
│   │   ├── mksquashfs.md
│   │   ├── mkswap.md
│   │   ├── mktemp.md
│   │   ├── mkvpropedit.md
│   │   ├── mlabel.md
│   │   ├── mmcli.md
│   │   ├── mmdebstrap.md
│   │   ├── mocp.md
│   │   ├── modetest.md
│   │   ├── modinfo.md
│   │   ├── modprobe.md
│   │   ├── module.md
│   │   ├── mokutil.md
│   │   ├── mono.md
│   │   ├── mons.md
│   │   ├── mopac.md
│   │   ├── more.md
│   │   ├── mount.cifs.md
│   │   ├── mount.ddi.md
│   │   ├── mount.md
│   │   ├── mount.smb3.md
│   │   ├── mount.steamos.md
│   │   ├── mountpoint.md
│   │   ├── mpg123.md
│   │   ├── mpstat.md
│   │   ├── mssh.md
│   │   ├── mt.md
│   │   ├── mux.md
│   │   ├── nala.md
│   │   ├── namcap.md
│   │   ├── named.md
│   │   ├── namei.md
│   │   ├── natural-selection-2.md
│   │   ├── nautilus.md
│   │   ├── navi.md
│   │   ├── ncal.md
│   │   ├── ncat.md
│   │   ├── ndctl.md
│   │   ├── needrestart.md
│   │   ├── nemo.md
│   │   ├── neo.md
│   │   ├── nerdctl.md
│   │   ├── nethogs.md
│   │   ├── netplan.md
│   │   ├── netselect-apt.md
│   │   ├── netselect.md
│   │   ├── networkctl.md
│   │   ├── newgrp.md
│   │   ├── newrole.md
│   │   ├── nft-monitor.md
│   │   ├── nft.md
│   │   ├── nitch.md
│   │   ├── nitrogen.md
│   │   ├── nixos-container.md
│   │   ├── nixos-option.md
│   │   ├── nixos-rebuild.md
│   │   ├── nl.md
│   │   ├── nm-online.md
│   │   ├── nmcli-agent.md
│   │   ├── nmcli-connection.md
│   │   ├── nmcli-device.md
│   │   ├── nmcli-general.md
│   │   ├── nmcli-monitor.md
│   │   ├── nmcli-networking.md
│   │   ├── nmcli-radio.md
│   │   ├── nmcli.md
│   │   ├── nmon.md
│   │   ├── nmtui-connect.md
│   │   ├── nmtui-edit.md
│   │   ├── nmtui-hostname.md
│   │   ├── nmtui.md
│   │   ├── nologin.md
│   │   ├── nordvpn.md
│   │   ├── nova.md
│   │   ├── nsenter.md
│   │   ├── nsnake.md
│   │   ├── nstat.md
│   │   ├── nsxiv.md
│   │   ├── ntfsfix.md
│   │   ├── ntpd.md
│   │   ├── ntpdate.md
│   │   ├── ntpq.md
│   │   ├── numactl.md
│   │   ├── numlockx.md
│   │   ├── nvtop.md
│   │   ├── obabel.md
│   │   ├── objcopy.md
│   │   ├── oma.md
│   │   ├── oniux.md
│   │   ├── oomctl.md
│   │   ├── openfortivpn.md
│   │   ├── openrc.md
│   │   ├── openvpn3.md
│   │   ├── opera-stable.md
│   │   ├── opkg.md
│   │   ├── optimus-manager.md
│   │   ├── ostree.md
│   │   ├── owut.md
│   │   ├── pacaur.md
│   │   ├── paccache.md
│   │   ├── paccapability.md
│   │   ├── paccheck.md
│   │   ├── pacconf.md
│   │   ├── pacdiff.md
│   │   ├── pacfile.md
│   │   ├── pacgraph.md
│   │   ├── pacinfo.md
│   │   ├── pacini.md
│   │   ├── pacinstall.md
│   │   ├── paclock.md
│   │   ├── paclog.md
│   │   ├── pacman-d.md
│   │   ├── pacman-database.md
│   │   ├── pacman-deptest.md
│   │   ├── pacman-f.md
│   │   ├── pacman-files.md
│   │   ├── pacman-key.md
│   │   ├── pacman-mirrors.md
│   │   ├── pacman-q.md
│   │   ├── pacman-query.md
│   │   ├── pacman-r.md
│   │   ├── pacman-remove.md
│   │   ├── pacman-s.md
│   │   ├── pacman-sync.md
│   │   ├── pacman-t.md
│   │   ├── pacman-u.md
│   │   ├── pacman-upgrade.md
│   │   ├── pacman.md
│   │   ├── pacman4console.md
│   │   ├── pacremove.md
│   │   ├── pacrepairdb.md
│   │   ├── pacrepairfile.md
│   │   ├── pacreport.md
│   │   ├── pacsift.md
│   │   ├── pacstall.md
│   │   ├── pacstrap.md
│   │   ├── pacsync.md
│   │   ├── pactrans.md
│   │   ├── pactree.md
│   │   ├── palworld.md
│   │   ├── pamac.md
│   │   ├── partclone.md
│   │   ├── parted.interactive.md
│   │   ├── parted.md
│   │   ├── partprobe.md
│   │   ├── partx.md
│   │   ├── paru.md
│   │   ├── pasuspender.md
│   │   ├── patool.md
│   │   ├── paxs.md
│   │   ├── pct-clone.md
│   │   ├── pct-config.md
│   │   ├── pct-console.md
│   │   ├── pct-create.md
│   │   ├── pct-destroy.md
│   │   ├── pct-exec.md
│   │   ├── pct-mount.md
│   │   ├── pct-move-volume.md
│   │   ├── pct-move_volume.md
│   │   ├── pct-resize.md
│   │   ├── pct-set.md
│   │   ├── pct-status.md
│   │   ├── pct-template.md
│   │   ├── pct-unmount.md
│   │   ├── pct.md
│   │   ├── pdbedit.md
│   │   ├── pdfattach.md
│   │   ├── pdfbook2.md
│   │   ├── pdfcrop.md
│   │   ├── pdfdetach.md
│   │   ├── pdftohtml.md
│   │   ├── pdftoppm.md
│   │   ├── pdfxup.md
│   │   ├── perf.md
│   │   ├── pg.md
│   │   ├── phar.md
│   │   ├── photorec.md
│   │   ├── phpdismod.md
│   │   ├── phpenmod.md
│   │   ├── phpquery.md
│   │   ├── physlock.md
│   │   ├── pi.md
│   │   ├── pidof.md
│   │   ├── pidstat.md
│   │   ├── pihole.md
│   │   ├── pikman.md
│   │   ├── pinout.md
│   │   ├── pipetron.md
│   │   ├── pipewire-pulse.md
│   │   ├── pipewire.md
│   │   ├── pirut.md
│   │   ├── pivot_root.md
│   │   ├── pivpn.md
│   │   ├── pkcon.md
│   │   ├── pkexec.md
│   │   ├── pkgadd.md
│   │   ├── pkgctl-auth.md
│   │   ├── pkgctl-build.md
│   │   ├── pkgctl-db-update.md
│   │   ├── pkgctl-diff.md
│   │   ├── pkgctl-release.md
│   │   ├── pkgctl-repo.md
│   │   ├── pkgctl.md
│   │   ├── pkgdiff.md
│   │   ├── pkgfile.md
│   │   ├── pkginfo.md
│   │   ├── pkgmk.md
│   │   ├── pkgrm.md
│   │   ├── pkgstats.md
│   │   ├── pkgtool.md
│   │   ├── plasma-apply-colorscheme.md
│   │   ├── plasma-apply-cursortheme.md
│   │   ├── plasma-apply-desktoptheme.md
│   │   ├── plasma-apply-lookandfeel.md
│   │   ├── plasma-apply-wallpaperimage.md
│   │   ├── plasmashell.md
│   │   ├── playerctl.md
│   │   ├── pluma.md
│   │   ├── pmap.md
│   │   ├── pmount.md
│   │   ├── po4a-gettextize.md
│   │   ├── po4a-translate.md
│   │   ├── po4a-updatepo.md
│   │   ├── po4a.md
│   │   ├── pokego.md
│   │   ├── portablectl.md
│   │   ├── portageq.md
│   │   ├── ports.md
│   │   ├── postconf.md
│   │   ├── postfix.md
│   │   ├── poweroff.md
│   │   ├── powerprofilesctl.md
│   │   ├── powerstat.md
│   │   ├── powertop.md
│   │   ├── pridecat.md
│   │   ├── prime-run.md
│   │   ├── print.runmailcap.md
│   │   ├── prlimit.md
│   │   ├── pro.md
│   │   ├── proctl.md
│   │   ├── project-zomboid.md
│   │   ├── protontricks.md
│   │   ├── protonvpn-connect.md
│   │   ├── protonvpn.md
│   │   ├── prt-get.md
│   │   ├── pstoedit.md
│   │   ├── pstree.md
│   │   ├── ptx.md
│   │   ├── ptyxis.md
│   │   ├── pulseaudio-ctl.md
│   │   ├── pulseaudio.md
│   │   ├── pvchange.md
│   │   ├── pvck.md
│   │   ├── pvcreate.md
│   │   ├── pvdisplay.md
│   │   ├── pve-firewall.md
│   │   ├── pveam.md
│   │   ├── pvecm.md
│   │   ├── pveperf.md
│   │   ├── pvesh.md
│   │   ├── pvesm.md
│   │   ├── pveum.md
│   │   ├── pveversion.md
│   │   ├── pvremove.md
│   │   ├── pvs.md
│   │   ├── pvscan.md
│   │   ├── pw-cat.md
│   │   ├── pw-cli.md
│   │   ├── pw-config.md
│   │   ├── pw-container.md
│   │   ├── pw-dot.md
│   │   ├── pw-dump.md
│   │   ├── pw-jack.md
│   │   ├── pw-link.md
│   │   ├── pw-loopback.md
│   │   ├── pw-metadata.md
│   │   ├── pw-mididump.md
│   │   ├── pw-mon.md
│   │   ├── pw-play.md
│   │   ├── pw-profiler.md
│   │   ├── pw-record.md
│   │   ├── pw-reserve.md
│   │   ├── pw-top.md
│   │   ├── pw-v4l2.md
│   │   ├── pwdx.md
│   │   ├── pwn.md
│   │   ├── pyrit.md
│   │   ├── qjoypad.md
│   │   ├── qm-agent.md
│   │   ├── qm-cleanup.md
│   │   ├── qm-clone.md
│   │   ├── qm-cloudinit.md
│   │   ├── qm-config.md
│   │   ├── qm-create.md
│   │   ├── qm-delsnapshot.md
│   │   ├── qm-destroy.md
│   │   ├── qm-disk.md
│   │   ├── qm-guest-exec.md
│   │   ├── qm-guest.md
│   │   ├── qm-help.md
│   │   ├── qm-importdisk.md
│   │   ├── qm-list.md
│   │   ├── qm-listsnapshot.md
│   │   ├── qm-migrate.md
│   │   ├── qm-monitor.md
│   │   ├── qm-move-disk.md
│   │   ├── qm-move_disk.md
│   │   ├── qm-mtunnel.md
│   │   ├── qm-nbdstop.md
│   │   ├── qm-pending.md
│   │   ├── qm-reboot.md
│   │   ├── qm-rescan.md
│   │   ├── qm-reset.md
│   │   ├── qm-resize.md
│   │   ├── qm-resume.md
│   │   ├── qm-rollback.md
│   │   ├── qm-sendkey.md
│   │   ├── qm-set.md
│   │   ├── qm-showcmd.md
│   │   ├── qm-shutdown.md
│   │   ├── qm-snapshot.md
│   │   ├── qm-start.md
│   │   ├── qm-status.md
│   │   ├── qm-stop.md
│   │   ├── qm-suspend.md
│   │   ├── qm-template.md
│   │   ├── qm-terminal.md
│   │   ├── qm-unlink.md
│   │   ├── qm-unlock.md
│   │   ├── qm-vncproxy.md
│   │   ├── qm-wait.md
│   │   ├── qm.md
│   │   ├── qmrestore.md
│   │   ├── qrcp.md
│   │   ├── qsub.md
│   │   ├── qtchooser.md
│   │   ├── qtile.md
│   │   ├── quickemu.md
│   │   ├── quickget.md
│   │   ├── quotacheck.md
│   │   ├── radeontop.md
│   │   ├── rankmirrors.md
│   │   ├── raspi-config.md
│   │   ├── raspinfo.md
│   │   ├── raw.md
│   │   ├── rc-service.md
│   │   ├── rc-status.md
│   │   ├── rc-update.md
│   │   ├── rcp.md
│   │   ├── rdesktop.md
│   │   ├── readcd.md
│   │   ├── readelf.md
│   │   ├── readpe.md
│   │   ├── reboot.md
│   │   ├── reflector.md
│   │   ├── register_new_matrix_user.md
│   │   ├── remote-viewer.md
│   │   ├── removepkg.md
│   │   ├── rename.md
│   │   ├── rename.util.md
│   │   ├── renice.md
│   │   ├── repo-add.md
│   │   ├── repo-remove.md
│   │   ├── reportbug.md
│   │   ├── repquota.md
│   │   ├── reptyr.md
│   │   ├── reset.md
│   │   ├── resize.md
│   │   ├── resize2fs.md
│   │   ├── resolvectl.md
│   │   ├── resolveip.md
│   │   ├── restorecon.md
│   │   ├── restorecond.md
│   │   ├── retroarch.md
│   │   ├── rev.md
│   │   ├── rexec.md
│   │   ├── rfkill.md
│   │   ├── rig.md
│   │   ├── ripmime.md
│   │   ├── rkhunter.md
│   │   ├── rlogin.md
│   │   ├── rmmod.md
│   │   ├── rnm.md
│   │   ├── rofi.md
│   │   ├── rolldice.md
│   │   ├── routel.md
│   │   ├── rpcclient.md
│   │   ├── rpcinfo.md
│   │   ├── rpi-eeprom-update.md
│   │   ├── rpi-otp-private-key.md
│   │   ├── rpicam-hello.md
│   │   ├── rpicam-jpeg.md
│   │   ├── rpicam-raw.md
│   │   ├── rpicam-still.md
│   │   ├── rpicam-vid.md
│   │   ├── rpm-ostree.md
│   │   ├── rpm.md
│   │   ├── rpm2cpio.md
│   │   ├── rpmbuild.md
│   │   ├── rpmconf.md
│   │   ├── rpmkeys.md
│   │   ├── rpmspec.md
│   │   ├── rsh.md
│   │   ├── rspamc.md
│   │   ├── rtcwake.md
│   │   ├── rtmon.md
│   │   ├── rtorrent.md
│   │   ├── ruget.md
│   │   ├── run-mailcap.md
│   │   ├── run0.md
│   │   ├── run_init.md
│   │   ├── runcon.md
│   │   ├── runlevel.md
│   │   ├── runlim.md
│   │   ├── runuser.md
│   │   ├── rusnapshot.md
│   │   ├── sa.md
│   │   ├── sacct.md
│   │   ├── sacctmgr.md
│   │   ├── salloc.md
│   │   ├── sam.md
│   │   ├── sar.md
│   │   ├── sattach.md
│   │   ├── sbatch.md
│   │   ├── sbcast.md
│   │   ├── sbctl.md
│   │   ├── scancel.md
│   │   ├── scanimage.md
│   │   ├── schroot.md
│   │   ├── scontrol.md
│   │   ├── screenkey.md
│   │   ├── script.md
│   │   ├── scriptlive.md
│   │   ├── scriptreplay.md
│   │   ├── scrontab.md
│   │   ├── scrot.md
│   │   ├── scrun.md
│   │   ├── sdiag.md
│   │   ├── sealert.md
│   │   ├── secon.md
│   │   ├── secret-tool.md
│   │   ├── sed.md
│   │   ├── see.md
│   │   ├── selinuxenabled.md
│   │   ├── semanage-boolean.md
│   │   ├── semanage-fcontext.md
│   │   ├── semanage-interface.md
│   │   ├── semanage-login.md
│   │   ├── semanage-permissive.md
│   │   ├── semanage-port.md
│   │   ├── semanage-user.md
│   │   ├── semanage.md
│   │   ├── semodule.md
│   │   ├── sensible-browser.md
│   │   ├── sensible-editor.md
│   │   ├── sensors.md
│   │   ├── service.md
│   │   ├── sesearch.md
│   │   ├── sestatus.md
│   │   ├── setarch.md
│   │   ├── setcap.md
│   │   ├── setenforce.md
│   │   ├── setfacl.md
│   │   ├── setfattr.md
│   │   ├── setfiles.md
│   │   ├── setfont.md
│   │   ├── setsebool.md
│   │   ├── setserial.md
│   │   ├── setsid.md
│   │   ├── setxkbmap.md
│   │   ├── sfdisk.md
│   │   ├── sfill.md
│   │   ├── sh5util.md
│   │   ├── shar.md
│   │   ├── shiny-mirrors.md
│   │   ├── shnsplit.md
│   │   ├── shntool-split.md
│   │   ├── showkey.md
│   │   ├── shutdown.md
│   │   ├── sic.md
│   │   ├── silentcast.md
│   │   ├── sinfo.md
│   │   ├── size.md
│   │   ├── slabtop.md
│   │   ├── slapt-get.md
│   │   ├── slapt-src.md
│   │   ├── sleep.md
│   │   ├── slop.md
│   │   ├── slurmctld.md
│   │   ├── slurmd.md
│   │   ├── slurmdbd.md
│   │   ├── slurmrestd.md
│   │   ├── slurmstepd.md
│   │   ├── slurp.md
│   │   ├── sm.md
│   │   ├── smbcacls.md
│   │   ├── smbget.md
│   │   ├── smbnetfs.md
│   │   ├── smbpasswd.md
│   │   ├── smem.md
│   │   ├── snake4.md
│   │   ├── snake4scores.md
│   │   ├── snap.esa.md
│   │   ├── snap.md
│   │   ├── snap.pkg.md
│   │   ├── snapper.md
│   │   ├── sockstat.md
│   │   ├── spa-acp-tool.md
│   │   ├── spa-inspect.md
│   │   ├── spa-json-dump.md
│   │   ├── spa-resample.md
│   │   ├── speaker-test.md
│   │   ├── spectre-meltdown-checker.md
│   │   ├── speedometer.md
│   │   ├── speedread.md
│   │   ├── spi.md
│   │   ├── sport.md
│   │   ├── sprio.md
│   │   ├── sprof.md
│   │   ├── sqfscat.md
│   │   ├── sqfstar.md
│   │   ├── squeue.md
│   │   ├── sreport.md
│   │   ├── srun.md
│   │   ├── ss.md
│   │   ├── sshare.md
│   │   ├── sslstrip.md
│   │   ├── sstat.md
│   │   ├── st.1.md
│   │   ├── st.md
│   │   ├── startx.md
│   │   ├── steamos-add-to-steam.md
│   │   ├── steamos-boot-install.md
│   │   ├── steamos-chroot.md
│   │   ├── steamos-devmode.md
│   │   ├── steamos-dump-info.md
│   │   ├── steamos-factory-reset-config.md
│   │   ├── steamos-factory-reset.md
│   │   ├── steamos-finalize-install.md
│   │   ├── steamos-readonly.md
│   │   ├── steamos-select-branch.md
│   │   ├── steamos-session-select.md
│   │   ├── steamos-update.md
│   │   ├── steamosctl.md
│   │   ├── steghide.md
│   │   ├── stegsnow.md
│   │   ├── strace.md
│   │   ├── stratis.md
│   │   ├── stress.md
│   │   ├── strigger.md
│   │   ├── strip.md
│   │   ├── su.md
│   │   ├── sulogin.md
│   │   ├── sview.md
│   │   ├── swaks.md
│   │   ├── swaplabel.md
│   │   ├── swapoff.md
│   │   ├── swapon.md
│   │   ├── switch_root.md
│   │   ├── swupd.md
│   │   ├── swww.md
│   │   ├── sxiv.md
│   │   ├── synopkg.md
│   │   ├── synoupgrade.md
│   │   ├── sysctl.md
│   │   ├── sysdig.md
│   │   ├── systemctl-add-requires.md
│   │   ├── systemctl-add-wants.md
│   │   ├── systemctl-bind.md
│   │   ├── systemctl-cancel.md
│   │   ├── systemctl-cat.md
│   │   ├── systemctl-condreload.md
│   │   ├── systemctl-condrestart.md
│   │   ├── systemctl-condstop.md
│   │   ├── systemctl-daemon-reexec.md
│   │   ├── systemctl-daemon-reload.md
│   │   ├── systemctl-default.md
│   │   ├── systemctl-disable.md
│   │   ├── systemctl-edit.md
│   │   ├── systemctl-emergency.md
│   │   ├── systemctl-enable.md
│   │   ├── systemctl-exit.md
│   │   ├── systemctl-force-reload.md
│   │   ├── systemctl-freeze.md
│   │   ├── systemctl-get-default.md
│   │   ├── systemctl-halt.md
│   │   ├── systemctl-help.md
│   │   ├── systemctl-hibernate.md
│   │   ├── systemctl-hybrid-sleep.md
│   │   ├── systemctl-import-environment.md
│   │   ├── systemctl-is-active.md
│   │   ├── systemctl-is-enabled.md
│   │   ├── systemctl-is-failed.md
│   │   ├── systemctl-is-system-running.md
│   │   ├── systemctl-isolate.md
│   │   ├── systemctl-kexec.md
│   │   ├── systemctl-kill.md
│   │   ├── systemctl-link.md
│   │   ├── systemctl-list-automounts.md
│   │   ├── systemctl-list-dependencies.md
│   │   ├── systemctl-list-jobs.md
│   │   ├── systemctl-list-machines.md
│   │   ├── systemctl-list-paths.md
│   │   ├── systemctl-list-sockets.md
│   │   ├── systemctl-list-timers.md
│   │   ├── systemctl-list-unit-files.md
│   │   ├── systemctl-list-units.md
│   │   ├── systemctl-log-level.md
│   │   ├── systemctl-log-target.md
│   │   ├── systemctl-mask.md
│   │   ├── systemctl-mount-image.md
│   │   ├── systemctl-poweroff.md
│   │   ├── systemctl-preset-all.md
│   │   ├── systemctl-preset.md
│   │   ├── systemctl-reboot.md
│   │   ├── systemctl-reenable.md
│   │   ├── systemctl-reload-or-restart.md
│   │   ├── systemctl-reload-or-try-restart.md
│   │   ├── systemctl-reload.md
│   │   ├── systemctl-rescue.md
│   │   ├── systemctl-reset-failed.md
│   │   ├── systemctl-restart.md
│   │   ├── systemctl-revert.md
│   │   ├── systemctl-service-log-level.md
│   │   ├── systemctl-service-log-target.md
│   │   ├── systemctl-service-watchdogs.md
│   │   ├── systemctl-set-default.md
│   │   ├── systemctl-set-environment.md
│   │   ├── systemctl-set-property.md
│   │   ├── systemctl-show-environment.md
│   │   ├── systemctl-show.md
│   │   ├── systemctl-soft-reboot.md
│   │   ├── systemctl-start.md
│   │   ├── systemctl-status.md
│   │   ├── systemctl-stop.md
│   │   ├── systemctl-suspend-then-hibernate.md
│   │   ├── systemctl-suspend.md
│   │   ├── systemctl-switch-root.md
│   │   ├── systemctl-thaw.md
│   │   ├── systemctl-try-reload-or-restart.md
│   │   ├── systemctl-try-restart.md
│   │   ├── systemctl-unmask.md
│   │   ├── systemctl-unset-environment.md
│   │   ├── systemctl-whoami.md
│   │   ├── systemctl.md
│   │   ├── systemd-ac-power.md
│   │   ├── systemd-analyze.md
│   │   ├── systemd-ask-password.md
│   │   ├── systemd-cat.md
│   │   ├── systemd-cgls.md
│   │   ├── systemd-cgtop.md
│   │   ├── systemd-confext.md
│   │   ├── systemd-creds.md
│   │   ├── systemd-cryptenroll.md
│   │   ├── systemd-cryptsetup.md
│   │   ├── systemd-delta.md
│   │   ├── systemd-detect-virt.md
│   │   ├── systemd-dissect.md
│   │   ├── systemd-escape.md
│   │   ├── systemd-firstboot.md
│   │   ├── systemd-hwdb.md
│   │   ├── systemd-id128.md
│   │   ├── systemd-inhibit.md
│   │   ├── systemd-machine-id-setup.md
│   │   ├── systemd-mount.md
│   │   ├── systemd-notify.md
│   │   ├── systemd-nspawn.md
│   │   ├── systemd-path.md
│   │   ├── systemd-repart.md
│   │   ├── systemd-resolve.md
│   │   ├── systemd-run.md
│   │   ├── systemd-socket-activate.md
│   │   ├── systemd-stdio-bridge.md
│   │   ├── systemd-sysext.md
│   │   ├── systemd-sysusers.md
│   │   ├── systemd-tmpfiles.md
│   │   ├── systemd-tty-ask-password-agent.md
│   │   ├── systemd-umount.md
│   │   ├── systemsettings.md
│   │   ├── systool.md
│   │   ├── tailf.md
│   │   ├── talk.md
│   │   ├── taskset.md
│   │   ├── tc.md
│   │   ├── tcpflow.md
│   │   ├── tcpick.md
│   │   ├── tcpkill.md
│   │   ├── tcptraceroute.md
│   │   ├── telinit.md
│   │   ├── terminator.md
│   │   ├── termshark.md
│   │   ├── termusic.md
│   │   ├── terraria.md
│   │   ├── tftp.md
│   │   ├── thunar.md
│   │   ├── tic.md
│   │   ├── timedatectl.md
│   │   ├── timeshift.md
│   │   ├── tlp-stat.md
│   │   ├── tlp.md
│   │   ├── tmt-run.md
│   │   ├── tmt-try.md
│   │   ├── tmt.md
│   │   ├── tod.md
│   │   ├── togglesebool.md
│   │   ├── toilet.md
│   │   ├── tomb.md
│   │   ├── toolbox-create.md
│   │   ├── toolbox-enter.md
│   │   ├── toolbox-help.md
│   │   ├── toolbox-init-container.md
│   │   ├── toolbox-list.md
│   │   ├── toolbox-rm.md
│   │   ├── toolbox-rmi.md
│   │   ├── toolbox-run.md
│   │   ├── toolbox.md
│   │   ├── top.md
│   │   ├── tor.md
│   │   ├── torify.md
│   │   ├── torsocks.md
│   │   ├── toybox.md
│   │   ├── trace-cmd-list.md
│   │   ├── trace-cmd-record.md
│   │   ├── trace-cmd-report.md
│   │   ├── trace-cmd.md
│   │   ├── tracepath.md
│   │   ├── trap.md
│   │   ├── trash-empty.md
│   │   ├── trash-list.md
│   │   ├── trash-put.md
│   │   ├── trash-restore.md
│   │   ├── trash-rm.md
│   │   ├── trash.md
│   │   ├── trashy.md
│   │   ├── trayer.md
│   │   ├── treetime.md
│   │   ├── trizen.md
│   │   ├── trust.md
│   │   ├── tshark.md
│   │   ├── ttyplot.md
│   │   ├── tune.exfat.md
│   │   ├── tune2fs.md
│   │   ├── tuned-adm.md
│   │   ├── tunelp.md
│   │   ├── turbostat.md
│   │   ├── tuxi.md
│   │   ├── tzselect.md
│   │   ├── ubuntu-bug.md
│   │   ├── ubuntu-drivers.md
│   │   ├── ubuntu-security-status.md
│   │   ├── ubus.md
│   │   ├── uci.md
│   │   ├── udevadm.md
│   │   ├── udevmon.md
│   │   ├── udiskie-dmenu.md
│   │   ├── udiskie-mount.md
│   │   ├── udiskie-umount.md
│   │   ├── udiskie.md
│   │   ├── udisksctl.md
│   │   ├── ufw.md
│   │   ├── uinput.md
│   │   ├── ul.md
│   │   ├── umount.md
│   │   ├── uname26.md
│   │   ├── uncompress.md
│   │   ├── unix2dos.md
│   │   ├── unix2mac.md
│   │   ├── unmount.md
│   │   ├── unopkg.md
│   │   ├── unrtf.md
│   │   ├── unshadow.md
│   │   ├── unshare.md
│   │   ├── unsquashfs.md
│   │   ├── unzipsfx.md
│   │   ├── update-alternatives.md
│   │   ├── update-ca-certificates.md
│   │   ├── update-grub.md
│   │   ├── update-initramfs.md
│   │   ├── update-rc.d.md
│   │   ├── updatectl.md
│   │   ├── updatedb.md
│   │   ├── updpkgsums.md
│   │   ├── upgradepkg.md
│   │   ├── upnpc.md
│   │   ├── upower.md
│   │   ├── uprecords.md
│   │   ├── urpme.md
│   │   ├── urpmf.md
│   │   ├── urpmi.addmedia.md
│   │   ├── urpmi.md
│   │   ├── urpmi.removemedia.md
│   │   ├── urpmi.update.md
│   │   ├── urpmq.md
│   │   ├── urxvt.md
│   │   ├── usbip.md
│   │   ├── useradd.md
│   │   ├── userdbctl.md
│   │   ├── userdel.md
│   │   ├── usermod.md
│   │   ├── utmpdump.md
│   │   ├── uuid.md
│   │   ├── uuidd.md
│   │   ├── uuidgen.md
│   │   ├── uuidparse.md
│   │   ├── uvcdynctrl.md
│   │   ├── v4l2-ctl.md
│   │   ├── valheim.md
│   │   ├── vcgencmd.md
│   │   ├── ventoy.md
│   │   ├── veracrypt.md
│   │   ├── vgcfgbackup.md
│   │   ├── vgcfgrestore.md
│   │   ├── vgchange.md
│   │   ├── vgcreate.md
│   │   ├── vgdisplay.md
│   │   ├── vgextend.md
│   │   ├── vgremove.md
│   │   ├── vgs.md
│   │   ├── vgscan.md
│   │   ├── viewnior.md
│   │   ├── vigr.md
│   │   ├── vipw.md
│   │   ├── virt-clone.md
│   │   ├── virt-install.md
│   │   ├── virt-manager.md
│   │   ├── virt-qemu-run.md
│   │   ├── virt-sparsify.md
│   │   ├── virt-sysprep.md
│   │   ├── virt-what.md
│   │   ├── virt-xml-validate.md
│   │   ├── virt-xml.md
│   │   ├── vivaldi-stable.md
│   │   ├── vkpurge.md
│   │   ├── vlock.md
│   │   ├── vmstat.md
│   │   ├── vmware-checkvm.md
│   │   ├── vncserver.md
│   │   ├── vncviewer.md
│   │   ├── vnstat.md
│   │   ├── vnstati.md
│   │   ├── vpnc.md
│   │   ├── vrms.md
│   │   ├── vso.md
│   │   ├── vzdump.md
│   │   ├── waitpid.md
│   │   ├── wajig.md
│   │   ├── wal-telegram.md
│   │   ├── wall.md
│   │   ├── wami.md
│   │   ├── warpd.md
│   │   ├── waydroid.md
│   │   ├── waypipe.md
│   │   ├── wdctl.md
│   │   ├── wev.md
│   │   ├── wf-recorder.md
│   │   ├── wg-quick.md
│   │   ├── wg.md
│   │   ├── whatis.md
│   │   ├── whereis.md
│   │   ├── whiptail.md
│   │   ├── wifi-menu.md
│   │   ├── wine.md
│   │   ├── winetricks.md
│   │   ├── wipefs.md
│   │   ├── wireplumber.md
│   │   ├── wl-copy.md
│   │   ├── wl-paste.md
│   │   ├── wmctrl.md
│   │   ├── wodim.md
│   │   ├── woeusb.md
│   │   ├── wofi.md
│   │   ├── wol.md
│   │   ├── wpa_cli.md
│   │   ├── wpa_passphrase.md
│   │   ├── wpctl.md
│   │   ├── wpexec.md
│   │   ├── write.md
│   │   ├── wtf.md
│   │   ├── wtype.md
│   │   ├── x0vncserver.md
│   │   ├── x11vnc.md
│   │   ├── x86_64.md
│   │   ├── xauth.md
│   │   ├── xbacklight.md
│   │   ├── xbps-install.md
│   │   ├── xbps-query.md
│   │   ├── xbps-remove.md
│   │   ├── xbps.md
│   │   ├── xclip.md
│   │   ├── xclock.md
│   │   ├── xcowsay.md
│   │   ├── xcursorgen.md
│   │   ├── xdg-desktop-menu.md
│   │   ├── xdg-mime.md
│   │   ├── xdg-open.md
│   │   ├── xdg-settings.md
│   │   ├── xdg-user-dir.md
│   │   ├── xdg-user-dirs-update.md
│   │   ├── xdotool.md
│   │   ├── xdp-filter.md
│   │   ├── xed.md
│   │   ├── xeyes.md
│   │   ├── xfce4-screenshooter.md
│   │   ├── xfce4-terminal.md
│   │   ├── xfreerdp.md
│   │   ├── xfs_admin.md
│   │   ├── xfs_repair.md
│   │   ├── xhost.md
│   │   ├── xinput.md
│   │   ├── xman.md
│   │   ├── xmodmap.md
│   │   ├── xmount.md
│   │   ├── xrandr.md
│   │   ├── xrdb.md
│   │   ├── xsel.md
│   │   ├── xset.md
│   │   ├── xsetwacom.md
│   │   ├── xterm.md
│   │   ├── xtrlock.md
│   │   ├── xvfb-run.md
│   │   ├── xwinwrap.md
│   │   ├── xxhsum.md
│   │   ├── yad.md
│   │   ├── yakuake.md
│   │   ├── yaourt.md
│   │   ├── yay.md
│   │   ├── ydotool.md
│   │   ├── yetris.md
│   │   ├── yplan.md
│   │   ├── ytfzf.md
│   │   ├── yum-config-manager.md
│   │   ├── yum.md
│   │   ├── yumdownloader.md
│   │   ├── zathura.md
│   │   ├── zbarcam.md
│   │   ├── zdump.md
│   │   ├── zenity.md
│   │   ├── zforce.md
│   │   ├── zic.md
│   │   ├── zile.md
│   │   ├── zipsplit.md
│   │   ├── znc.md
│   │   ├── zramctl.md
│   │   ├── zsync.md
│   │   └── zypper.md
│   ├── netbsd/
│   │   ├── cal.md
│   │   ├── chfn.md
│   │   ├── chpass.md
│   │   ├── chsh.md
│   │   ├── df.md
│   │   ├── pkgin.md
│   │   ├── sed.md
│   │   └── sockstat.md
│   ├── openbsd/
│   │   ├── cal.md
│   │   ├── chfn.md
│   │   ├── chpass.md
│   │   ├── chsh.md
│   │   ├── df.md
│   │   ├── pkg.md
│   │   ├── pkg_add.md
│   │   ├── pkg_delete.md
│   │   ├── pkg_info.md
│   │   └── sed.md
│   ├── osx/
│   │   ├── aa.md
│   │   ├── afinfo.md
│   │   ├── afplay.md
│   │   ├── aiac.md
│   │   ├── airport.md
│   │   ├── airportd.md
│   │   ├── apachectl.md
│   │   ├── applecamerad.md
│   │   ├── appsleepd.md
│   │   ├── arch.md
│   │   ├── archey.md
│   │   ├── as.md
│   │   ├── asr.md
│   │   ├── autofsd.md
│   │   ├── automount.md
│   │   ├── automountd.md
│   │   ├── autoraise.md
│   │   ├── auvaltool.md
│   │   ├── avbdeviced.md
│   │   ├── backupd.md
│   │   ├── base64.md
│   │   ├── bc.md
│   │   ├── bclm.md
│   │   ├── biomesyncd.md
│   │   ├── biometrickitd.md
│   │   ├── bird.md
│   │   ├── bless.md
│   │   ├── bnepd.md
│   │   ├── brightness.md
│   │   ├── caffeinate.md
│   │   ├── cal.md
│   │   ├── carthage.md
│   │   ├── cat.md
│   │   ├── cfprefsd.md
│   │   ├── chflags.md
│   │   ├── chpass.md
│   │   ├── cloudd.md
│   │   ├── cloudphotod.md
│   │   ├── codesign.md
│   │   ├── contactsd.md
│   │   ├── coreaudiod.md
│   │   ├── coreautha.md
│   │   ├── coreauthd.md
│   │   ├── corebrightnessd.md
│   │   ├── coredatad.md
│   │   ├── cot.md
│   │   ├── csrutil.md
│   │   ├── csshx.md
│   │   ├── ctkd.md
│   │   ├── cut.md
│   │   ├── cvfsck.md
│   │   ├── dark-mode.md
│   │   ├── darwin-rebuild.md
│   │   ├── date.md
│   │   ├── dd.md
│   │   ├── defaults.md
│   │   ├── deleted.md
│   │   ├── df.md
│   │   ├── dhcp6d.md
│   │   ├── diskutil-partitiondisk.md
│   │   ├── diskutil.md
│   │   ├── distnoted.md
│   │   ├── ditto.md
│   │   ├── dmesg.md
│   │   ├── dockutil.md
│   │   ├── dot_clean.md
│   │   ├── drutil.md
│   │   ├── dtrace.md
│   │   ├── du.md
│   │   ├── duti.md
│   │   ├── emond.md
│   │   ├── fdesetup.md
│   │   ├── filecoordinationd.md
│   │   ├── fileicon.md
│   │   ├── fontd.md
│   │   ├── fsck.md
│   │   ├── ftxdiff.md
│   │   ├── fuser.md
│   │   ├── g[.md
│   │   ├── gb2sum.md
│   │   ├── gbase32.md
│   │   ├── gbase64.md
│   │   ├── gbasename.md
│   │   ├── gbasenc.md
│   │   ├── gcat.md
│   │   ├── gchcon.md
│   │   ├── gchgrp.md
│   │   ├── gchmod.md
│   │   ├── gchown.md
│   │   ├── gchroot.md
│   │   ├── gcksum.md
│   │   ├── gcomm.md
│   │   ├── gcp.md
│   │   ├── gcrane-completion.md
│   │   ├── gcsplit.md
│   │   ├── gcut.md
│   │   ├── gdate.md
│   │   ├── gdd.md
│   │   ├── gdf.md
│   │   ├── gdir.md
│   │   ├── gdircolors.md
│   │   ├── gdirname.md
│   │   ├── gdnsdomainname.md
│   │   ├── gecho.md
│   │   ├── ged.md
│   │   ├── gegrep.md
│   │   ├── genv.md
│   │   ├── getfileinfo.md
│   │   ├── gexpand.md
│   │   ├── gexpr.md
│   │   ├── gfactor.md
│   │   ├── gfalse.md
│   │   ├── gfgrep.md
│   │   ├── gfind.md
│   │   ├── gfmt.md
│   │   ├── gfold.md
│   │   ├── gftp.md
│   │   ├── ggrep.md
│   │   ├── ggroups.md
│   │   ├── ghead.md
│   │   ├── ghostid.md
│   │   ├── ghostname.md
│   │   ├── gid.md
│   │   ├── gifconfig.md
│   │   ├── gindent.md
│   │   ├── ginstall.md
│   │   ├── gjoin.md
│   │   ├── gkill.md
│   │   ├── glibtool.md
│   │   ├── glibtoolize.md
│   │   ├── glink.md
│   │   ├── gln.md
│   │   ├── glocate.md
│   │   ├── glogger.md
│   │   ├── glogname.md
│   │   ├── gls.md
│   │   ├── gmake.md
│   │   ├── gmd5sum.md
│   │   ├── gmkdir.md
│   │   ├── gmkfifo.md
│   │   ├── gmknod.md
│   │   ├── gmktemp.md
│   │   ├── gmv.md
│   │   ├── gnice.md
│   │   ├── gnl.md
│   │   ├── gnohup.md
│   │   ├── gnproc.md
│   │   ├── gnumfmt.md
│   │   ├── god.md
│   │   ├── goku.md
│   │   ├── gpaste.md
│   │   ├── gpathchk.md
│   │   ├── gping.md
│   │   ├── gping6.md
│   │   ├── gpinky.md
│   │   ├── gpr.md
│   │   ├── gprintenv.md
│   │   ├── gprintf.md
│   │   ├── gptx.md
│   │   ├── gpwd.md
│   │   ├── grcp.md
│   │   ├── greadlink.md
│   │   ├── grealpath.md
│   │   ├── grexec.md
│   │   ├── grlogin.md
│   │   ├── grm.md
│   │   ├── grmdir.md
│   │   ├── grsh.md
│   │   ├── gruncon.md
│   │   ├── gsed.md
│   │   ├── gseq.md
│   │   ├── gsha1sum.md
│   │   ├── gsha224sum.md
│   │   ├── gsha256sum.md
│   │   ├── gsha384sum.md
│   │   ├── gsha512sum.md
│   │   ├── gshred.md
│   │   ├── gshuf.md
│   │   ├── gsleep.md
│   │   ├── gsort.md
│   │   ├── gsplit.md
│   │   ├── gstat.md
│   │   ├── gstdbuf.md
│   │   ├── gstty.md
│   │   ├── gsum.md
│   │   ├── gsync.md
│   │   ├── gtac.md
│   │   ├── gtail.md
│   │   ├── gtalk.md
│   │   ├── gtar.md
│   │   ├── gtee.md
│   │   ├── gtelnet.md
│   │   ├── gtest.md
│   │   ├── gtftp.md
│   │   ├── gtime.md
│   │   ├── gtimeout.md
│   │   ├── gtouch.md
│   │   ├── gtr.md
│   │   ├── gtraceroute.md
│   │   ├── gtrue.md
│   │   ├── gtruncate.md
│   │   ├── gtsort.md
│   │   ├── gtty.md
│   │   ├── guname.md
│   │   ├── gunexpand.md
│   │   ├── guniq.md
│   │   ├── gunits.md
│   │   ├── gunlink.md
│   │   ├── gupdatedb.md
│   │   ├── guptime.md
│   │   ├── gusers.md
│   │   ├── gvdir.md
│   │   ├── gwc.md
│   │   ├── gwhich.md
│   │   ├── gwho.md
│   │   ├── gwhoami.md
│   │   ├── gwhois.md
│   │   ├── gxargs.md
│   │   ├── gyes.md
│   │   ├── hdiutil.md
│   │   ├── head.md
│   │   ├── herd-list.md
│   │   ├── herd.md
│   │   ├── hidd.md
│   │   ├── icalbuddy.md
│   │   ├── indent.md
│   │   ├── internetsharing.md
│   │   ├── iostat.md
│   │   ├── ipconfig.md
│   │   ├── istats.md
│   │   ├── java_home.md
│   │   ├── kmutil.md
│   │   ├── launchctl.md
│   │   ├── launchd.md
│   │   ├── lipo.md
│   │   ├── lldb.md
│   │   ├── llvm-lipo.md
│   │   ├── locate.md
│   │   ├── log.md
│   │   ├── look.md
│   │   ├── lpstat.md
│   │   ├── lsappinfo.md
│   │   ├── m.md
│   │   ├── mac-cleanup.md
│   │   ├── machine.md
│   │   ├── mas.md
│   │   ├── mate.md
│   │   ├── md5.md
│   │   ├── mdfind.md
│   │   ├── mdls.md
│   │   ├── mdutil.md
│   │   ├── mist.md
│   │   ├── mktemp.md
│   │   ├── mo.md
│   │   ├── mole.md
│   │   ├── mysides.md
│   │   ├── netstat.md
│   │   ├── nettop.md
│   │   ├── networkquality.md
│   │   ├── networksetup.md
│   │   ├── nfcd.md
│   │   ├── notifyd.md
│   │   ├── nvram.md
│   │   ├── ocspd.md
│   │   ├── open.md
│   │   ├── opensnoop.md
│   │   ├── orb.md
│   │   ├── osascript.md
│   │   ├── pbcopy.md
│   │   ├── pbpaste.md
│   │   ├── photoanalysisd.md
│   │   ├── photolibraryd.md
│   │   ├── ping.md
│   │   ├── pkgutil.md
│   │   ├── plutil.md
│   │   ├── pmset.md
│   │   ├── pod.md
│   │   ├── port.md
│   │   ├── ps.md
│   │   ├── qlmanage.md
│   │   ├── rargs.md
│   │   ├── reboot.md
│   │   ├── rev.md
│   │   ├── route.md
│   │   ├── safeejectgpu.md
│   │   ├── say.md
│   │   ├── screencapture.md
│   │   ├── scutil.md
│   │   ├── sdef.md
│   │   ├── secd.md
│   │   ├── security.md
│   │   ├── securityd.md
│   │   ├── sed.md
│   │   ├── setfile.md
│   │   ├── shortcuts.md
│   │   ├── shuf.md
│   │   ├── shutdown.md
│   │   ├── signal.md
│   │   ├── sips.md
│   │   ├── sntp.md
│   │   ├── sntpd.md
│   │   ├── softwareupdate.md
│   │   ├── spctl.md
│   │   ├── split.md
│   │   ├── spotify.md
│   │   ├── stat.md
│   │   ├── sw_vers.md
│   │   ├── symptomsd.md
│   │   ├── sysctl.md
│   │   ├── system_profiler.md
│   │   ├── systemsetup.md
│   │   ├── systemsoundserverd.md
│   │   ├── tag.md
│   │   ├── tail.md
│   │   ├── tart.md
│   │   ├── tccutil.md
│   │   ├── terminal-notifier.md
│   │   ├── textutil.md
│   │   ├── timed.md
│   │   ├── tmutil.md
│   │   ├── top.md
│   │   ├── translationd.md
│   │   ├── trash.md
│   │   ├── uname.md
│   │   ├── universalaccessd.md
│   │   ├── uptime.md
│   │   ├── usernoted.md
│   │   ├── uuidgen.md
│   │   ├── valet.md
│   │   ├── vm_stat.md
│   │   ├── vpnd.md
│   │   ├── w.md
│   │   ├── wacaw.md
│   │   ├── warmd.md
│   │   ├── watchdogd.md
│   │   ├── watchlistd.md
│   │   ├── wc.md
│   │   ├── webinspectord.md
│   │   ├── whatis.md
│   │   ├── wifi-password.md
│   │   ├── wifivelocityd.md
│   │   ├── wps.md
│   │   ├── wwand.md
│   │   ├── xartstorageremoted.md
│   │   ├── xattr.md
│   │   ├── xcode-select.md
│   │   ├── xcodebuild.md
│   │   ├── xcodes-runtimes.md
│   │   ├── xcodes.md
│   │   ├── xcrun.md
│   │   ├── xctool.md
│   │   ├── xed.md
│   │   ├── xip.md
│   │   ├── xml2man.md
│   │   ├── xsand.md
│   │   ├── xsltproc.md
│   │   ├── yaa.md
│   │   └── yabai.md
│   ├── sunos/
│   │   ├── devfsadm.md
│   │   ├── dmesg.md
│   │   ├── prctl.md
│   │   ├── prstat.md
│   │   ├── share.md
│   │   ├── snoop.md
│   │   ├── svcadm.md
│   │   ├── svccfg.md
│   │   ├── svcs.md
│   │   ├── truss.md
│   │   └── zoneadm.md
│   └── windows/
│       ├── add-appxpackage.md
│       ├── assoc.md
│       ├── attrib.md
│       ├── bcdboot.md
│       ├── bleachbit.md
│       ├── bleachbit_console.md
│       ├── cd.md
│       ├── certutil.md
│       ├── chdir.md
│       ├── chkdsk.md
│       ├── choco-apikey.md
│       ├── choco-feature.md
│       ├── choco-info.md
│       ├── choco-install.md
│       ├── choco-list.md
│       ├── choco-new.md
│       ├── choco-outdated.md
│       ├── choco-pack.md
│       ├── choco-pin.md
│       ├── choco-push.md
│       ├── choco-search.md
│       ├── choco-source.md
│       ├── choco-uninstall.md
│       ├── choco-upgrade.md
│       ├── choco.md
│       ├── choice.md
│       ├── chrome.md
│       ├── chromium.md
│       ├── cinst.md
│       ├── cipher.md
│       ├── cl.md
│       ├── cleanmgr.md
│       ├── clear-history.md
│       ├── clear-host.md
│       ├── clear-recyclebin.md
│       ├── clear.md
│       ├── clhy.md
│       ├── clip.md
│       ├── clist.md
│       ├── cls.md
│       ├── cmd.md
│       ├── cmdkey.md
│       ├── cmstp.md
│       ├── color.md
│       ├── comp.md
│       ├── compress-archive.md
│       ├── copy.md
│       ├── cpush.md
│       ├── cuninst.md
│       ├── curl.md
│       ├── date.md
│       ├── del.md
│       ├── dir.md
│       ├── diskpart.md
│       ├── doskey.md
│       ├── driverquery.md
│       ├── enable-pnpdevice.md
│       ├── es.md
│       ├── eventcreate.md
│       ├── exit.md
│       ├── expand-archive.md
│       ├── expand.md
│       ├── explorer.md
│       ├── fc.md
│       ├── find.md
│       ├── findstr.md
│       ├── finger.md
│       ├── fondue.md
│       ├── for.md
│       ├── forfiles.md
│       ├── fsutil.md
│       ├── ftp.md
│       ├── ftype.md
│       ├── gal.md
│       ├── gcb.md
│       ├── gcrane-completion.md
│       ├── get-acl.md
│       ├── get-alias.md
│       ├── get-childitem.md
│       ├── get-clipboard.md
│       ├── get-command.md
│       ├── get-content.md
│       ├── get-date.md
│       ├── get-dedupproperties.md
│       ├── get-filehash.md
│       ├── get-help.md
│       ├── get-history.md
│       ├── get-location.md
│       ├── get-wuapiversion.md
│       ├── get-wuhistory.md
│       ├── get-wusettings.md
│       ├── getmac.md
│       ├── ghy.md
│       ├── gl.md
│       ├── gpupdate.md
│       ├── h.md
│       ├── history.md
│       ├── if.md
│       ├── install-module.md
│       ├── invoke-item.md
│       ├── invoke-webrequest.md
│       ├── ipconfig.md
│       ├── iscc.md
│       ├── iwr.md
│       ├── lib.md
│       ├── logoff.md
│       ├── measure-command.md
│       ├── measure-object.md
│       ├── mi.md
│       ├── microsoft-edge.md
│       ├── mimikatz-crypto.md
│       ├── mimikatz-dpapi.md
│       ├── mimikatz-event.md
│       ├── mimikatz-kerberos.md
│       ├── mimikatz-lsadump.md
│       ├── mimikatz-misc.md
│       ├── mimikatz-net.md
│       ├── mimikatz-privilege.md
│       ├── mimikatz-process.md
│       ├── mimikatz-sekurlsa.md
│       ├── mimikatz-service.md
│       ├── mimikatz-standard.md
│       ├── mimikatz-token.md
│       ├── mimikatz-vault.md
│       ├── mimikatz.md
│       ├── mkdir.md
│       ├── mklink.md
│       ├── more.md
│       ├── mount.md
│       ├── move-item.md
│       ├── move.md
│       ├── msedge.md
│       ├── msg.md
│       ├── msiexec.md
│       ├── mv.md
│       ├── net.md
│       ├── netsh-interface-portproxy.md
│       ├── netsh-wlan.md
│       ├── netsh.md
│       ├── netstat.md
│       ├── new-item.md
│       ├── nfsstat.md
│       ├── ni.md
│       ├── nmake.md
│       ├── nvm.md
│       ├── octo.md
│       ├── ospp.vbs.md
│       ├── out-string.md
│       ├── pabcnetcclear.md
│       ├── path.md
│       ├── pathping.md
│       ├── ping.md
│       ├── pipwin.md
│       ├── pnputil.md
│       ├── popd.md
│       ├── powercfg.md
│       ├── powershell.md
│       ├── print.win.md
│       ├── prompt.md
│       ├── psexec.md
│       ├── psping.md
│       ├── psversiontable.md
│       ├── pswindowsupdate.md
│       ├── pushd.md
│       ├── pwd.md
│       ├── pwlauncher.md
│       ├── pwsh-where.md
│       ├── py.md
│       ├── query.md
│       ├── rd.md
│       ├── rdpsign.md
│       ├── reg-add.md
│       ├── reg-compare.md
│       ├── reg-copy.md
│       ├── reg-delete.md
│       ├── reg-export.md
│       ├── reg-import.md
│       ├── reg-load.md
│       ├── reg-query.md
│       ├── reg-restore.md
│       ├── reg-save.md
│       ├── reg-unload.md
│       ├── reg.md
│       ├── remove-appxpackage.md
│       ├── remove-item.md
│       ├── ren.md
│       ├── rename-item.md
│       ├── repair-bde.md
│       ├── replace.md
│       ├── resolve-path.md
│       ├── ri.md
│       ├── rm.md
│       ├── rmdir.md
│       ├── rni.md
│       ├── robocopy.md
│       ├── rpcinfo.md
│       ├── runas.md
│       ├── sal.md
│       ├── sc.md
│       ├── scb.md
│       ├── scoop-bucket.md
│       ├── scoop.md
│       ├── sdelete.md
│       ├── sdelete64.md
│       ├── select-string.md
│       ├── set-acl.md
│       ├── set-alias.md
│       ├── set-clipboard.md
│       ├── set-date.md
│       ├── set-location.md
│       ├── set-service.md
│       ├── set-volume.md
│       ├── set.md
│       ├── setx.md
│       ├── sfc.md
│       ├── show-markdown.md
│       ├── showmount.md
│       ├── shutdown.md
│       ├── sl.md
│       ├── slmgr.md
│       ├── slmgr.vbs.md
│       ├── sls.md
│       ├── sort-object.md
│       ├── start-service.md
│       ├── stop-service.md
│       ├── subst.md
│       ├── systeminfo.md
│       ├── takeown.md
│       ├── taskkill.md
│       ├── tasklist.md
│       ├── tee-object.md
│       ├── test-json.md
│       ├── test-netconnection.md
│       ├── time.md
│       ├── title.md
│       ├── tracert.md
│       ├── tree.md
│       ├── tskill.md
│       ├── type.md
│       ├── tzutil.md
│       ├── uwfmgr.md
│       ├── vcvarsall.md
│       ├── ventoy.md
│       ├── ventoy2disk.md
│       ├── ver.md
│       ├── virtualboxvm.md
│       ├── vol.md
│       ├── vol.py.md
│       ├── vswhere.md
│       ├── w32tm.md
│       ├── wait-process.md
│       ├── wget.md
│       ├── where-object.md
│       ├── where.md
│       ├── whoami.md
│       ├── winget.md
│       ├── wmic.md
│       ├── wsl-open.md
│       ├── wsl.md
│       └── xcopy.md
├── pages.ar/
│   ├── android/
│   │   └── am.md
│   ├── common/
│   │   ├── $.md
│   │   ├── %.md
│   │   ├── ((.md
│   │   ├── ..md
│   │   ├── 7z.md
│   │   ├── arch.md
│   │   ├── arp.md
│   │   ├── azure-cli.md
│   │   ├── brew-abv.md
│   │   ├── brew-remove.md
│   │   ├── brew-rm.md
│   │   ├── bun-c.md
│   │   ├── bun-i.md
│   │   ├── bun-list.md
│   │   ├── bun-rm.md
│   │   ├── bun-x.md
│   │   ├── bunzip2.md
│   │   ├── bye.md
│   │   ├── bzcat.md
│   │   ├── bzegrep.md
│   │   ├── bzfgrep.md
│   │   ├── c++.md
│   │   ├── cat.md
│   │   ├── cd.md
│   │   ├── chdir.md
│   │   ├── chisel.md
│   │   ├── clang-cpp.md
│   │   ├── clojure.md
│   │   ├── cola.md
│   │   ├── comma.md
│   │   ├── compare.md
│   │   ├── copr.md
│   │   ├── crane-cp.md
│   │   ├── cut.md
│   │   ├── dhclient.md
│   │   ├── docker-commit.md
│   │   ├── docker-container-diff.md
│   │   ├── docker-container-remove.md
│   │   ├── docker-container-rename.md
│   │   ├── docker-container-rm.md
│   │   ├── docker-container-top.md
│   │   ├── docker-cp.md
│   │   ├── docker-diff.md
│   │   ├── docker-exec.md
│   │   ├── docker-images.md
│   │   ├── docker-load.md
│   │   ├── docker-logs.md
│   │   ├── docker-ps.md
│   │   ├── docker-pull.md
│   │   ├── docker-rename.md
│   │   ├── docker-rm.md
│   │   ├── docker-rmi.md
│   │   ├── docker-run.md
│   │   ├── docker-save.md
│   │   ├── docker-slim.md
│   │   ├── docker-start.md
│   │   ├── docker-stats.md
│   │   ├── docker-tag.md
│   │   ├── docker-top.md
│   │   ├── docker-update.md
│   │   ├── docker.md
│   │   ├── doppler.md
│   │   ├── du.md
│   │   ├── dzdo.md
│   │   ├── egrep.md
│   │   ├── fastmod.md
│   │   ├── fdfind.md
│   │   ├── ffmpeg.md
│   │   ├── fgrep.md
│   │   ├── file-rename.md
│   │   ├── find.md
│   │   ├── fossil-ci.md
│   │   ├── fossil-forget.md
│   │   ├── fossil-new.md
│   │   ├── fossil-rm.md
│   │   ├── ftp.md
│   │   ├── fzf.md
│   │   ├── g++.md
│   │   ├── gcc.md
│   │   ├── gdm-binary.md
│   │   ├── getln.md
│   │   ├── gh-a11y.md
│   │   ├── gh-agent.md
│   │   ├── gh-at.md
│   │   ├── gh-cs.md
│   │   ├── gh-rs.md
│   │   ├── git-add.md
│   │   ├── git-continue.md
│   │   ├── git-fetch.md
│   │   ├── git-init.md
│   │   ├── git-pull.md
│   │   ├── git-push.md
│   │   ├── git-stage.md
│   │   ├── git.md
│   │   ├── gnmic-sub.md
│   │   ├── go.md
│   │   ├── gpg.md
│   │   ├── gpg2.md
│   │   ├── grep.md
│   │   ├── gunzip.md
│   │   ├── hd.md
│   │   ├── helix.md
│   │   ├── host.md
│   │   ├── hping.md
│   │   ├── htop.md
│   │   ├── https.md
│   │   ├── huggingface-cli.md
│   │   ├── ic.md
│   │   ├── id.md
│   │   ├── identify.md
│   │   ├── ifconfig.md
│   │   ├── impacket-addcomputer.md
│   │   ├── impacket-getadusers.md
│   │   ├── impacket-getarch.md
│   │   ├── impacket-getnpusers.md
│   │   ├── impacket-gettgt.md
│   │   ├── impacket-getuserspns.md
│   │   ├── impacket-mqtt_check.md
│   │   ├── impacket-mssqlclient.md
│   │   ├── impacket-ntfs-read.md
│   │   ├── impacket-ping.md
│   │   ├── impacket-ping6.md
│   │   ├── impacket-psexec.md
│   │   ├── impacket-rdp_check.md
│   │   ├── impacket-rpcdump.md
│   │   ├── impacket-rpcmap.md
│   │   ├── impacket-sambapipe.md
│   │   ├── impacket-secretsdump.md
│   │   ├── impacket-smbclient.md
│   │   ├── impacket-smbserver.md
│   │   ├── impacket-sniff.md
│   │   ├── impacket-sniffer.md
│   │   ├── impacket-ticketconverter.md
│   │   ├── import.md
│   │   ├── j.md
│   │   ├── jco.md
│   │   ├── jfrog.md
│   │   ├── jira-browse.md
│   │   ├── jira-issues.md
│   │   ├── jira-navigate.md
│   │   ├── jira-projects.md
│   │   ├── jira-sprints.md
│   │   ├── jo.md
│   │   ├── jupyterlab.md
│   │   ├── kafkacat.md
│   │   ├── kill.md
│   │   ├── kite.md
│   │   ├── kr.md
│   │   ├── libreoffice.md
│   │   ├── llvm-ar.md
│   │   ├── llvm-g++.md
│   │   ├── llvm-gcc.md
│   │   ├── llvm-nm.md
│   │   ├── llvm-objdump.md
│   │   ├── llvm-strings.md
│   │   ├── ls.md
│   │   ├── lsof.md
│   │   ├── luantiserver.md
│   │   ├── lzcat.md
│   │   ├── lzcmp.md
│   │   ├── lzdiff.md
│   │   ├── lzegrep.md
│   │   ├── lzfgrep.md
│   │   ├── lzgrep.md
│   │   ├── lzless.md
│   │   ├── lzma.md
│   │   ├── lzmore.md
│   │   ├── mapfile.md
│   │   ├── minetest.md
│   │   ├── minetestserver.md
│   │   ├── mogrify.md
│   │   ├── montage.md
│   │   ├── mpicxx.md
│   │   ├── mpiexec.md
│   │   ├── mscore.md
│   │   ├── msedit.md
│   │   ├── mtr.md
│   │   ├── netcat.md
│   │   ├── netexec.md
│   │   ├── newsboat.md
│   │   ├── nm-classic.md
│   │   ├── node.md
│   │   ├── npm-author.md
│   │   ├── npm-it.md
│   │   ├── npm-list.md
│   │   ├── npm-rb.md
│   │   ├── npm-restart.md
│   │   ├── npm-run-script.md
│   │   ├── npm-start.md
│   │   ├── npm-stop.md
│   │   ├── npm-test.md
│   │   ├── npx.md
│   │   ├── ntl.md
│   │   ├── openai.md
│   │   ├── openssl-req.md
│   │   ├── openssl-x509.md
│   │   ├── openssl.md
│   │   ├── pamnoraw.md
│   │   ├── perl-rename.md
│   │   ├── pgrep.md
│   │   ├── picotool.md
│   │   ├── pio-init.md
│   │   ├── piodebuggdb.md
│   │   ├── pip.md
│   │   ├── pip3.md
│   │   ├── pkill.md
│   │   ├── platformio.md
│   │   ├── pnmdepth.md
│   │   ├── pnmtoplainpnm.md
│   │   ├── pnmtopnm.md
│   │   ├── podman-image-load.md
│   │   ├── podman-image-pull.md
│   │   ├── prename.md
│   │   ├── ps.md
│   │   ├── ptpython3.md
│   │   ├── pulumi-down.md
│   │   ├── pulumi-stack-hist.md
│   │   ├── pulumi-update.md
│   │   ├── pushln.md
│   │   ├── pwd.md
│   │   ├── python3.md
│   │   ├── r.zsh.md
│   │   ├── r2.md
│   │   ├── rbash.md
│   │   ├── rcat.md
│   │   ├── rehash.md
│   │   ├── rgrep.md
│   │   ├── rm.md
│   │   ├── rmdir.md
│   │   ├── robo.md
│   │   ├── rustup-install.md
│   │   ├── rustup-uninstall.md
│   │   ├── shred.md
│   │   ├── sr.md
│   │   ├── stat.md
│   │   ├── sudoedit.md
│   │   ├── tail.md
│   │   ├── tar.md
│   │   ├── tcpdump.md
│   │   ├── tldr.md
│   │   ├── tlmgr-arch.md
│   │   ├── todoman.md
│   │   ├── tox.md
│   │   ├── tr.md
│   │   ├── trash-cli.md
│   │   ├── typeset.md
│   │   ├── ug.md
│   │   ├── ulimit.md
│   │   ├── unfunction.md
│   │   ├── unlzma.md
│   │   ├── unxz.md
│   │   ├── unzstd.md
│   │   ├── uptime.md
│   │   ├── uv.md
│   │   ├── uvx.md
│   │   ├── vc.md
│   │   ├── vdir.md
│   │   ├── vi.md
│   │   ├── w.md
│   │   ├── watch.md
│   │   ├── wc.md
│   │   ├── who.md
│   │   ├── whoami.md
│   │   ├── whois.md
│   │   ├── xml-c14n.md
│   │   ├── xml-p2x.md
│   │   ├── xml-xmln.md
│   │   ├── xz.md
│   │   ├── xzcat.md
│   │   ├── xzegrep.md
│   │   ├── xzfgrep.md
│   │   ├── yt-dlp.md
│   │   ├── zcat.md
│   │   ├── zeditor.md
│   │   ├── zegrep.md
│   │   ├── zfgrep.md
│   │   ├── zip.md
│   │   ├── zstdcat.md
│   │   └── zstdmt.md
│   ├── dos/
│   │   └── chdir.md
│   ├── freebsd/
│   │   ├── chfn.md
│   │   ├── chsh.md
│   │   ├── ypchfn.md
│   │   ├── ypchpass.md
│   │   └── ypchsh.md
│   ├── linux/
│   │   ├── abrt.md
│   │   ├── alternatives.md
│   │   ├── apparmor_status.md
│   │   ├── apt-add-repository.md
│   │   ├── apt-get.md
│   │   ├── apt.md
│   │   ├── avahi-resolve-address.md
│   │   ├── avahi-resolve-host-name.md
│   │   ├── batcat.md
│   │   ├── blkid.md
│   │   ├── br.md
│   │   ├── cc.md
│   │   ├── cs2.md
│   │   ├── df.md
│   │   ├── dialog.md
│   │   ├── dir.md
│   │   ├── dnf-deplist.md
│   │   ├── dnf5.md
│   │   ├── dockerd.md
│   │   ├── fprintd.md
│   │   ├── getcap.md
│   │   ├── gpasswd.md
│   │   ├── head.md
│   │   ├── hostnamectl.md
│   │   ├── hwloc-ls.md
│   │   ├── i386.md
│   │   ├── ip-route-list.md
│   │   ├── ip-route-show.md
│   │   ├── kill.md
│   │   ├── lex.md
│   │   ├── libuser-lid.md
│   │   ├── limine-scan.md
│   │   ├── linux32.md
│   │   ├── linux64.md
│   │   ├── lookandfeeltool.md
│   │   ├── lrunzip.md
│   │   ├── lrzuntar.md
│   │   ├── megadl.md
│   │   ├── mkfs.vfat.md
│   │   ├── ncal.md
│   │   ├── nmtui-connect.md
│   │   ├── nmtui-edit.md
│   │   ├── nmtui-hostname.md
│   │   ├── pacinstall.md
│   │   ├── pacman-d.md
│   │   ├── pacman-f.md
│   │   ├── pacman-q.md
│   │   ├── pacman-r.md
│   │   ├── pacman-s.md
│   │   ├── pacman-t.md
│   │   ├── pacman-u.md
│   │   ├── pacman.md
│   │   ├── pacremove.md
│   │   ├── pct-move_volume.md
│   │   ├── pw-play.md
│   │   ├── pw-record.md
│   │   ├── qm-agent.md
│   │   ├── qm-importdisk.md
│   │   ├── qm-move-disk.md
│   │   ├── qm-move_disk.md
│   │   ├── qm-rescan.md
│   │   ├── qm-resize.md
│   │   ├── qm-unlink.md
│   │   ├── rkhunter.md
│   │   ├── setcap.md
│   │   ├── shntool-split.md
│   │   ├── ss.md
│   │   ├── steamos-boot-install.md
│   │   ├── systemctl-condreload.md
│   │   ├── systemctl-condrestart.md
│   │   ├── systemctl-condstop.md
│   │   ├── systemctl-force-reload.md
│   │   ├── systemctl-reload-or-try-restart.md
│   │   ├── systemctl.md
│   │   ├── systemd-umount.md
│   │   ├── tor.md
│   │   ├── trash-put.md
│   │   ├── ubuntu-bug.md
│   │   ├── ufw.md
│   │   ├── uname26.md
│   │   ├── update-grub.md
│   │   ├── vnstat.md
│   │   ├── x86_64.md
│   │   ├── xclip.md
│   │   └── yum-config-manager.md
│   ├── netbsd/
│   │   ├── chfn.md
│   │   └── chsh.md
│   ├── openbsd/
│   │   ├── chfn.md
│   │   └── chsh.md
│   ├── osx/
│   │   ├── aa.md
│   │   ├── llvm-lipo.md
│   │   └── mo.md
│   └── windows/
│       ├── bleachbit.md
│       ├── cinst.md
│       ├── clhy.md
│       ├── clist.md
│       ├── cpush.md
│       ├── cuninst.md
│       ├── del.md
│       ├── gcb.md
│       ├── ghy.md
│       ├── h.md
│       ├── history.md
│       ├── iwr.md
│       ├── pwsh-where.md
│       ├── ren.md
│       ├── rni.md
│       ├── sal.md
│       ├── scb.md
│       ├── slmgr.md
│       ├── sls.md
│       └── ventoy.md
├── pages.bn/
│   ├── android/
│   │   ├── am.md
│   │   ├── bugreport.md
│   │   ├── bugreportz.md
│   │   ├── cmd.md
│   │   ├── dalvikvm.md
│   │   ├── dumpsys.md
│   │   ├── getprop.md
│   │   ├── input.md
│   │   ├── logcat.md
│   │   ├── pkg.md
│   │   ├── pm.md
│   │   ├── screencap.md
│   │   ├── settings.md
│   │   └── wm.md
│   ├── common/
│   │   ├── !.md
│   │   ├── ((.md
│   │   ├── ,.md
│   │   ├── ..md
│   │   ├── 2to3.md
│   │   ├── 7z.md
│   │   ├── 7za.md
│   │   ├── 7zr.md
│   │   ├── [.md
│   │   ├── [[.md
│   │   ├── a2ping.md
│   │   ├── aapt.md
│   │   ├── ab.md
│   │   ├── abduco.md
│   │   ├── ac.md
│   │   ├── ack.md
│   │   ├── acme.sh-dns.md
│   │   ├── acme.sh.md
│   │   ├── aireplay-ng.md
│   │   ├── alias.md
│   │   ├── arch.md
│   │   ├── autojump.md
│   │   ├── azure-cli.md
│   │   ├── brew-abv.md
│   │   ├── brew-info.md
│   │   ├── brew-remove.md
│   │   ├── brew-rm.md
│   │   ├── brew-uninstall.md
│   │   ├── bun-c.md
│   │   ├── bun-create.md
│   │   ├── bun-i.md
│   │   ├── bun-install.md
│   │   ├── bun-list.md
│   │   ├── bun-pm-ls.md
│   │   ├── bun-remove.md
│   │   ├── bun-rm.md
│   │   ├── bun-x.md
│   │   ├── bunzip2.md
│   │   ├── bye.md
│   │   ├── bzcat.md
│   │   ├── bzegrep.md
│   │   ├── bzfgrep.md
│   │   ├── bzgrep.md
│   │   ├── bzip2.md
│   │   ├── c++.md
│   │   ├── chdir.md
│   │   ├── clang++.md
│   │   ├── clang-cpp.md
│   │   ├── clang.md
│   │   ├── clojure.md
│   │   ├── cola.md
│   │   ├── comma.md
│   │   ├── compare.md
│   │   ├── copr.md
│   │   ├── crane-cp.md
│   │   ├── docker-commit.md
│   │   ├── docker-container-diff.md
│   │   ├── docker-container-remove.md
│   │   ├── docker-container-rename.md
│   │   ├── docker-container-rm.md
│   │   ├── docker-container-top.md
│   │   ├── docker-cp.md
│   │   ├── docker-diff.md
│   │   ├── docker-exec.md
│   │   ├── docker-images.md
│   │   ├── docker-load.md
│   │   ├── docker-logs.md
│   │   ├── docker-ps.md
│   │   ├── docker-pull.md
│   │   ├── docker-rename.md
│   │   ├── docker-rm.md
│   │   ├── docker-rmi.md
│   │   ├── docker-run.md
│   │   ├── docker-save.md
│   │   ├── docker-slim.md
│   │   ├── docker-start.md
│   │   ├── docker-stats.md
│   │   ├── docker-tag.md
│   │   ├── docker-top.md
│   │   ├── docker-update.md
│   │   ├── egrep.md
│   │   ├── fdfind.md
│   │   ├── fgrep.md
│   │   ├── file-rename.md
│   │   ├── fossil-ci.md
│   │   ├── fossil-new.md
│   │   ├── fossil-rm.md
│   │   ├── gdm-binary.md
│   │   ├── getadusers.py.md
│   │   ├── getln.md
│   │   ├── getnpusers.py.md
│   │   ├── getuserspns.py.md
│   │   ├── gh-a11y.md
│   │   ├── gh-agent.md
│   │   ├── gh-at.md
│   │   ├── gh-cs.md
│   │   ├── gh-rs.md
│   │   ├── git-cherry-pick.md
│   │   ├── git-continue.md
│   │   ├── git-stage.md
│   │   ├── gnmic-sub.md
│   │   ├── gpg2.md
│   │   ├── grep.md
│   │   ├── gunzip.md
│   │   ├── gzip.md
│   │   ├── hd.md
│   │   ├── helix.md
│   │   ├── hping.md
│   │   ├── https.md
│   │   ├── huggingface-cli.md
│   │   ├── hx.md
│   │   ├── ic.md
│   │   ├── identify.md
│   │   ├── impacket-addcomputer.md
│   │   ├── impacket-getadusers.md
│   │   ├── impacket-getarch.md
│   │   ├── impacket-getnpusers.md
│   │   ├── impacket-gettgt.md
│   │   ├── impacket-getuserspns.md
│   │   ├── impacket-mqtt_check.md
│   │   ├── impacket-mssqlclient.md
│   │   ├── impacket-ntfs-read.md
│   │   ├── impacket-ping.md
│   │   ├── impacket-ping6.md
│   │   ├── impacket-psexec.md
│   │   ├── impacket-rdp_check.md
│   │   ├── impacket-rpcdump.md
│   │   ├── impacket-rpcmap.md
│   │   ├── impacket-sambapipe.md
│   │   ├── impacket-secretsdump.md
│   │   ├── impacket-smbclient.md
│   │   ├── impacket-smbserver.md
│   │   ├── impacket-sniff.md
│   │   ├── impacket-sniffer.md
│   │   ├── impacket-ticketconverter.md
│   │   ├── import.md
│   │   ├── j.md
│   │   ├── jco.md
│   │   ├── jfrog.md
│   │   ├── jira-browse.md
│   │   ├── jira-issue.md
│   │   ├── jira-issues.md
│   │   ├── jira-navigate.md
│   │   ├── jira-open.md
│   │   ├── jira-project.md
│   │   ├── jira-projects.md
│   │   ├── jira-sprint.md
│   │   ├── jira-sprints.md
│   │   ├── jo.md
│   │   ├── jupyterlab.md
│   │   ├── kafkacat.md
│   │   ├── kite.md
│   │   ├── kr.md
│   │   ├── libreoffice.md
│   │   ├── llvm-ar.md
│   │   ├── llvm-g++.md
│   │   ├── llvm-gcc.md
│   │   ├── llvm-nm.md
│   │   ├── llvm-objdump.md
│   │   ├── llvm-strings.md
│   │   ├── luanti.md
│   │   ├── luantiserver.md
│   │   ├── lzcat.md
│   │   ├── lzcmp.md
│   │   ├── lzdiff.md
│   │   ├── lzegrep.md
│   │   ├── lzfgrep.md
│   │   ├── lzgrep.md
│   │   ├── lzless.md
│   │   ├── lzma.md
│   │   ├── lzmore.md
│   │   ├── mapfile.md
│   │   ├── minetest.md
│   │   ├── minetestserver.md
│   │   ├── mogrify.md
│   │   ├── montage.md
│   │   ├── mpicxx.md
│   │   ├── mpiexec.md
│   │   ├── mscore.md
│   │   ├── msedit.md
│   │   ├── netcat.md
│   │   ├── netexec.md
│   │   ├── nm-classic.md
│   │   ├── npm-author.md
│   │   ├── npm-exec.md
│   │   ├── npm-install-test.md
│   │   ├── npm-it.md
│   │   ├── npm-list.md
│   │   ├── npm-ls.md
│   │   ├── npm-owner.md
│   │   ├── npm-rb.md
│   │   ├── npm-rebuild.md
│   │   ├── npm-restart.md
│   │   ├── npm-run-script.md
│   │   ├── npm-run.md
│   │   ├── npm-start.md
│   │   ├── npm-stop.md
│   │   ├── npm-test.md
│   │   ├── npx.md
│   │   ├── ntl.md
│   │   ├── pamnoraw.md
│   │   ├── pamtopnm.md
│   │   ├── perl-rename.md
│   │   ├── pio-init.md
│   │   ├── piodebuggdb.md
│   │   ├── pip3.md
│   │   ├── platformio.md
│   │   ├── pnmdepth.md
│   │   ├── pnmtoplainpnm.md
│   │   ├── pnmtopnm.md
│   │   ├── podman-image-load.md
│   │   ├── podman-image-pull.md
│   │   ├── prename.md
│   │   ├── ptpython3.md
│   │   ├── pulumi-down.md
│   │   ├── pulumi-stack-hist.md
│   │   ├── pulumi-update.md
│   │   ├── pushln.md
│   │   ├── python.md
│   │   ├── python3.md
│   │   ├── r.zsh.md
│   │   ├── r2.md
│   │   ├── rbash.md
│   │   ├── rcat.md
│   │   ├── regex.md
│   │   ├── rehash.md
│   │   ├── rgrep.md
│   │   ├── rustup-install.md
│   │   ├── rustup-uninstall.md
│   │   ├── sr.md
│   │   ├── sudoedit.md
│   │   ├── tlmgr-arch.md
│   │   ├── todoman.md
│   │   ├── trash-cli.md
│   │   ├── typeset.md
│   │   ├── ug.md
│   │   ├── unfunction.md
│   │   ├── unlzma.md
│   │   ├── unxz.md
│   │   ├── unzstd.md
│   │   ├── uvx.md
│   │   ├── vc.md
│   │   ├── vdir.md
│   │   ├── vi.md
│   │   ├── whoami.md
│   │   ├── xml-c14n.md
│   │   ├── xml-canonic.md
│   │   ├── xml-depyx.md
│   │   ├── xml-p2x.md
│   │   ├── xml-pyx.md
│   │   ├── xml-xmln.md
│   │   ├── xz.md
│   │   ├── xzcat.md
│   │   ├── xzegrep.md
│   │   ├── xzfgrep.md
│   │   ├── xzgrep.md
│   │   ├── zcat.md
│   │   ├── zeditor.md
│   │   ├── zegrep.md
│   │   ├── zfgrep.md
│   │   ├── zgrep.md
│   │   ├── zstd.md
│   │   ├── zstdcat.md
│   │   └── zstdmt.md
│   ├── dos/
│   │   └── chdir.md
│   ├── freebsd/
│   │   ├── chfn.md
│   │   ├── chpass.md
│   │   ├── chsh.md
│   │   ├── ypchfn.md
│   │   ├── ypchpass.md
│   │   └── ypchsh.md
│   ├── linux/
│   │   ├── a2disconf.md
│   │   ├── a2dismod.md
│   │   ├── a2dissite.md
│   │   ├── a2enconf.md
│   │   ├── a2enmod.md
│   │   ├── a2ensite.md
│   │   ├── a2query.md
│   │   ├── aa-audit.md
│   │   ├── aa-cleanprof.md
│   │   ├── aa-complain.md
│   │   ├── aa-decode.md
│   │   ├── aa-disable.md
│   │   ├── aa-enforce.md
│   │   ├── aa-genprof.md
│   │   ├── aa-logprof.md
│   │   ├── aa-mergeprof.md
│   │   ├── aa-status.md
│   │   ├── abrt.md
│   │   ├── alien.md
│   │   ├── alternatives.md
│   │   ├── apparmor_status.md
│   │   ├── apt-add-repository.md
│   │   ├── apt-cache.md
│   │   ├── apt-clone.md
│   │   ├── apt-file.md
│   │   ├── apt-get.md
│   │   ├── apt-install.md
│   │   ├── apt.md
│   │   ├── ark.md
│   │   ├── ascii.md
│   │   ├── asciiart.md
│   │   ├── avahi-resolve-address.md
│   │   ├── avahi-resolve-host-name.md
│   │   ├── avahi-resolve.md
│   │   ├── batcat.md
│   │   ├── br.md
│   │   ├── broot.md
│   │   ├── cat.md
│   │   ├── cc.md
│   │   ├── cs2.md
│   │   ├── dir.md
│   │   ├── dnf-deplist.md
│   │   ├── dnf5.md
│   │   ├── flameshot.md
│   │   ├── flash.md
│   │   ├── free.md
│   │   ├── hwloc-ls.md
│   │   ├── i386.md
│   │   ├── ip-route-show.md
│   │   ├── lex.md
│   │   ├── libuser-lid.md
│   │   ├── limine-scan.md
│   │   ├── linux32.md
│   │   ├── linux64.md
│   │   ├── lookandfeeltool.md
│   │   ├── lrunzip.md
│   │   ├── lrzuntar.md
│   │   ├── lz.md
│   │   ├── megadl.md
│   │   ├── mkfs.vfat.md
│   │   ├── ncal.md
│   │   ├── nmtui-connect.md
│   │   ├── nmtui-edit.md
│   │   ├── nmtui-hostname.md
│   │   ├── nmtui.md
│   │   ├── pacinstall.md
│   │   ├── pacman-d.md
│   │   ├── pacman-f.md
│   │   ├── pacman-q.md
│   │   ├── pacman-r.md
│   │   ├── pacman-s.md
│   │   ├── pacman-t.md
│   │   ├── pacman-u.md
│   │   ├── pacremove.md
│   │   ├── pct-move_volume.md
│   │   ├── pg.md
│   │   ├── poweroff.md
│   │   ├── pw-play.md
│   │   ├── pw-record.md
│   │   ├── qm-agent.md
│   │   ├── qm-disk.md
│   │   ├── qm-importdisk.md
│   │   ├── qm-move-disk.md
│   │   ├── qm-move_disk.md
│   │   ├── qm-rescan.md
│   │   ├── qm-resize.md
│   │   ├── qm-unlink.md
│   │   ├── setarch.md
│   │   ├── shntool-split.md
│   │   ├── snap.pkg.md
│   │   ├── steamos-boot-install.md
│   │   ├── systemctl-condreload.md
│   │   ├── systemctl-condrestart.md
│   │   ├── systemctl-condstop.md
│   │   ├── systemctl-force-reload.md
│   │   ├── systemctl-reload-or-try-restart.md
│   │   ├── systemd-umount.md
│   │   ├── trash-put.md
│   │   ├── trash.md
│   │   ├── ubuntu-bug.md
│   │   ├── uname26.md
│   │   ├── update-grub.md
│   │   ├── x86_64.md
│   │   └── yum-config-manager.md
│   ├── netbsd/
│   │   ├── chfn.md
│   │   └── chsh.md
│   ├── openbsd/
│   │   ├── chfn.md
│   │   └── chsh.md
│   ├── osx/
│   │   ├── aa.md
│   │   ├── chpass.md
│   │   ├── ditto.md
│   │   ├── llvm-lipo.md
│   │   └── mo.md
│   ├── sunos/
│   │   └── snoop.md
│   └── windows/
│       ├── bleachbit.md
│       ├── cd.md
│       ├── choice.md
│       ├── chrome.md
│       ├── cinst.md
│       ├── clear-history.md
│       ├── clhy.md
│       ├── clist.md
│       ├── color.md
│       ├── cpush.md
│       ├── cuninst.md
│       ├── curl.md
│       ├── date.md
│       ├── doskey.md
│       ├── exit.md
│       ├── find.md
│       ├── gcb.md
│       ├── get-history.md
│       ├── ghy.md
│       ├── h.md
│       ├── history.md
│       ├── mkdir.md
│       ├── net.md
│       ├── nvm.md
│       ├── path.md
│       ├── pwsh-where.md
│       ├── py.md
│       ├── ren.md
│       ├── rename-item.md
│       ├── rni.md
│       ├── sal.md
│       ├── scb.md
│       ├── scoop.md
│       ├── set.md
│       ├── slmgr.md
│       ├── sls.md
│       ├── time.md
│       ├── title.md
│       ├── ventoy.md
│       ├── wget.md
│       ├── where.md
│       ├── whoami.md
│       ├── winget.md
│       ├── wsl-open.md
│       └── wsl.md
├── pages.bs/
│   ├── common/
│   │   ├── ((.md
│   │   ├── ..md
│   │   ├── arch.md
│   │   ├── aria2.md
│   │   ├── azure-cli.md
│   │   ├── brew-abv.md
│   │   ├── brew-remove.md
│   │   ├── brew-rm.md
│   │   ├── bun-c.md
│   │   ├── bun-i.md
│   │   ├── bun-list.md
│   │   ├── bun-rm.md
│   │   ├── bun-x.md
│   │   ├── bunzip2.md
│   │   ├── bye.md
│   │   ├── bzcat.md
│   │   ├── bzegrep.md
│   │   ├── bzfgrep.md
│   │   ├── c++.md
│   │   ├── chdir.md
│   │   ├── clang-cpp.md
│   │   ├── clojure.md
│   │   ├── cola.md
│   │   ├── comma.md
│   │   ├── compare.md
│   │   ├── copr.md
│   │   ├── crane-cp.md
│   │   ├── createuser.md
│   │   ├── docker-commit.md
│   │   ├── docker-container-diff.md
│   │   ├── docker-container-remove.md
│   │   ├── docker-container-rename.md
│   │   ├── docker-container-rm.md
│   │   ├── docker-container-top.md
│   │   ├── docker-cp.md
│   │   ├── docker-diff.md
│   │   ├── docker-exec.md
│   │   ├── docker-images.md
│   │   ├── docker-load.md
│   │   ├── docker-logs.md
│   │   ├── docker-ps.md
│   │   ├── docker-pull.md
│   │   ├── docker-rename.md
│   │   ├── docker-rm.md
│   │   ├── docker-rmi.md
│   │   ├── docker-run.md
│   │   ├── docker-save.md
│   │   ├── docker-slim.md
│   │   ├── docker-start.md
│   │   ├── docker-stats.md
│   │   ├── docker-tag.md
│   │   ├── docker-top.md
│   │   ├── docker-update.md
│   │   ├── egrep.md
│   │   ├── false.md
│   │   ├── fdfind.md
│   │   ├── fgrep.md
│   │   ├── file-rename.md
│   │   ├── fossil-ci.md
│   │   ├── fossil-forget.md
│   │   ├── fossil-new.md
│   │   ├── fossil-rm.md
│   │   ├── gdm-binary.md
│   │   ├── getln.md
│   │   ├── gh-a11y.md
│   │   ├── gh-agent.md
│   │   ├── gh-at.md
│   │   ├── gh-cs.md
│   │   ├── gh-rs.md
│   │   ├── git-continue.md
│   │   ├── git-stage.md
│   │   ├── gnmic-sub.md
│   │   ├── gpg2.md
│   │   ├── gunzip.md
│   │   ├── hd.md
│   │   ├── head.md
│   │   ├── helix.md
│   │   ├── hping.md
│   │   ├── https.md
│   │   ├── huggingface-cli.md
│   │   ├── ic.md
│   │   ├── identify.md
│   │   ├── impacket-addcomputer.md
│   │   ├── impacket-getadusers.md
│   │   ├── impacket-getarch.md
│   │   ├── impacket-getnpusers.md
│   │   ├── impacket-gettgt.md
│   │   ├── impacket-getuserspns.md
│   │   ├── impacket-mqtt_check.md
│   │   ├── impacket-mssqlclient.md
│   │   ├── impacket-ntfs-read.md
│   │   ├── impacket-ping.md
│   │   ├── impacket-ping6.md
│   │   ├── impacket-psexec.md
│   │   ├── impacket-rdp_check.md
│   │   ├── impacket-rpcdump.md
│   │   ├── impacket-rpcmap.md
│   │   ├── impacket-sambapipe.md
│   │   ├── impacket-secretsdump.md
│   │   ├── impacket-smbclient.md
│   │   ├── impacket-smbserver.md
│   │   ├── impacket-sniff.md
│   │   ├── impacket-sniffer.md
│   │   ├── impacket-ticketconverter.md
│   │   ├── import.md
│   │   ├── j.md
│   │   ├── jco.md
│   │   ├── jfrog.md
│   │   ├── jira-browse.md
│   │   ├── jira-issues.md
│   │   ├── jira-navigate.md
│   │   ├── jira-projects.md
│   │   ├── jira-sprints.md
│   │   ├── jo.md
│   │   ├── jupyterlab.md
│   │   ├── kafkacat.md
│   │   ├── kite.md
│   │   ├── kr.md
│   │   ├── libreoffice.md
│   │   ├── llvm-ar.md
│   │   ├── llvm-g++.md
│   │   ├── llvm-gcc.md
│   │   ├── llvm-nm.md
│   │   ├── llvm-objdump.md
│   │   ├── llvm-strings.md
│   │   ├── logname.md
│   │   ├── luantiserver.md
│   │   ├── lzcat.md
│   │   ├── lzcmp.md
│   │   ├── lzdiff.md
│   │   ├── lzegrep.md
│   │   ├── lzfgrep.md
│   │   ├── lzgrep.md
│   │   ├── lzless.md
│   │   ├── lzma.md
│   │   ├── lzmore.md
│   │   ├── mapfile.md
│   │   ├── minetest.md
│   │   ├── minetestserver.md
│   │   ├── mkfifo.md
│   │   ├── mogrify.md
│   │   ├── montage.md
│   │   ├── mpicxx.md
│   │   ├── mpiexec.md
│   │   ├── mscore.md
│   │   ├── msedit.md
│   │   ├── netcat.md
│   │   ├── netexec.md
│   │   ├── nm-classic.md
│   │   ├── npm-author.md
│   │   ├── npm-it.md
│   │   ├── npm-list.md
│   │   ├── npm-rb.md
│   │   ├── npm-restart.md
│   │   ├── npm-run-script.md
│   │   ├── npm-start.md
│   │   ├── npm-stop.md
│   │   ├── npm-test.md
│   │   ├── npx.md
│   │   ├── ntl.md
│   │   ├── pamnoraw.md
│   │   ├── perl-rename.md
│   │   ├── pio-init.md
│   │   ├── piodebuggdb.md
│   │   ├── pip3.md
│   │   ├── platformio.md
│   │   ├── pnmdepth.md
│   │   ├── pnmtoplainpnm.md
│   │   ├── pnmtopnm.md
│   │   ├── podman-image-load.md
│   │   ├── podman-image-pull.md
│   │   ├── prename.md
│   │   ├── ptpython3.md
│   │   ├── pulumi-down.md
│   │   ├── pulumi-stack-hist.md
│   │   ├── pulumi-update.md
│   │   ├── pushln.md
│   │   ├── python3.md
│   │   ├── r.zsh.md
│   │   ├── r2.md
│   │   ├── rbash.md
│   │   ├── rcat.md
│   │   ├── rehash.md
│   │   ├── rgrep.md
│   │   ├── rustup-install.md
│   │   ├── rustup-uninstall.md
│   │   ├── sh.md
│   │   ├── sha1sum.md
│   │   ├── sha224sum.md
│   │   ├── sha256sum.md
│   │   ├── sha384sum.md
│   │   ├── sha512sum.md
│   │   ├── sr.md
│   │   ├── sudoedit.md
│   │   ├── tail.md
│   │   ├── time.md
│   │   ├── tldr-lint.md
│   │   ├── tldr.md
│   │   ├── tldrl.md
│   │   ├── tlmgr-arch.md
│   │   ├── todoman.md
│   │   ├── trash-cli.md
│   │   ├── tty.md
│   │   ├── typeset.md
│   │   ├── ug.md
│   │   ├── unalias.md
│   │   ├── unclutter.md
│   │   ├── unfunction.md
│   │   ├── unlzma.md
│   │   ├── unxz.md
│   │   ├── unzstd.md
│   │   ├── uvx.md
│   │   ├── vc.md
│   │   ├── vdir.md
│   │   ├── vi.md
│   │   ├── view.md
│   │   ├── vim.md
│   │   ├── whoami.md
│   │   ├── xml-c14n.md
│   │   ├── xml-p2x.md
│   │   ├── xml-xmln.md
│   │   ├── xzcat.md
│   │   ├── xzegrep.md
│   │   ├── xzfgrep.md
│   │   ├── zcat.md
│   │   ├── zeditor.md
│   │   ├── zegrep.md
│   │   ├── zfgrep.md
│   │   ├── zless.md
│   │   ├── zstdcat.md
│   │   └── zstdmt.md
│   ├── dos/
│   │   └── chdir.md
│   ├── freebsd/
│   │   ├── chfn.md
│   │   ├── chsh.md
│   │   ├── ypchfn.md
│   │   ├── ypchpass.md
│   │   └── ypchsh.md
│   ├── linux/
│   │   ├── abrt.md
│   │   ├── alternatives.md
│   │   ├── apparmor_status.md
│   │   ├── apt-add-repository.md
│   │   ├── avahi-resolve-address.md
│   │   ├── avahi-resolve-host-name.md
│   │   ├── batcat.md
│   │   ├── br.md
│   │   ├── cc.md
│   │   ├── cs2.md
│   │   ├── dir.md
│   │   ├── dnf-deplist.md
│   │   ├── dnf5.md
│   │   ├── hwloc-ls.md
│   │   ├── i386.md
│   │   ├── ip-route

================================================
FILE CONTENTS
================================================

================================================
FILE: .devcontainer/devcontainer.json
================================================
{
  "name": "tldr-pages",
  "image": "mcr.microsoft.com/devcontainers/base:ubuntu", // Use Microsoft's Ubuntu Base image for the dev container
  "features": { // Use Node, Python and GitHub CLI features in the dev container
    "ghcr.io/devcontainers/features/node:1": {},
    "ghcr.io/devcontainers/features/python:1": {},
    "ghcr.io/devcontainers/features/github-cli:1": {}
  },

  "privileged": false, // Run the container unprivileged

  "onCreateCommand": {
    "install-python-packages": "pip install -r requirements.txt", // Install Python dependencies in the dev container
    "install-node-packages": "npm install" // Install NPM dependencies in the dev container
  },

  "customizations": {
    "vscode": {
      "settings": {
        // Define suggested settings for the dev container
        "resmon.show.battery": false,
        "resmon.show.cpufreq": false
      },
      "extensions": [
        // Define suggested extensions to preinstall in the dev container
        "EditorConfig.EditorConfig",
        "ms-python.python",
        "ms-python.vscode-pylance",
        "ms-python.flake8",
        "GitHub.vscode-pull-request-github",
        "github.vscode-github-actions",
        "DavidAnson.vscode-markdownlint"
      ]
    }
  }
}


================================================
FILE: .editorconfig
================================================
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true

[*.py]
indent_size = 4


================================================
FILE: .flake8
================================================
[flake8]
max-line-length = 88
# We ignore E501 as black handles it for us, and in a way that ignores strings
# that go over the line length, as opposed to flake8 which flags such strings.
extend-ignore = E203,E501


================================================
FILE: .gitattributes
================================================
# https://github.com/tldr-pages/tldr/issues/7097
* text=auto eol=lf

# GitHub linguist ignores markdown files by default, but tldr-pages
# is mostly markdown, so we explicitly make the pages detectable
pages*/**/*.md linguist-detectable=true
pages*/**/*.md linguist-documentation=false


================================================
FILE: .github/CODEOWNERS
================================================
/pages.ar/ @MachiavelliII @ali90h
/pages.bn/ @badhon495
/pages.cs/ @Sarijen
/pages.de/ @pixelcmtd @gutjuri
/pages.es/ @kant
/pages.fa/ @MrMw3
/pages.fi/ @Managor
/pages.fr/ @nicokosi @noraj @Raizo62
/pages.hi/ @kbdharun @debghs
/pages.id/ @reinhart1010
/pages.it/ @Magrid0 @SpikeTheDragon40k
/pages.nl/ @sebastiaanspeck @leonvsc @Waples @dmmqz
/pages.pl/ @acuteenvy @spageektti
/pages.pt_BR/ @isaacvicente @renie
/pages.ru/ @ivanbaluta @emmanuel-ferdman
/pages.ta/ @kbdharun
/pages.tr/ @tansiret
/pages.zh/ @blueskyson @einverne @DustMerlin @zhb4 @BananaaaKING
/pages.zh_TW/ @blueskyson @DustMerlin @zhb4

/*.md @sbrl @kbdharun @sebastiaanspeck
/.devcontainer/* @kbdharun @sebastiaanspeck
/.github/workflows/* @sbrl @kbdharun @sebastiaanspeck
/scripts/* @sebastiaanspeck @kbdharun
/package.json @kbdharun @sebastiaanspeck
/package-lock.json @kbdharun @sebastiaanspeck
/requirements.txt @kbdharun @sebastiaanspeck

/contributing-guides/maintainers-guide.md @sbrl @kbdharun @sebastiaanspeck
/contributing-guides/style-guide.md @sbrl @kbdharun @sebastiaanspeck
/contributing-guides/translation-templates/ @kbdharun @sebastiaanspeck
/contributing-guides/*.ar.md @MachiavelliII @ali90h
/contributing-guides/*.bn.md @badhon495
/contributing-guides/*.cs.md @Sarijen
/contributing-guides/*.de.md @pixelcmtd @gutjuri
/contributing-guides/*.es.md @kant
/contributing-guides/*.fa.md @MrMw3
/contributing-guides/*.fi.md @Managor
/contributing-guides/*.fr.md @nicokosi @noraj @Raizo62
/contributing-guides/*.hi.md @kbdharun @debghs
/contributing-guides/*.id.md @reinhart1010
/contributing-guides/*.it.md @Magrid0 @SpikeTheDragon40k
/contributing-guides/*.nl.md @sebastiaanspeck @leonvsc @Waples @dmmqz
/contributing-guides/*.pl.md @acuteenvy @spageektti
/contributing-guides/*.pt_BR.md @isaacvicente @renie
/contributing-guides/*.ru.md @ivanbaluta @emmanuel-ferdman
/contributing-guides/*.ta.md @kbdharun
/contributing-guides/*.tr.md @tansiret
/contributing-guides/*.zh.md @blueskyson @einverne @DustMerlin @zhb4 @BananaaaKING
/contributing-guides/*.zh_TW.md @blueskyson @DustMerlin @zhb4


================================================
FILE: .github/ISSUE_TEMPLATE/config.yml
================================================
blank_issues_enabled: true
contact_links:
  - name: Chat room
    url: https://matrix.to/#/#tldr-pages:matrix.org
    about: Consider joining the chat room to discuss your issue, question or suggestion with the community before opening an issue.


================================================
FILE: .github/ISSUE_TEMPLATE/lets-document.yml
================================================
name: 📄 Let's document
title: "Let's document: "
description: Request creation of multiple related pages (e.g. a utility with multiple subcommands).
labels: new command, help wanted, let's document
body:
  - type: textarea
    attributes:
      label: Command description
      description: Describe the commands you want to create.
      placeholder: Tell us about the commands!
    validations:
      required: true
  - type: input
    attributes:
      label: Documentation
      description: Link to the official documentation.
      placeholder: https://example.com
  - type: dropdown
    attributes:
      label: Platform
      description: What platform does the program run on? (Select "Common" if the program works on more than one platform)
      options:
        - Android
        - Common
        - FreeBSD
        - Linux
        - macOS (OS X)
        - NetBSD
        - OpenBSD
        - SunOS
        - Windows
      default: 1
    validations:
      required: true
  - type: input
    attributes:
      label: VCS repository link (e.g. GitHub, GitLab)
      description: Link to the Version Control System repository if the project is open source.
      placeholder: https://github.com/user/repo
  - type: textarea
    attributes:
      label: Additional information
      description: Provide additional information if the command differs between platforms.
  - type: textarea
    attributes:
      label: Commands
      description: List out all the pages you want to create.
      placeholder: |
        - [ ] command1 → <PR_NUMBER>
        - [ ] command2 → <PR_NUMBER>
    validations:
      required: true


================================================
FILE: .github/ISSUE_TEMPLATE/page-modification-request.yml
================================================
name: 📄 Page modification request
title: "Page modification request: "
description: Request modification of a page.
labels: page edit, help wanted
body:
  - type: textarea
    attributes:
      label: Command description
      description: Describe the command you want the page(s) to be modified.
      placeholder: Tell us about the changes in the command!
    validations:
      required: true
  - type: input
    attributes:
      label: Command details
      description: Describe any details related to a command.
      placeholder: e.g. command version
  - type: input
    attributes:
      label: Documentation
      description: Link to the official documentation.
      placeholder: https://example.com
  - type: dropdown
    attributes:
      label: Platform
      description: What platform does the program run on? (Select "Common" if the program works on more than one platform)
      options:
        - Android
        - Common
        - FreeBSD
        - Linux
        - macOS (OS X)
        - NetBSD
        - OpenBSD
        - SunOS
        - Windows
      default: 1
    validations:
      required: true
  - type: input
    attributes:
      label: VCS repository link (e.g. GitHub, GitLab)
      description: Link to the Version Control System repository if the project is open source.
      placeholder: https://github.com/user/repo
  - type: textarea
    attributes:
      label: Additional information
      description: Provide additional information if the command differs between platforms.


================================================
FILE: .github/ISSUE_TEMPLATE/page-request.yml
================================================
name: 📄 Page request
title: "Page request: "
description: Request creation of a page.
labels: new command, help wanted
body:
  - type: textarea
    attributes:
      label: Command description
      description: Describe a command you want to be summarized.
      placeholder: Tell us about the command!
    validations:
      required: true
  - type: input
    attributes:
      label: Command details
      description: Describe any details related to a command.
      placeholder: e.g. command version
  - type: input
    attributes:
      label: Documentation
      description: Link to the official documentation.
      placeholder: https://example.com
  - type: dropdown
    attributes:
      label: Platform
      description: What platform does the program run on? (Select "Common" if the program works on more than one platform)
      options:
        - Android
        - Common
        - FreeBSD
        - Linux
        - macOS (OS X)
        - NetBSD
        - OpenBSD
        - SunOS
        - Windows
      default: 1
    validations:
      required: true
  - type: input
    attributes:
      label: VCS repository link (e.g. GitHub, GitLab)
      description: Link to the Version Control System repository if the project is open source.
      placeholder: https://github.com/user/repo
  - type: textarea
    attributes:
      label: Additional information
      description: Provide additional information if the command differs between platforms.


================================================
FILE: .github/ISSUE_TEMPLATE/page-translation.yml
================================================
name: 📄 Page translation request
title: "Page translation request: "
description: Request translation of a page.
labels: translation, help wanted
body:
  - type: textarea
    attributes:
      label: Command description
      description: Describe the command to get translated for your language.
      placeholder: Tell us what TLDR page you want to see in your language!
    validations:
      required: true


================================================
FILE: .github/PULL_REQUEST_TEMPLATE.md
================================================
<!--
Thank you for contributing!
Please fill in the following checklist, removing items that do not apply.
See also https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md.

Sign the CLA before submitting a pull request or it will be closed after some time.
https://cla-assistant.io/tldr-pages/tldr
-->

### Checklist

- [ ] The page(s) are in the correct platform directories: `common`, `linux`, `osx`, `windows`, `sunos`, `android`, etc.
- [ ] The page description(s) have links to documentation or a homepage.
- [ ] The page(s) follow the [content guidelines](/tldr-pages/tldr/blob/main/CONTRIBUTING.md#guidelines).
- [ ] The page(s) follow the [style guide](/tldr-pages/tldr/blob/main/contributing-guides/style-guide.md).
- [ ] The PR contains at most 5 new pages.
- [ ] The PR is authored by me, or has been human-reviewed if it was created with AI or machine translation software.
- [ ] The PR title conforms to the recommended [templates](/tldr-pages/tldr/blob/main/CONTRIBUTING.md#commit-message-and-pr-title).
- **Version of the command being documented (if known):**
- Reference issue: #


================================================
FILE: .github/codespell-ignore
================================================
crate


================================================
FILE: .github/dependabot.yml
================================================
version: 2
updates:
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "weekly"

  - package-ecosystem: "devcontainers"
    directory: "/"
    schedule:
      interval: "monthly"

  - package-ecosystem: "npm"
    directory: "/"
    schedule:
      interval: "monthly"

  - package-ecosystem: "pip"
    directory: "/"
    schedule:
      interval: "monthly"

  - package-ecosystem: "pip"
    directory: "/scripts/pdf"
    schedule:
      interval: "monthly"


================================================
FILE: .github/workflows/ci.yml
================================================
name: CI

on: ['push', 'pull_request']

jobs:
  ci:
    name: CI
    runs-on: ubuntu-latest
    permissions:
      contents: write # to upload assets to releases
      attestations: write # to upload assets attestation for build provenance
      id-token: write # grant additional permission to attestation action to mint the OIDC token permission

    env:
      # Commit SHA: use PR head if in a PR, otherwise fall back to github.sha
      COMMIT_SHA: ${{ github.event.pull_request.head.sha || github.sha }}
      # PR ID: set to number if in PR, otherwise blank
      PULL_REQUEST_ID: ${{ github.event.number || '' }}

    steps:
    - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
      with:
        fetch-depth: 0

    - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
      with:
        python-version: '3.12'
        cache: 'pip'

    - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
      with:
        node-version: 'lts/*'
        cache: 'npm'

    - name: Install npm dependencies
      run: npm ci

    - name: Install pip dependencies
      run: pip install -r requirements.txt -r scripts/pdf/requirements.txt -r scripts/test-requirements.txt

    - name: Test
      run: npm test

    - name: Upload test logging
      if: github.repository == 'tldr-pages/tldr' && github.event.pull_request.number != ''
      uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
      with:
        name: debug.log
        path: debug.log

    - name: Build
      run: bash scripts/build.sh

    - name: Build PDF
      if: github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/main'
      working-directory: ./scripts/pdf
      run: bash build-pdf.sh

    - name: Deploy
      if: github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/main'
      run: bash scripts/deploy.sh
      env:
        DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

    - name: Check for generated files
      if: github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/main'
      id: check-files
      run: |
        if [[ -n $(find language_archives -name "*.zip" -print -quit) ]]; then
            echo "zip_exists=true" >> $GITHUB_ENV
        else
            echo "zip_exists=false" >> $GITHUB_ENV
        fi

        if [[ -n $(find scripts/pdf -name "*.pdf" -print -quit) ]]; then
            echo "pdf_exists=true" >> $GITHUB_ENV
        else
            echo "pdf_exists=false" >> $GITHUB_ENV
        fi

        if [[ -f tldr.sha256sums ]]; then
            echo "checksums_exist=true" >> $GITHUB_ENV
        else
            echo "checksums_exist=false" >> $GITHUB_ENV
        fi

    - name: Construct subject-path for attest
      if: github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/main'
      id: construct-subject-path
      run: |
        subject_path=""
        if [[ ${{ env.zip_exists }} == 'true' ]]; then
          zip_files=$(find language_archives -name '*.zip' -printf '%p,')
          subject_path+="${zip_files::-1}"
        fi
        if [[ ${{ env.pdf_exists }} == 'true' ]]; then
          if [[ -n $subject_path ]]; then subject_path+=","; fi
          pdf_files=$(find scripts/pdf -name '*.pdf' -printf '%p,')
          subject_path+="${pdf_files::-1}"
        fi
        if [[ ${{ env.checksums_exist }} == 'true' ]]; then
          if [[ -n $subject_path ]]; then subject_path+=","; fi
          subject_path+='tldr.sha256sums'
        fi
        echo "subject_path=$subject_path" >> $GITHUB_ENV

    - name: Attest generated files
      if: github.repository == 'tldr-pages/tldr' && github.ref == 'refs/heads/main'
      id: attest
      uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
      continue-on-error: true # prevent failing when no pages are modified
      with:
        subject-path: ${{ env.subject_path }}


================================================
FILE: .github/workflows/codespell.yml
================================================
name: Codespell
permissions:
  contents: read

on: 
  pull_request:
    # Ignore all other languages except English
    paths-ignore:
      - 'pages.*/*/*'
      - 'contributing-guides/style-guide.*.md'
      - 'contributing-guides/translation-templates/*'
      - 'package-lock.json'

jobs:
  codespell:
    runs-on: ubuntu-latest

    steps:
      - name: Checkout repository
        uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

      - name: Get changed files
        id: changed-files
        uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323 # v47.0.5
        with:
          # Ignore all other languages except English
          files_ignore: |
            pages.*/*/*
            contributing-guides/style-guide.*.md
            contributing-guides/translation-templates/*
            package-lock.json

      - name: Run Codespell
        uses: codespell-project/actions-codespell@8f01853be192eb0f849a5c7d721450e7a467c579 # v2.2
        # Only run if there are changed files to check
        if: ${{ steps.changed-files.outputs.any_changed == 'true' }}
        with:
          ignore_words_file: .github/codespell-ignore
          # Exit with 0 regardless of typos.
          only_warn: 1
          # Only check files in the PR
          path: ${{ steps.changed-files.outputs.all_changed_files }}


================================================
FILE: .github/workflows/copy-release-assets.yml
================================================
name: Copy assets to the new release

on:
  release:
    types: published

env:
  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

jobs:
  release:
    name: Copy release assets
    runs-on: ubuntu-latest
    permissions:
      contents: write # to upload assets to releases
      attestations: write # to upload assets attestation for build provenance
      id-token: write # grant additional permission to attestation action to mint the OIDC token permission

    steps:
      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
        with:
          fetch-depth: 0

      - name: Set tag names
        run: |
          echo "LATEST=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
          echo "PREVIOUS=$(git describe --tags --abbrev=0 $(git describe --tags --abbrev=0)^)" >> $GITHUB_ENV

      - name: Download assets
        run: |
          mkdir release-assets && cd release-assets
          gh release download "$PREVIOUS"

      - name: Construct subject-path for attest
        if: github.repository == 'tldr-pages/tldr'
        id: construct-subject-path
        run: |
          zip_files=$(find release-assets -name '*.zip' -printf '%p,')
          pdf_files=$(find release-assets -name '*.pdf' -printf '%p,')
          subject_path="${zip_files::-1},${pdf_files::-1},release-assets/tldr.sha256sums"
          echo "subject_path=$subject_path" >> $GITHUB_ENV

      - name: Attest copied assets
        if: github.repository == 'tldr-pages/tldr'
        id: attest
        uses: actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
        with:
          subject-path: ${{ env.subject_path }}

      - name: Upload assets
        if: github.repository == 'tldr-pages/tldr'
        working-directory: release-assets
        run: gh release upload "$LATEST" -- *


================================================
FILE: .github/workflows/labeler.yml
================================================
name: PR Labeler
on: 
  pull_request_target:
  pull_request:
    types:
      - ready_for_review
permissions:
  pull-requests: write
jobs:
  labeler:
    runs-on: ubuntu-latest
    steps:
    - uses: tldr-pages/tldr-labeler-action@7cb29444b818130fe056b7e7b3dedcc7db93af45 # v0.6.0
      with:
        token: "${{ secrets.GITHUB_TOKEN }}"


================================================
FILE: .github/workflows/monthly-check.yml
================================================
name: Monthly check GitHub usernames

on:
  workflow_dispatch:
  schedule:
    - cron: "0 0 1 * *"

permissions:
  contents: read
  issues: write

jobs:
  check-usernames:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
      with:
        fetch-depth: 0

    - run: |
        cat .github/CODEOWNERS | grep -o "@[a-zA-Z0-9_-]\+" | sort -u | sed 's/@/https:\/\/api.github.com\/users\//' > usernames.txt
        cat MAINTAINERS.md | grep -o "\*\*.*@[a-zA-Z0-9_-]\+.*\*\*" | grep -o "@[a-zA-Z0-9_-]\+" | sort -u | sed 's/@/https:\/\/api.github.com\/users\//' >> usernames.txt
        sort -u usernames.txt -o usernames.txt

    - name: Lychee URL checker
      uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0
      id: lychee
      continue-on-error: true
      with:
        args: >-
          --verbose
          --no-progress
          --max-concurrency 25
          usernames.txt
      env:
        GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

    - name: Find the last report issue open
      uses: micalevisk/last-issue-action@0d40124cc99ac8601c2516007f0c98ef3d27537b # v2.3.0
      id: last-issue
      with:
        state: open
        labels: check usernames
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

    - name: Update last report open issue created
      if: steps.lychee.outcome == 'failure'
      uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v6.0.0
      with:
        title: GitHub usernames with errors
        content-filepath: lychee/out.md
        issue-number: ${{ steps.last-issue.outputs.issue-number }}
        labels: check usernames

    - name: Close last report open issue
      if: ${{ steps.lychee.outcome == 'success' && steps.last-issue.outputs.has-found == 'true' }}
      env:
        GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      run: gh issue close ${{ steps.last-issue.outputs.issue-number }}


================================================
FILE: .github/workflows/sync.yml
================================================
name: Monthly synchronization

on:
  schedule:
    - cron: '0 0 1 * *'
  workflow_dispatch:

permissions:
  contents: write
  pull-requests: write

jobs:
  sync:
    name: Run synchronization scripts
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
        with:
          fetch-depth: 0

      - uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
        with:
          python-version: '3.12'
          cache: 'pip'

      - name: Install pip dependencies
        run: pip install -r requirements.txt

      - name: Run synchronization scripts
        run: |
          python3 scripts/set-alias-page.py -S
          python3 scripts/set-more-info-link.py -S
          python3 scripts/set-page-title.py -S
          python3 scripts/set-see-also.py -S

      - name: Create Pull Request
        uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1.0
        with:
          commit-message: "pages.*/: synchronize pages"
          title: "pages.*/: synchronize pages"
          body: "Automated monthly synchronization of translated pages with existing English tldr pages."
          branch: "monthly-sync"
          delete-branch: true


================================================
FILE: .gitignore
================================================
# VS Code
.vscode/

# Jetbrains IDE
.idea/

# macOS filesystem custom folder attributes
.DS_Store

# Bundler-specific files
.gem
.bundle

# npm-specific files
node_modules
npm-debug.log

# We used to have an index file in the repository,
# but it's been superseded by a static asset
# hosted at https://tldr-pages.github.io/assets/index.json
pages/index.json
index.json

# Generated PDF pages
scripts/pdf/*.html
scripts/pdf/tldr-pages.pdf

# Python venv for testing the PDF script
# Create it with: python3 -m venv scripts/pdf/venv/
venv

# Generated pycache
__pycache__

# Generated log
debug.log


================================================
FILE: .husky/pre-commit
================================================
npm test


================================================
FILE: .markdownlint.json
================================================
{
  "default": true,
  "MD003": { "style": "atx" },
  "MD007": { "indent": 4 },
  "MD013": { "line_length": 250 },
  "MD026": false,
  "MD029": false,
  "MD033": false,
  "MD034": false,
  "no-hard-tabs": false,
  "whitespace": false
}


================================================
FILE: AGENTS.md
================================================
# TLDR Pages - AI Assistant Guide

This guide helps AI assistants contribute to tldr-pages effectively. For detailed rules, see `contributing-guides/style-guide.md`.

## Quick Decision Workflow

```text
User asks about command X
        │
        ▼
Does page exist? (find pages* -name "X.md")
        │
   ┌────┴────┐
  YES        NO
   │          │
   ▼          ▼
Edit      Which platform?
          │
     ┌────┼────┐
  2+ same  1 platform  Windows
     │       │         │
     ▼       ▼         ▼
  common/  linux/    windows/
                    osx/ etc.
```

## Project Overview

**tldr-pages** - Community-maintained simplified help pages for command-line tools.

- **License**: CC BY 4.0 (pages), MIT (scripts)
- **Website**: https://tldr.sh/
- **Languages**: 30+ translations in `pages.<locale>/`

## Repository Structure

```
pages/           # English pages
  ├── common/    # 2+ platforms
  ├── linux/     # Linux-only
  ├── osx/       # macOS-only
  ├── windows/   # Windows-only
  └── ...        # android, freebsd, openbsd, netbsd, sunos, cisco-ios, dos
pages.<locale>/  # Translations (fr, es, zh, etc.)
scripts/         # Python utilities
```

## Page Format

```markdown
# command-name

> Short, snappy description (1-2 lines max).
> More information: <https://url-to-upstream.tld>.

- Description of example:

`command --option {{path/to/file}}`

- Another example:

`command {{[-f|--flag]}} {{arg}}`

- Display help:

`command {{[-h|--help]}}`

- Display version:

`command {{[-V|--version]}}`
```

### Format Rules

1. **Title**: Match filename exactly (lowercase in filename, case-insensitive in content)
2. **Description**: Start with `>`, 1-2 lines preferred
3. **More Information**: Required, wrapped in `< >`
4. **Examples**: 5 preferred, 8 maximum
5. **Descriptions**: Start with `- `, use **imperative mood** ("List" not "Lists")
6. **Commands**: Wrapped in backticks, separate line after description
7. **Blank Lines**: Required between examples
8. **Trailing Newline**: File must end with newline

## Style Guidelines

### Writing Style

- **Imperative mood**: "List all files" NOT "Lists all files"
- **Concise**: Focus on practical examples
- **No formatting**: No *italics*, **bold**, or other markdown styling
- **Avoid general concepts**: Don't explain UNIX basics

### Placeholder Conventions

| Pattern | Usage |
|---------|-------|
| `{{path/to/file}}` | File paths |
| `{{path/to/directory}}` | Directory paths |
| `{{filename}}` | Filename only |
| `{{file1 file2 ...}}` | Multiple arguments |
| `{{option1\|option2}}` | Alternatives |
| `{{[-v\|--verbose]}}` | Verbose output flag |
| `{{[-it\|--interactive --tty]}}` | Grouped flags |
| `{{1..5}}` | Numeric range |
| `{{*.ext}}` | Wildcard pattern |

### Option Syntax

- **When both forms exist**, use both: `{{[-h|--help]}}`
- **Verify flags exist**: Check `man <command>` or `<command> --help` before documenting
- Note: Version flag varies by command (`-V`, `--version`, or no short option) - check documentation
- Space before args: `--option arg` NOT `--option=arg`
- Short option hints: `[c]reate`, `[v]erbose`

### Keypress Syntax

- Single: `<a>`, `<Enter>`, `<Space>`
- Special: `<Ctrl>`, `<Alt>`, `<Shift>` (PascalCase)
- Combinations: `<Ctrl c>`, `<Alt F4>`
- Sequence: `<Esc><u>`, `<Ctrl k><Ctrl s>`

### More Information Link

- Verify URL is reachable and returns HTTP 200 (follows redirects):

```bash
# Check URL and status code
curl -sL -o /dev/null -w "%{http_code}" https://example.com/command
# Should return: 200
```

- Use official sources (man pages, docs, project sites)
- Preferred: https://manned.org/[command], https://www.gnu.org/software/[command]/manual/

### Help/Version Commands

Place as **last two** examples (in this order) to highlight practical commands first. Use wording: "Display help", "Display version". These are low-priority filler examples—if better practical examples exist, prefer those instead.

## Platform-Specific Rules

### Windows

- **Filename**: lowercase (e.g., `invoke-webrequest.md`)
- **Title**: as-is (`# Invoke-WebRequest`)
- **Command**: as-is (`Invoke-WebRequest`)
- **Paths**: backslashes `{{path\to\file}}`
- **Environment vars**: `%VARIABLE%` (cmd), `$Env:VARIABLE` (PowerShell)
- **PowerShell compatibility**: Must work on 5.1 and latest

### Directory Selection

- **pages/common/**: Command works on 2+ platforms with same syntax
- **pages/<platform>/**: Command works on only ONE platform

## Alias Pages

Use `scripts/set-alias-page.py -p <platform>/<command> -l <locale>` for translations.

```markdown
# alias

> This command is an alias of `original`.
> More information: <https://example.com>.

- View documentation for the original command:

`tldr original`
```

## Subcommands

Commands with subcommands (like `git`) should mention them in the description:

```markdown
# command

> Brief description.
> Some subcommands such as `sub1`, `sub2`, etc. have their own usage documentation.
> More information: <https://example.com>.

- Common usage:

`command {{arg}}`

- View documentation for subcommand:

`tldr command-sub1`
```

**Note**: Each subcommand gets its own page: `git-commit.md`, `git-push.md`, etc.

## Creating Pages

1. Check existing: `find pages* -name "<command>.md"`
2. Determine platform → `pages/common/` (2+ platforms) or `pages/<platform>/`
3. Research: `man <command>`, `<command> --help`, official docs
4. Create file: `pages/<platform>/<command>.md`
5. Write content: 5-8 practical examples (help/version last)
6. Test: `tldr-lint path/to/page.md`
7. Commit: `git add pages/<platform>/<command>.md && git commit -m "<command>: add page"`

### Editing Pages

Commit format: `<command>: <description>` (e.g., `ls: fix typo`, `git-push: add --force example`)

### Translations

1. Ensure English page exists
2. **For alias pages**: Use `scripts/set-alias-page.py -p <platform>/<command> -l <locale>`
3. Create file: `pages.<locale>/<platform>/<command>.md`
4. Translate:
   - Maintain same example structure
   - Keep placeholders in English
   - Don't translate `example.com`
   - Follow language-specific rules below
5. Commit: `<command>: add <language> translation`

## Language-Specific Rules

### Chinese (zh)
- Space around English/numbers: `docker 容器`
- Full-width punctuation

### French (fr)
- Third person: "Extrait" not "Extraire"
- Space before punctuation: `informations :`

### Spanish (es)
- Third person: "Crea" not "Crear"
- Use `identificador` not `id`

### Portuguese (pt_BR, pt_PT)
- Third person: "Lista" not "Listar"

### Indonesian (id)
- No `ber-`/`me-` prefixes: "Unduh" not "Mengunduh"

## Testing & Validation

```bash
# Install linter
npm install -g tldr-lint

# Lint single page or all
tldr-lint pages/common/tar.md
tldr-lint ./pages

# Via npm
npm run lint-tldr-pages
```

### Available Scripts

In `scripts/` directory:

| Script | Purpose |
|--------|---------|
| `set-alias-page.py` | Create/update alias pages |
| `set-more-info-link.py` | Update documentation links |
| `set-page-title.py` | Update page titles |
| `set-see-also.py` | Update "See also" references |
| `update-command.py` | Update command examples |
| `wrong-filename.py` | Find naming issues |

**Flags**: `-p platform/command`, `-l locale`, `-s` (stage), `-n` (dry-run), `-S` (sync)

Example: `python scripts/set-alias-page.py -p common/vi -s`

## AI Review Checklist

When reviewing PRs, verify:

- [ ] Correct format (title, description, examples)
- [ ] Imperative mood in descriptions
- [ ] Proper placeholder syntax `{{}}`
- [ ] Both option forms used when available: `{{[-h|--help]}}`
- [ ] Appropriate platform directory
- [ ] Max 8 examples
- [ ] "More information" link present
- [ ] Help/version examples present with wording "Display help" and "Display version"
- [ ] No bold/italics/styling
- [ ] Blank lines between examples
- [ ] Language-specific rules (translations)

## Resources

- **Style Guide**: `contributing-guides/style-guide.md`
- **CONTRIBUTING.md**: General contribution guidelines
- **Translation Dashboard**: https://lukwebsforge.github.io/tldri18n/
- **Linter**: https://github.com/tldr-pages/tldr-lint

### Common URLs

- https://manned.org/[command] - General man pages
- https://www.gnu.org/software/[command]/manual/ - GNU tools
- https://learn.microsoft.com/powershell/module/... - PowerShell
- https://keith.github.io/xcode-man-pages/ - macOS
- https://git-scm.com/docs/[command] - Git

### Good Examples

- Simple: `pages/common/pwd.md`
- With placeholders: `pages/common/tar.md`
- With subcommands: `pages/common/git.md`
- With aliases: `pages/common/vi.md`
- Windows: `pages/windows/Invoke-WebRequest.md`

## Common Mistakes

**Wrong:**
```markdown
- Lists all files:
`ls -la`
- **Delete** a file:
`rm -rf {file}`
```

**Correct:**
```markdown
- List all files:

`ls -la`

- Delete a file:

`rm -rf {{path/to/file}}`
```

**Other issues:**
- Non-imperative mood: "Lists" instead of "List"
- Wrong placeholders: `{file}` or `[file]` instead of `{{file}}`
- Nested placeholders: `{{path/to/{{file}}}}`
- Missing "More information" link
- No blank lines between examples

## API Cost-Saving Tips

When using AI assistants to create tldr pages:

1. **Check for existing pages first**: Always run `find pages* -name "<command>.md"` before creating new pages to avoid redundant work

2. **Reuse patterns from similar commands**: Look at 2-3 existing pages (e.g., `pages/common/tar.md`, `pages/common/curl.md`) before generating new content instead of asking the AI to invent examples

3. **Provide command help output**: When asking for a new page, include the output of `<command> --help` or `man <command>` to reduce the AI's need to research

4. **Batch similar requests**: Group multiple related page creation requests together rather than making separate API calls

5. **Use the templates**: Reference the templates in this file directly instead of asking the AI to recall them from memory

6. **Verify with linter first**: Run `tldr-lint` before asking for human review to catch simple formatting errors

7. **Limit examples to 5-6**: Use the minimum viable number of examples (5 preferred) rather than maxing out at 8

**Remember**: These tips reduce API costs while maintaining output quality - the key is providing better context upfront so the AI generates correct content in fewer attempts.


================================================
FILE: CLIENT-SPECIFICATION.md
================================================
<!-- markdownlint-disable MD007 MD013 MD024-->
# tldr-pages client specification

**Current Specification Version:** 2.3

This document contains the official specification for tldr-pages clients. It is _not_ a specification of the format of the pages themselves - only a specification of how a user should be able to interface with an official client. For a list of previous versions of the specification, see the [changelog section](#changelog) below.

The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED",  "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC 2119](https://tools.ietf.org/html/rfc2119).

## Terminology

This section defines key terms that are relevant for understanding this specification document.

### Page

tldr-pages consists of multiple _pages_ - each of which describes a specific command.

### Platform

Pages are grouped by platform, i.e. operating systems — for example, `windows`, `linux`, `osx`.
The special platform `common` contains pages for commands that work identically across more than one platform.

If a page is common across multiple platforms, but slightly different on a given platform, then the page is still stored in the `common` directory, but a copy tailored for the differing platform is placed in that platform's specific folder.

For example, if the command `foo` is common to `mac`, `windows`, and `linux` but functions differently on `windows`, then the main page will be stored in `common`, and a copy will be placed in `windows` that's altered to match the different functionality.

Clients SHOULD support passing `common` as an argument to the [platform flag](#arguments) (i.e. `-p common` and `--platform common`) to display identical pages when a platform specific page variant (i.e. under `linux`, `openbsd`, etc) of the command exists.

## Command-line interface

This section describes the standardized command-line interface (CLI) for clients implementing one. Clients that do not provide a CLI can ignore this section.

### Arguments

The following table documents what command-line options MUST be supported and which are optional.

When adding support for an option, clients MUST implement all variants of that option listed in the table. For example, clients should implement _both_ `-v` and `--version`. When a client implements updating the offline cache, they should support _both_ `-u` and `--update`.

Option             | Required?   | Meaning
-------------------|-------------|----------
`-v`, `--version`  | Yes         | Shows the current version of the client, and the version of this specification that it implements.
`-p`, `--platform` | Yes         | Specifies the platform (including common) to be used to perform the action (either listing or searching) as an argument. If this option is specified, the selected platform MUST be checked first instead of the current platform as described below.
`-u`, `--update`   | Conditional | Updates the offline cache of pages. MUST be implemented if caching is supported.
`-l`, `--list`     | No          | Lists all the pages in the current platform to the standard output.
`-L`, `--language` | No          | Specifies the preferred language for the page returned. Overrides other language detection mechanisms. See the [language section](#language) for more information.
`--short-options`  | No          | If set, will filter examples to show their shortform option when available
`--long-options`   | No          | If set, will filter examples to show their longform option when available

By default clients SHOULD display only the longform option when neither `--short-options` or `--long-options` is set by the user. If both are provided, both options should be displayed (see the [Page Structure / Examples](#examples) section for the output format).

Additional decoration MAY be printed if the standard output is a [TTY](https://linusakesson.net/programming/tty/index.php). If not, then the output MUST not contain any additional decorations. For example, a page list MUST be formatted with one page name per line (to enable easy manipulation using standard CLI tools such as `grep` etc.).

Clients MAY support additional custom arguments and syntax not documented here.

Here are some examples of invocations using the above flags:

```bash
tldr --update
tldr --version
tldr -l
```

### Page names

The first argument that does not start with a dash (`-`), MUST be considered the page name.

Page names MAY contain spaces (e.g. `git status`), and such page names MUST be transparently concatenated with dashes (`-`). For example, the page name `git checkout` becomes `git-checkout`.

Page names MAY contain mixed capitalization, and such page names MUST be transparently lowercased. For example, the page name `eyeD3` becomes `eyed3`.

Here are some example invocations:

```bash
tldr 7za
tldr eyeD3  # equivalent to tldr eyed3
tldr git checkout  # equivalent to tldr git-checkout
tldr --platform osx bash
```

## Directory structure

This section documents the directory structure that contains the pages themselves.

The main version of every page is stored inside (but not directly) the `pages` directory. Inside this directory, there is a folder for each platform - for example `windows`, `linux`, and the special `common` platform:

- `pages/`
  - `common/`
  - `linux/`
  - `windows/`
  - `osx/`
  - ...etc.

It is RECOMMENDED that clients support `macos` as an alias for `osx`.

While clients do not need to support new platforms automatically (though such support is RECOMMENDED), they MUST NOT break if additional platforms are added to tldr-pages.

The pages themselves reside inside the appropriate platform folder, with the extension `.md`. Here are some example mappings:

Command name    | Mapped name     | Filename
----------------|-----------------|-------------------
`7za`           | `7za`           | `7za.md`
`git checkout`  | `git-checkout`  | `git-checkout.md`
`tar`           | `tar`           | `tar.md`

### Translations

Other directories sit alongside the main `pages` directory, and contain translations of the main versions of every page - though pages MAY NOT have a translation available for a given language yet. Furthermore, a given language MAY NOT have a folder yet either. The format of these directories is `pages.<locale>`, where `<locale>` is a [POSIX Locale Name](https://www.gnu.org/software/gettext/manual/html_node/Locale-Names.html#Locale-Names) in the form of `<language>_<country>`, where:

- `<language>` is the shortest [ISO 639](https://en.wikipedia.org/wiki/ISO_639) language code for the chosen language (see [here](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) for a complete list).
- `<country>` is the two-letter [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1) country code for the chosen region (see [here](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) for a complete list).

Some examples:

- Chinese (Taiwan): `pages.zh_TW`.
- Portuguese (Brazil): `pages.pt_BR`.
- Italian: `pages.it`.

The structure inside these translation folders is identical to that of the main `pages` folder.

## Page structure

Although this specification is about the interface that clients must provide, it is also worth noting that pages are written in standard [CommonMark](https://commonmark.org/), with the exception of the non-standard `{{`, `}}`, `{{[` and `]}}` placeholder syntax, where:
- `{{` and `}}` surrounds values in an example that indicates editable values.
- `{{[` and `]}}` indicate shortform and longform variants of options which are separated by a single `|`. Shortform on the left, longform on the right.

Things to take into account:
- Clients MAY highlight the placeholders and MUST remove the surrounding curly braces.
- If option placeholders are set to show only shortform or longform options, they MUST not be highlighted. This is because there is no longer user choice involved.
- Clients MUST remove the square brackets from option placeholders when only short- or longform is shown.
- Clients MUST NOT treat them as the placeholder syntax if they are escaped using `\` (i.e. `\{\{` and `\}\}`) and MUST instead display literal braces, without backslashes. Placeholder escaping applies only when both braces are escaped (e.g. in `\{` or `\{{`, backslashes MUST be displayed).
- In cases when a command uses `{}` in its arguments (e.g. `stash@{0}`) **_the outer braces_** mark the placeholder - the braces inside MUST be displayed.
- Clients MUST NOT break if the page format is changed within the _CommonMark_ specification.

### Examples

- `` `ping {{example.com}}` `` MUST be rendered as `ping example.com`
- `` `docker inspect --format '\{\{range.NetworkSettings.Networks\}\}\{\{.IPAddress\}\}\{\{end\}\}' {{container}}` `` MUST be rendered as `docker inspect --format '{{range.NetworkSettings.Networks}}{{.IPAddress}}{{end}}' container`
- `` `mount \\{{computer_name}}\{{share_name}} Z:` `` MUST be rendered as `mount \\computer_name\share_name Z:`
- `` `git stash show --patch {{stash@{0}}}` `` MUST be rendered as `git stash show --patch stash@{0}`
- `` `git add {{[-A|--all]}}` `` MUST be rendered as `git add -A` or `git add --all` when only short or longform is shown. It MUST be rendered as `git add [-A|--all]` when both are requested.

## Page resolution

This section defines the algorithm by which a client can decide which page a user has requested.

After transparently replacing spaces (` `) with dashes (`-`) and lowercasing the name, clients have several decisions to make:

- The language of a page to display to a client
- The platform to display a page from

### Platform

Clients MUST default to displaying the page associated with the platform on which the client is running.

For example, a client running on _Windows 11_ will default to displaying pages from the `windows` platform.
Clients MAY provide a user-configurable option to override this behaviour, however.

If a page is not available for the host platform, clients MUST fall back to the special `common` platform.

If a page is not available for either the host platform or the `common` platform, then clients SHOULD search other platforms and display a page from there - along with a warning message.

For example, a user has a client on Windows and requests the `apt` page. The client consults the platforms in the following order:

1. `windows` - Not available
2. `common` - Not available
3. `osx` - Not available
4. `linux` - Page found

Steps #3 and #4 may be done in either order.

It is possible that due to this page resolution logic, the client may show a page which does not belong to the host platform because a page can reside in `common`, and not be present on the host platform. Clients must not assume that a given command is always executable on the host platform.

It is RECOMMENDED that clients detect new platforms added to the relevant `pages` directory automatically.

#### If a page is not found

If a page cannot be found in _any_ platform, then it is RECOMMENDED that clients display an error message with a link to create a new issue against the `tldr-pages/tldr` GitHub repository. Said link might take the following form:

```url
https://github.com/tldr-pages/tldr/issues/new?title=page%20request:%20{command_name}
```

where `{command_name}` is the name of the command that was not found. Clients that have control over their exit code on the command-line (i.e. clients that provide a CLI) MUST exit with a non-zero exit code in addition to showing the above message.

#### If multiple versions of a page were found

If multiple versions of a page were found for different platforms, then a client MAY choose to display a notice to the user notifying them of this.

## Language

Pages can be written in multiple languages. If a client has access to environment variables, it MUST use them to derive the preferred user language as described in the next paragraphs. If not, then clients MUST make reasonable assumptions based on the information provided by the environment in which they operate (e.g. consulting `navigator.languages` in a browser, etc.).

The [`LANG` environment variable](https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html) specifies the user's preferred locale (in the form `ll[_CC][.encoding]`). The [`LANGUAGE` environment variable](https://www.gnu.org/software/gettext/manual/html_node/The-LANGUAGE-variable.html) specifies a priority list of locales (in the form `l1:l2:...`) that can be used if the locale defined by `LANG` is not available. Both `LANG` and `LANGUAGE` may contain the values `C` or `POSIX`, which should be ignored.

To determine the display language, a client MUST:

1. Check the value of `LANG`. If not set, then skip to step 5.
2. Extract the priority list from `LANGUAGE`. If not set, start with an empty priority list.
3. Append the value of `LANG` to the priority list.
4. Follow the priority list in order and use the first available language.
5. Fall back to English if none of the languages are available.

Examples:

 LANG  | LANGUAGE  | Result
-------|-----------|-----------------------------
 `cz`  |`it:cz:de` | `it`, `cz`, `de`, `en`
 `cz`  |`it:de:fr` | `it`, `de`, `fr`, `cz`, `en`
 `it`  |unset      | `it`, `en`
 unset |`it:cz`    | `en`
 unset |unset      | `en`

Regardless of the language determined through the environment, clients MUST always attempt to fall back to English if the page does not exist in the user's preferred language. Clients MAY notify the user when a page in their preferred language cannot be found (optionally including a link to the [translations section of the contributing guide](https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md#translations)).

It is also RECOMMENDED to make the language configurable, to not only rely on the environment. Clients SHOULD offer options to configure or override the language using configuration files or even command-line options (like `-L, --language` as suggested in the [arguments section](#arguments) above). If such a command-line option is specified, a client must strictly adhere to its value, and MUST NOT show pages in a different language, failing with an appropriate error message instead.

The [`LC_MESSAGES` environment variable](https://www.gnu.org/software/gettext/manual/html_node/Locale-Environment-Variables.html) MAY be present. If the client itself is localized and this environment variable is present, it MUST use its value to determine the language in which interface text is shown (separately from the language used for pages). In the absence of `LC_MESSAGES`, then `LANG` and `LANGUAGE` MUST be used for this purpose instead.

> [!IMPORTANT]
> For page lookup it is highly RECOMMENDED to give precedence to the platform over the language. In other words, look for a platform under each language, before checking the next preferred language. This ensures a meaningful and correct page resolution.

Here's an example of how the lookup should be done on `linux` having set `LANG=it` and `LANGUAGE="it:fr:en"`:

Step  | Path checked         | Outcome
------|--------------------------------|-----------------------
1   | pages.it/linux/some-page.md | does not exist
2   | pages.fr/linux/some-page.md | does not exist
3   | pages/linux/some-page.md    | does not exist
4   | pages.it/common/some-page.md | does not exist
5   | pages.fr/common/some-page.md | does not exist
6   | pages/common/some-page.md   | FOUND!

## Caching

If appropriate, it is RECOMMENDED that clients implement a cache of pages. If implemented, clients MUST download the entire archive either as a whole from **<https://github.com/tldr-pages/tldr/releases/latest/download/tldr.zip>** or download language-specific archives in the format `https://github.com/tldr-pages/tldr/releases/latest/download/tldr-pages.{{language-code}}.zip` (e.g. **<https://github.com/tldr-pages/tldr/releases/latest/download/tldr-pages.en.zip>**). The English archive is also available from **<https://github.com/tldr-pages/tldr/releases/latest/download/tldr-pages.zip>**.

> [!CAUTION]
> Prior to version 2.2, the client specification stated that clients MUST download archives from <https://tldr.sh/assets>. This method is now deprecated, and **_will be removed_** in December 2025.
> Clients that still use the old location will therefore stop working next year.

Caching SHOULD be done according to the user's language configuration (if any), to not waste unneeded space for unused languages. Additionally, clients MAY automatically update the cache regularly.

## Changelog

<!--
Maintainer note:

Keep the changelog links pointing to this document under the appropriate
`/blob/<version-tag>/...` and also reference the PR which introduced the new
version. After merging an update to the client spec, tag appropriately and
create a new release under https://github.com/tldr-pages/tldr/releases
including the changes. NOTE: tagging of the commit with a new version tag (in
the form `vX.Y`) should be done immediately AFTER merging the version bump, as
the commit hash changes when merging with squash or rebase.
-->

- [v2.3, March 7th 2025](https://github.com/tldr-pages/tldr/blob/v2.3/CLIENT-SPECIFICATION.md) ([#15866](https://github.com/tldr-pages/tldr/pull/15866))
  - Added longform/shortform specifications ([#15253](https://github.com/tldr-pages/tldr/pull/15253))
  - Specify `common` as a supported platform option ([#15855](https://github.com/tldr-pages/tldr/pull/15855))
  - Add the date of removal of the old asset website ([#15862](https://github.com/tldr-pages/tldr/pull/15862))
  - Various grammar fixes

- [v2.2, March 20th 2024](https://github.com/tldr-pages/tldr/blob/v2.2/CLIENT-SPECIFICATION.md) ([#12452](https://github.com/tldr-pages/tldr/pull/12452))
  - Removed redirect text from the [caching section](#caching) ([#12133](https://github.com/tldr-pages/tldr/pull/12133))
  - Updated asset URLs to use GitHub releases ([#12158](https://github.com/tldr-pages/tldr/pull/12158))
  - Add requirement to disambiguate triple-brace placeholders ([#12158](https://github.com/tldr-pages/tldr/pull/12158))
  - Add notice to deprecate the old asset URL ([#12452](https://github.com/tldr-pages/tldr/pull/12452))

- [v2.1, November 30th 2023](https://github.com/tldr-pages/tldr/blob/v2.1/CLIENT-SPECIFICATION.md) ([#11523](https://github.com/tldr-pages/tldr/pull/11523))
  - Add requirement to support escaping the placeholder syntax in certain pages ([#10730](https://github.com/tldr-pages/tldr/pull/10730))
  - Add suggestion to detect new platforms added to the relevant `pages` directory automatically ([#11523](https://github.com/tldr-pages/tldr/pull/11523))

- [v2.0, September 10th 2023](https://github.com/tldr-pages/tldr/blob/v2.0/CLIENT-SPECIFICATION.md) ([#10148](https://github.com/tldr-pages/tldr/pull/10148))
  - Add recommendation to support `macos` alias for `osx` ([#7514](https://github.com/tldr-pages/tldr/pull/7514))
  - Drop the special "all" platform from the `--list` flag ([#7561](https://github.com/tldr-pages/tldr/pull/7561))
  - Drop the `master` branch from the assets link. ([#9668](https://github.com/tldr-pages/tldr/pull/9668))
  - Require support for long options ([#9651](https://github.com/tldr-pages/tldr/pull/9651))
  - Add recommendation to support caching individual translation archives ([#10148](https://github.com/tldr-pages/tldr/pull/10148))

- [v1.5, March 17th 2021](https://github.com/tldr-pages/tldr/blob/v1.5/CLIENT-SPECIFICATION.md) ([#5428](https://github.com/tldr-pages/tldr/pull/5428))
  - Add requirement for converting command names to lowercase before running the page resolution algorithm.
  - Use HTTPS for archive links.

- [v1.4, August 13th 2020](https://github.com/tldr-pages/tldr/blob/v1.4/CLIENT-SPECIFICATION.md) ([#4246](https://github.com/tldr-pages/tldr/pull/4246))
  - Add requirement for CLI clients to use non-zero exit code on failing to find a page.

- [v1.3, June 11th 2020](https://github.com/tldr-pages/tldr/blob/v1.3/CLIENT-SPECIFICATION.md) ([#4101](https://github.com/tldr-pages/tldr/pull/4101))
  - Clarified fallback to English in the language resolution algorithm.
  - Update the `LANG` and `LANGUAGE` environment variables to conform to the GNU spec.

- [v1.2, July 3rd 2019](https://github.com/tldr-pages/tldr/blob/v1.2/CLIENT-SPECIFICATION.md) ([#3168](https://github.com/tldr-pages/tldr/pull/3168))
  - Addition of a new `-L, --language` recommended command-line option.
  - Rewording of the language section, also encouraging the use of configuration files for language.
  - Shift from BCP-47 to POSIX style locale tags, with consequent **deprecation of previous versions of the spec**.
  - Clearer clarification about the recommended caching functionality.
  - Correction of the usage of the term "arguments" in the homonym section.

- [v1.1, April 1st 2019](https://github.com/tldr-pages/tldr/blob/v1.1/CLIENT-SPECIFICATION.md) (deprecated) ([#2859](https://github.com/tldr-pages/tldr/pull/2859))
  - Clarified platform section.

- [v1.0, January 23rd 2019](https://github.com/tldr-pages/tldr/blob/v1.0/CLIENT-SPECIFICATION.md) (deprecated) ([#2706](https://github.com/tldr-pages/tldr/pull/2706))
  - Initial release.


================================================
FILE: COMMUNITY-ROLES.md
================================================
# Community roles

The following guidelines aim to keep the project vibrant and responsive,
by ensuring a **smooth transition flow between community roles** —
from newcomer to occasional contributor to regular contributor to maintainer.

This way, the project should be able to adapt dynamically and flexibly
to the natural variations in availability and interest of its contributors,
improving long-term resilience, reducing the risk of burnout, and avoiding
[single points of failure](https://en.wikipedia.org/wiki/Bus_factor).

To this end, rather than _assigning_ roles and tasks to people,
these guidelines aim to **recognize the work that people already do**.
Everyone is encouraged to get involved
and contribute to the project in whatever way they prefer,
and we will strive to **get barriers out of the way** of these contributions.

To ensure that these role-transitioning processes are
straightforward, transparent, predictable, and impartial,
the metrics used are objective, easy to check, and explicitly described below. (That's not to say they're hard-set rules:
exceptions can always be considered through open community discussion.)

> [!IMPORTANT]
> It is required to have a secure [two-factor authentication (2FA)](https://github.com/settings/security) method (Authenticator app/Security Keys/GitHub mobile) enabled for your GitHub account
> to be added as an outside collaborator or a member of the tldr-pages organization.

> [!WARNING]
> SMS-based 2FA methods pose a higher risk of being compromised,
> so **we require all maintainers to disable SMS-based 2FA**
> and use more secure methods.

## When to change roles

- **Regular contributors should be added as collaborators in the repository.**
  Specifically: once a contributor has had at least _5 non-trivial pull requests merged_
  (see `https://github.com/tldr-pages/tldr/commits?author=<username>`)
  on a repository under the tldr-pages organization,
  they should be invited to become
  a **collaborator** in that repository.
  This means they will be able to push commits to that repository,
  as well as merge PRs, label and close issues, among other things.

- **Repository collaborators who regularly perform maintenance tasks should be added as organization members.**
  (Maintenance work means facilitating contributions by other people,
  which in this project typically consists of reviewing and/or merging PRs.)
  Specifically: once a repository collaborator has _merged at least 10 PRs_
  and submitted at least _5 non-trivial reviews to PRs_
  (see `https://github.com/tldr-pages/tldr/pulls?q=reviewed-by:<username>`),
  which can overlap with the 10 they merged themselves,
  they should be invited to become a
  [**member**](https://github.com/orgs/tldr-pages/people)
  of the tldr-pages organization.
  This means they will be able to
  push commits to all of the organization's repositories,
  merge PRs, label and close issues, among other things.

> [!NOTE]
> All members of the tldr-pages organization **must** make their membership public.

- **Organization members who remain active for a while should become organization owners.**
  Specifically: members of the tldr-pages organization
  who remain _active for at least 6 months_
  (see [`MAINTAINERS.md`](MAINTAINERS.md#organization-members))
  should be invited to become an
  [**owner**](https://help.github.com/articles/permission-levels-for-an-organization/)
  of the tldr-pages organization.
  This means they will be able to add people to the organization,
  manage all the organization's repositories, configure integrations, etc.

- **These roles are temporary, and that's OK.**
  People's interests and availability naturally change over time,
  so the project should regularly update the list of people in each role,
  to accurately reflect the active team managing the project
  (and to avoid conveying an undue sense of obligation
  on people whose priorities have shifted.)
  Specifically: If an organization member becomes _inactive for over 6 months_,
  their membership status should be equally deactivated.
  (They should nevertheless remain as collaborators
  in the repositories on which they have been active in the past.)
  Again, this is merely a reflection
  of their actual involvement with the project,
  not a demotion or punishment.
  Indeed, if they return to active participation in the project,
  they should be added back to the organization, to reflect that fact.

## How to change roles

> [!NOTE]
> This section is aimed at owners in the tldr-pages organization
> (i.e. the group of people who can perform these changes).

If you notice a contributor being particularly active,
review their recent contributions to check whether a role transition is due,
according to the criteria defined in the previous section.
If a role change is warranted, **open a new issue proposing that role change**,
using one of the template messages below as a base.

### Adding new collaborators

1. Open an issue with the following message template (edit it as appropriate):

   ```md
   Hi, @username! You seem to be enjoying contributing to the tldr-pages project.
   You now have had five distinct pull requests [merged](<!-- REPLACE THIS WITH THE LINKS TO THE RELEVANT PRs -->)!
   That qualifies you to become a collaborator in this repository, as explained in our [community roles documentation](https://github.com/tldr-pages/tldr/blob/main/COMMUNITY-ROLES.md).

   As a collaborator, you will have commit access to the repository.
   That means you can merge pull requests, label and close issues, and perform various other maintenance tasks that are needed here and there.
   Of course, all of this is voluntary — you're welcome to contribute to the project in whatever ways suit your liking.

   If you do decide to start performing maintenance tasks, though, we only ask you to get familiar with the [maintainer's guide](https://github.com/tldr-pages/tldr/blob/main/contributing-guides/maintainers-guide.md).

   So, what do you say? Can we add you as a collaborator?

   Either way, thanks for all your work so far!

   > [!NOTE]
   > It is required to have a secure [two-factor authentication (2FA)](https://github.com/settings/security) method (Authenticator app/Security Keys/GitHub mobile) enabled for your
   > GitHub account to be added as a collaborator to the tldr-pages/tldr repository.
   ```

2. Once they acknowledge the message and if they accept the invitation,
   go to <https://github.com/tldr-pages/tldr/settings/collaboration>
   and add them to the repository as a collaborator with write permissions.

3. Suggest them to open a PR adding their name to the "Repository collaborators" section
   in [MAINTAINERS.md](MAINTAINERS.md#repository-collaborators) file.
   Make sure to include `Closes #<issue number>` in the PR description.
   The issue will then be automatically closed once the PR gets merged.

   Feel free to use this reply comment template:

   ```md
   Welcome to tldr! I've sent you an invitation to become a collaborator in this repository. 
   
   Feel free to close this issue with a pull request, updating the [MAINTAINERS.md](https://github.com/tldr-pages/tldr/blob/main/MAINTAINERS.md#repository-collaborators) file's active collaborator section with a new entry.

   Also add yourself to the [CODEOWNERS](https://github.com/tldr-pages/tldr/blob/main/.github/CODEOWNERS) file if you wish to take responsibility for reviewing PRs for a language's translations or a specific directory.

   We also have a [Matrix chat room](https://matrix.to/#/#tldr-pages:matrix.org), which we recommend as a way to stay in touch with community discussions and other maintainers.
   ```

### Adding new organization members

1. Open an issue with the following message template (edit it as appropriate):

   ```md
   Hi, @username! After joining as a collaborator in the repository, you have been regularly performing [maintenance tasks](<!-- REPLACE THIS WITH THE LINKS TO THE RELEVANT ISSUES AND/OR PRs -->).

   Thank you for that!

   According to our [community roles documentation](https://github.com/tldr-pages/tldr/blob/main/COMMUNITY-ROLES.md), you've now met the thresholds to be effectively considered an active maintainer of the project.

   To publicly acknowledge that fact, we'd like to add you to the tldr-pages organization.

   If you accept the invitation, we ask you to make your membership public and (in case you don't already) start hanging out in our [Matrix chat room](https://matrix.to/#/#tldr-pages:matrix.org).

   Additionally, consider subscribing to the notifications from the various repositories under the [tldr-pages organization](https://github.com/tldr-pages).

   As one of the public faces of the tldr-pages project, it's also especially important that you follow and encourage the [project governance principles](https://github.com/tldr-pages/tldr/blob/main/GOVERNANCE.md).

   How does that sound? Are you up for it?
   ```

2. Once they acknowledge the message and if they accept the invitation,
   go to <https://github.com/orgs/tldr-pages/people>
   and add them to the organization as a member.

3. Suggest them to open a PR moving their name to the "Organization members" section
   in [MAINTAINERS.md](MAINTAINERS.md#organization-members) file.
   Make sure to include `Closes #<issue number>` in the PR description.
   The issue will then be automatically closed once the PR gets merged.

   Feel free to use this reply comment template:

   ```md
   Welcome to the team! I've sent you an invitation to become a member of the organization. Once you accept it, don't forget to set your membership to ["Public" visibility](https://github.com/orgs/tldr-pages/people).
   
   Feel free to close this issue with a pull request, updating the [MAINTAINERS.md](https://github.com/tldr-pages/tldr/blob/main/MAINTAINERS.md#organization-members) file's active organization members section with a new entry.

   Make sure to update your existing [repository collaborator](https://github.com/tldr-pages/tldr/blob/main/MAINTAINERS.md#repository-collaborators) entry in [MAINTAINERS.md](https://github.com/tldr-pages/tldr/blob/main/MAINTAINERS.md) file and move it to the bottom of the collaborators list.

   Additionally, if you haven't already, add yourself to the [CODEOWNERS](https://github.com/tldr-pages/tldr/blob/main/.github/CODEOWNERS) file if you wish to take responsibility for reviewing PRs for a language's translations or a specific directory.
   ```

### Adding new organization owners

1. Open an issue with the following message template (edit it as appropriate):

   ```md
   Hi, @username! You've been an active tldr-pages organization member for over 6 months.

   Thanks for sticking around this far and helping out!

   According to our [community roles documentation](https://github.com/tldr-pages/tldr/blob/main/COMMUNITY-ROLES.md), you're now eligible to become an owner in the organization.

   That means you will, from now on, be part of the team responsible for performing role changes (like this one!) in the community.
   When performing such role transitions, make sure to follow the process described in the [COMMUNITY-ROLES.md](https://github.com/tldr-pages/tldr/blob/main/COMMUNITY-ROLES.md) document.

   Is that OK with you? Let us know!

   Either way, thanks so much for all the work you've done so far. You rock!
   ```

2. Once they acknowledge the message and if they accept the invitation,
   go to https://github.com/orgs/tldr-pages/people
   and change their role from "member" to "owner".

3. Suggest them to open a PR moving their name to the "Organization owners" section
   in [MAINTAINERS.md](MAINTAINERS.md#organization-owners) file.
   Make sure to include `Closes #<issue number>` in the PR description.
   The issue will then be automatically closed once the PR gets merged.

   Feel free to use this reply comment template:

   ```md
   Welcome to administering tldr-pages! I've converted your role to an Organization Owner.
   
   Feel free to close this issue with a pull request, updating the [MAINTAINERS.md](https://github.com/tldr-pages/tldr/blob/main/MAINTAINERS.md#organization-owners) file's active organization owners section with a new entry.

   Make sure to update your existing [organization member](https://github.com/tldr-pages/tldr/blob/main/MAINTAINERS.md#organization-members) entry in [MAINTAINERS.md](https://github.com/tldr-pages/tldr/blob/main/MAINTAINERS.md) file and move it to the bottom of the members list.

   As an owner, you will be able to perform role changes and also manage the organization's settings. I request you to be extra careful to avoid any accidental misconfigurations and also discuss any changes beforehand with other maintainers before implementing them.
   ```

### Removing inactive organization members

1. Open an issue with the following message template (edit it as appropriate):

   ```md
   Hi, @username! As you know, our [community roles documentation](https://github.com/tldr-pages/tldr/blob/main/COMMUNITY-ROLES.md) defines processes for keeping the list of organization members in sync with the actual maintenance team.
   Since you haven't been active in the project for a while now, we'll be relieving you from the maintainer responsibilities.

   In practice, not much will change on your side, since you'll remain a collaborator in the repos you have been active in.
   That means **you will keep the ability to commit, merge PRs, label and close issues, etc.**, whenever you feel so inclined.

   If you don't, that's all right too!

   Every bit of work you already did for the tldr-pages project was a voluntary gift of your time to this community, which is deeply appreciated.
   Your efforts have contributed to a project which helps hundreds of people every day — be proud of it!

   And of course, you're welcome back anytime as an active maintainer, if you so choose — in which case, just let us know and we'll re-add you to the organization, in accordance with the principles of our governance guidelines.

   In any case, we wish you the best of luck in your new endeavors!
   ```

2. Once they acknowledge the message (or after two weeks without any reaction),
   go to <https://github.com/orgs/tldr-pages/people>, click the gear icon in their row,
   and select the "Convert to outside collaborator" menu entry.

3. Open a PR moving their name to the "Past organization members" section
   in [MAINTAINERS.md](MAINTAINERS.md).
   Make sure to include `Closes #<issue number>` in the PR description.
   The issue will then be automatically closed once the PR is merged.

## Who can change roles

Any member of the community can (and is encouraged to) propose role changes
by following the process outlined [above](#how-to-change-roles).
[Owners of the tldr-pages organization](MAINTAINERS.md#organization-owners)
can then perform the actual role changes.

## CODEOWNERS

The [`.github/CODEOWNERS` file](https://github.com/tldr-pages/tldr/blob/main/.github/CODEOWNERS) allows contributors with write access to the [tldr-pages/tldr repository](https://github.com/tldr-pages/tldr)
to get automatic review request notifications for given files and directories.

If they wish to, contributors can open a pull request to add themselves to this file as desired.

Example uses include (but are not limited to):

- Contributors who speak a specific language and want to assist with reviewing translations in those specific languages.
- Contributors with specific expertise who wish to review pull requests for specific platforms.
- Contributors interested in reviewing [client specification](https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md) updates.

> [!NOTE]
> This mechanism is purely for automatic review requests for PRs and doesn't grant collaborators additional copyright over the code-owned files. View the [LICENSE](https://github.com/tldr-pages/tldr/blob/main/LICENSE.md) file for more information.


================================================
FILE: CONTRIBUTING.md
================================================
# Contributing

[![Matrix chat][matrix-image]][matrix-url]
[![Merged PRs][prs-merged-image]][prs-merged-url]
[![GitHub contributors][contributors-image]][contributors-url]
[![CLA assistant][cla-assistant-image]][cla-assistant-url]
[![license][license-image]][license-url]

[matrix-url]: https://matrix.to/#/#tldr-pages:matrix.org
[matrix-image]: https://img.shields.io/matrix/tldr-pages:matrix.org?label=Chat+on+Matrix
[prs-merged-url]: https://github.com/tldr-pages/tldr/pulls?q=is:pr+is:merged
[prs-merged-image]: https://img.shields.io/github/issues-pr-closed-raw/tldr-pages/tldr.svg?label=Merged+PRs&color=green
[contributors-url]: https://github.com/tldr-pages/tldr/graphs/contributors
[contributors-image]: https://img.shields.io/github/contributors/tldr-pages/tldr.svg?label=Contributors
[cla-assistant-url]: https://cla-assistant.io/tldr-pages/tldr
[cla-assistant-image]: https://cla-assistant.io/readme/badge/tldr-pages/tldr
[license-url]: https://github.com/tldr-pages/tldr/blob/main/LICENSE.md
[license-image]: https://img.shields.io/badge/license-CC_BY_4.0-blue.svg?label=License

Contributions to the tldr-pages project are [most welcome](GOVERNANCE.md)!

All `tldr` pages are stored in Markdown right here on GitHub. Just open an issue or send a pull request, and we'll incorporate it as soon as possible.

> [!IMPORTANT]
> While this file contains general instructions to get started, it is suggested to read the [style guide](contributing-guides/style-guide.md) and [translation templates](contributing-guides/translation-templates)
> for more detailed information about the syntax and commonly used translation terms.

To get started, please [sign](https://cla-assistant.io/tldr-pages/tldr) the
[Contributor License Agreement](https://gist.github.com/waldyrious/e50feec13683e565769fbd58ce503d4e).

> [!NOTE]
> When submitting a new command, please base your PR against the `main` branch and check if there's already a pull request in progress for it.

> [!WARNING]
> We strongly discourage using generative AI tools to create new pages, as their output is often inaccurate and may not follow our style guidelines.
> For translations, machine translation tools may be used as reference, but their results must be thoroughly proofread before submission.
> Pull requests suspected of being made in whole or in part through generative AI or machine translation software without human-review will be closed.

## Guidelines

The basic format of a `tldr` page is a set of concrete usage examples.

Here are a few guidelines to get started:

1. Try to keep pages at around 5 examples. Pages can be longer or shorter when appropriate but don't exceed the maximum of eight examples.
   Remember, it's OK if the page doesn't cover everything; that's what `man` is for.
2. When in doubt, keep new command-line users in mind. Err on the side of clarity rather than terseness.
   For example, commands that require `sudo` should include it directly in the examples.
3. Prefer using longform options or try to incorporate the spelled-out version of single-letter options in the example's description if the program doesn't support longform.
   The goal is to allow people to *understand* the syntax of the commands, not just *memorize* it.
4. Introduce options gradually, starting with the simplest command invocations and using more complex examples progressively.
5. Focus on details specific to the command and avoid explaining general UNIX concepts that could apply to any command
   (i.e. relative/absolute paths, glob patterns/wildcards, special character escaping, ...).

These are all guidelines, not strict rules.
Use proper judgement, keeping simplicity and user-friendliness as the top priorities.

When in doubt, have a look at a few existing pages :).

See the full [style guide](https://github.com/tldr-pages/tldr/blob/main/contributing-guides/style-guide.md) for detailed instructions.

## Directory structure

The English pages directory is called `pages`, under which the platform directories are present. Language-specific directories must follow the pattern `pages.<locale>`, where `<locale>` is a
[POSIX Locale Name](https://www.gnu.org/software/gettext/manual/html_node/Locale-Names.html#Locale-Names) in the form of `<language>[_<country>]`, where:

- `<language>` is the shortest [ISO 639](https://en.wikipedia.org/wiki/ISO_639) language code for the chosen language (see [here](https://en.wikipedia.org/wiki/List_of_ISO_639-2_codes) for a complete list).
- `<country>` is the two-letter [ISO 3166-1](https://en.wikipedia.org/wiki/ISO_3166-1) country code for the chosen region (see [here](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) for a complete list).

The `<country>` code is optional and should only be added when there is a substantial difference between a language (`ll`) and its regional dialects (`ll_CC1`, `ll_CC2`, etc.).
For example, both `fr_FR` and `fr_BE` should fall under the same `pages.fr` directory since there virtually is no difference in writing between standard French and Belgian French.

### Platform directories

The `pages` directory and `pages.*` language-specific directories contain the platform directories, if they have at least one page of that platform.

1. If the command is available for **two or more** platforms, put it **under the `common` directory**.
2. If the command is **only** available for **one** platform, these are the available directories followed by their right platform:

- `android`: Android
- `cisco-ios`: Cisco IOS
- `dos`: MS-DOS/DOSBox/FreeDOS
- `freebsd`: FreeBSD
- `openbsd`: OpenBSD
- `osx`: OSX/Mac OS/macOS (will be replaced by `macos`)
- `linux`: any Linux distro
- `netbsd`: NetBSD
- `sunos`: SunOS
- `windows`: Windows

## Markdown format

As a quick reference, the format of each page should match the following template:

```md
# command-name

> Short, snappy description.
> Preferably one line; two are acceptable if necessary.
> More information: <https://url-to-upstream.tld>.

- Example description:

`command --option`

- Example description:

`command --option1 --option2 {{arg_value}}`
```

For page descriptions, you can additionally use ``See also: `command`.`` and [subcommand reference](#subcommands).

> [!NOTE]
> While we suggest only two lines for the page description, it is acceptable to have more than two lines if it is necessary to add additional information (i.e. [`pacman`](https://github.com/tldr-pages/tldr/blob/main/pages/linux/pacman.md)).

To see some examples of preexisting pages, you can look at:

- [pwd](https://github.com/tldr-pages/tldr/blob/main/pages/common/pwd.md) - one of the simplest command examples
- [tar](https://github.com/tldr-pages/tldr/blob/main/pages/common/tar.md) - page with placeholders

In our pages, we use placeholders defined as being tokens within curly brackets. For example, in `sleep {{5}}`, the user can change 5 to any number.

Other examples but not limited to of our placeholder syntax are:

- `{{path/to/directory}}`
- `{{path/to/directory1 path/to/directory2 ...}}`

However, if the description suggests a specific value, leave it as part of the command, and **not** as a placeholder, for example:

```md
- Display records more recent than 3 days:

`lastlog --time 3`
```

For more detailed formatting guidelines,
refer to the [style guide](contributing-guides/style-guide.md).

## Subcommands

Many programs use subcommands for separating functionality, which may require their own separate pages.

For instance, `git commit` has its own page, as well as `git push` and many others.

To create a page for a subcommand, the program and subcommand need to be separated with a dash (`-`), so `git-commit.md` is shown when calling `tldr git commit`.

You should always add a base page (e.g. `git`) that describes the program and basic switches like `--version` or `--help`.

### Referencing subcommands

The following methods can be used to reference subcommands:

- You can add a note saying ``Some subcommands such as `example command` have their own usage documentation`` to the main page. (See the [subcommand reference](/contributing-guides/translation-templates/subcommand-mention.md) page for translation templates). `example command` should only include the subcommand (e.g. `commit` instead of `git commit`).
- You can use ``See also: `command1`, `command2`.`` template to reference similar commands, aliases and subcommands.
- Alternatively, the whole page can be converted to reference the main subcommands.

For example:

```md
# command

> Short, snappy description.
> Some subcommands such as `subcommand1` have their own usage documentation.
> More information: <https://url-to-upstream.tld>.

- View documentation for creating something:

`tldr command-subcommand1`

- View documentation for managing something:

`tldr command-subcommand2`
```

See these examples for reference:

- [git](pages/common/git.md)
- [distrobox-create](pages/linux/distrobox-create.md)
- [nmcli](pages/linux/nmcli.md)

## Translations

> [!IMPORTANT]
> Translations of pages should be done based on the English (US) page in the `pages` directory. If the English pages don't exist for the command, it should be added first in a PR before creating a translation.

Translation of pages can be done by simply creating the corresponding page within the appropriate [language-specific directory](#directory-structure), creating that as well if it does not already exist.

> [!IMPORTANT]  
> When adding a new language to `tldr`, it is suggested to add it to the [translation templates](contributing-guides/translation-templates) along with any page additions.

> [!TIP]
> When fixing errors in an existing translation, it is suggested to update the page to match the latest version of the English page.

> [!IMPORTANT]
> Only translate or update languages you can confidently read and proofread.
> Avoid machine-generated or bulk edits across languages you do not know.
> When you change an English page, it is fine to leave other languages untouched; native speakers and maintainers will sync them later by referring to the [translation dashboards](https://github.com/tldr-pages/tldr-maintenance/issues/127).

To see the current progress of all translations, you can visit <https://lukwebsforge.github.io/tldri18n/>, which provides a dynamically updated table of all pages and their translations or you can visit <https://github.com/tldr-pages/tldr-maintenance/issues/127>, which provides a dynamically updated list about the translation status (e.g. list all outdated pages) per language.

Some examples of valid locale tags:

- French: `fr`.
- Chinese: `zh`.
- Chinese (Singapore): `zh_SG`.
- Portuguese (Brazil): `pt_BR`.

A list of translated templates for alias pages can be found [here](contributing-guides/translation-templates/alias-pages.md).

It is acceptable for several pages to get translated in one pull request.

For more information about language-specific rules, refer to the [style guide](contributing-guides/style-guide.md#language-specific-rules).

## Inclusive language

Where possible, use inclusive language in the content of pages. For example, prefer terms like "denylist"/"allowlist" instead of "blacklist"/"whitelist", "primary"/"secondary" instead of "master"/"slave", "they" instead of "him"/"her", etc.
Of course, this shouldn't sacrifice content clarity, such as when documenting tools where this terminology has specific technical meanings and its usage is central to explaining the involved concepts.

## Submitting a pull request

### Testing pages locally

Once you have written a `tldr` page, you can test its syntax locally using [`tldr-lint`](https://github.com/tldr-pages/tldr-lint).

The latest version of [NodeJS](https://nodejs.org) is required to install `tldr-lint` with the following command:

```sh
npm install --global tldr-lint
```

Once it is installed, you can test your page by running the following command:

```sh
tldr-lint {{path/to/page.md}}
```

Now, you are ready to submit a pull request!

> [!TIP]
> Additionally, inside the `tldr` directory you can install the dependencies using the `npm install` command and now when you commit your changes, the tests will run automatically via the pre-commit hook.
> (To skip the pre-commit hook and immediately commit your changes use the `git commit --no-verify` command).

### Submitting changes

The easiest way to submit a change is to edit the page directly on the GitHub interface.

Check out the step-by-step instructions (with screenshots) on
[GitHub Help](https://help.github.com/articles/editing-files-in-another-user-s-repository/).

Alternatively, you can do most of the process
[using Git on the command-line](contributing-guides/git-terminal.md).

> [!TIP]
> After creating a pull request, it is suggested to enable the "Allow edits by maintainers" option (This only needs to be done once the first time you create a PR).
> It allows maintainers to make changes to your pull request and assist you in getting it merged, in addition to facilitate the contribution to go on if you can no longer work on it soon for any reason.

### Accepting suggestions within a pull request

The easiest way to apply suggested changes is to accept the suggestion made on your pull request.
Refer to the [GitHub docs](https://docs.github.com/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/incorporating-feedback-in-your-pull-request) for more details.

To commit a suggestion to your pull request, click on `Commit suggestion`:

![Commit suggestion button in Github](./images/commit-suggestion-button.png)

If you want to commit multiple suggestions, go to the "Files changed" tab and batch all suggestions. Now, click the `Commit suggestions` button and enter a commit message to create a single commit.

> [!IMPORTANT]
> Do not force push to pull request branches, unless strictly necessary. We would prefer to preserve commit history within the pull request, so that the order of events between review comments and the commits that address them stays chronological. Pull requests will typically be squashed, so a messy commit history in the PR branch is not necessarily problematic.

### Commit message and PR title

For the commit message and PR title of page changes, use the following format:

`{{command}}: type of change`

Where `{{command}}` is the name of the command being modified, and `type of change` can be (but not limited to) one of the following examples:

- For a new page addition: `ls: add page`, `docker-container-rm: add alias page`
- For a page edit: `cat: fix typo`, `git-push: add --force example`
- For a new translation of an existing page: `cp: add Tamil translation`
- For a modification to the translation of an existing page: `cp: fix typo in Tamil translation`
- For related changes to some pages: `grep, find, locate: synchronize format of wildcards`
- For related changes to several unrelated pages: `pages*: fix Linux casing`
- For multiple subcommand page additions: `git-{add, push, ...}: add page`
- For modifying multiple pages in a language: `pages.<locale>/*: update pages`

For script changes, the commit message and the PR title can be (but not limited to) one of the following examples:

- For a new script addition: `scripts/{{script_name}}: add script`
- For a script edit: `scripts/set-alias-page: fix performance issue`
- For changes that affect multiple scripts: `scripts: replace insecure library`

For other cases, it is suggested to follow <https://www.conventionalcommits.org/> as much as possible.

## Name collisions

When there are multiple commands sharing the same name, the existing page of the command and the new command can be renamed to `command.1` and so on following a numbering scheme or using a suffix relating to the program like the programming language i.e. `command.js`.
The base page can be updated to reference the newly renamed/created pages by following [the disambiguation page format](contributing-guides/style-guide.md#disambiguations).

See the following page for reference:

- [just](pages/common/just.md)

## Licensing

This repository is licensed under the [Creative Commons Attribution 4.0 International License](LICENSE.md).

The contents of the `scripts/` directory are licensed under the [MIT license](LICENSE.md).

Any contributions to this project are governed by the
[Contributor License Agreement](https://cla-assistant.io/tldr-pages/tldr).


================================================
FILE: GOVERNANCE.md
================================================
# Project governance

The tldr-pages project strives to have an **open**, **welcoming**,
and [**non-hierarchical**](https://en.wikipedia.org/wiki/Flat_organization)
governance structure.

To that end, this document describes the principles
that guide the self-management of the project.
By having them written down explicitly and open to scrutiny,
the entire community can read, apply, improve and adapt them as needed,
with no central authority.

Community members are requested to abide by the following principles:

1. **All contributions are welcome**,
   [no matter how small](https://github.com/kentcdodds/all-contributors).
   The tldr-pages project is a
   [do-ocracy](https://communitywiki.org/wiki/DoOcracy),
   so don't hesitate to get involved
   — we're happy to welcome you into the community!
   Please take a look at the [CONTRIBUTING.md](CONTRIBUTING.md) file to get started.

2. **All interactions must be respectful and cordial**.
   Avoid making assumptions about the other's intentions,
   and make your intentions clear.
   When in doubt, provide additional context or ask for clarification.
   Remember, it's very hard to convey meaning in a purely written medium,
   especially between people from different cultures, technical backgrounds,
   English proficiency levels, etc.
   Use inclusive language whenever possible and reasonable — for example,
   [avoid assuming gender](https://en.wikipedia.org/wiki/Singular_they), and
   refrain from racially or ethnically charged terms.

3. **All communications are public**.
   There are no permanent private channels
   where maintainers discuss "internal" matters.
   Occasionally, private chat or email messages may be exchanged,
   e.g. when setting up services that require passwords,
   but otherwise, all communications that impact the project
   will either happen in issue and PR discussions,
   or in the [Matrix chatroom](https://matrix.to/#/#tldr-pages:matrix.org)
   (which is open to all and publicly logged).

4. **All decisions are made by community consensus**.
   This does not mean there has to be unanimity,
   nor that decisions result automatically from vote counts.
   What it means is that
   all interested members of the community are welcome to voice their thoughts,
    and incompatible positions will ideally be resolved
   with participants either agreeing with the final decision or voluntarily
   [consenting](https://en.wikipedia.org/wiki/Sociocracy#Consent_vs._consensus)
   to accept it as "good enough for now, safe enough to try".

5. **Community roles should reflect actual activity**.
   Community roles in the tldr-pages project are set up
   to dynamically reflect organizational work performed by community members,
   rather than assigned as authority positions by top-down decision-making.
   The different roles that contributors can take in the community,
   and the principles that guide the transitions among them,
   are described in the [COMMUNITY-ROLES.md](COMMUNITY-ROLES.md) document.
   A [Maintainer's guide](contributing-guides/maintainers-guide.md) is also available
   to both help maintainers follow a consistent workflow,
   and to make this workflow transparent to the whole community.


================================================
FILE: LICENSE.md
================================================
<!-- markdownlint-disable MD041 -->
Copyright © 2014—present the [tldr-pages team](https://github.com/orgs/tldr-pages/people)
and [contributors](https://github.com/tldr-pages/tldr/graphs/contributors).

**This work is licensed under the
[Creative Commons Attribution 4.0 International License](https://creativecommons.org/licenses/by/4.0/)
(CC-BY).**

----

The contents of the [scripts/](https://github.com/tldr-pages/tldr/tree/main/scripts) directory
are licensed under the MIT license:

> **The MIT License**
>
> Permission is hereby granted, free of charge, to any person obtaining a copy
> of this software and associated documentation files (the "Software"), to deal
> in the Software without restriction, including without limitation the rights
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
> copies of the Software, and to permit persons to whom the Software is
> furnished to do so, subject to the following conditions:
>
> The above copyright notice and this permission notice shall be included in
> all copies or substantial portions of the Software.
>
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
> THE SOFTWARE.


================================================
FILE: MAINTAINERS.md
================================================
# Maintainers

This file contains a list of the maintainers of the tldr-pages project.

> [!NOTE]
> Only the people marked with **bold** are currently in the indicated role.
> The other entries are kept for historical record.

There are three types of maintainers, as described in [COMMUNITY-ROLES.md](https://github.com/tldr-pages/tldr/blob/main/COMMUNITY-ROLES.md#when-to-change-roles): repository collaborators, organization members,
and organization owners — each having specific roles in maintaining the project, as outlined below.

In general terms, all maintainers are expected to follow the [Maintainer's guide](contributing-guides/maintainers-guide.md).

## Repository collaborators

Repository collaborators have write access to the tldr repository, which allows them to label, edit and close issues/pull requests, as well as review and merge pull requests from other contributors.
If you are an owner of the organization, you can see an automated list [here](https://github.com/tldr-pages/tldr/settings/collaboration).

- **Jeef ([@jeeftor](https://github.com/jeeftor))**:
  [12 March 2017](https://github.com/tldr-pages/tldr/issues/1209#issuecomment-285924778) — present
- **Max Xu ([@maxsxu](https://github.com/maxsxu))**:
  [11 January 2018](https://github.com/tldr-pages/tldr/issues/1885) — present
- **David Bialik ([@AnimiVulpis](https://github.com/AnimiVulpis))**:
  [5 November 2018](https://github.com/tldr-pages/tldr/issues/2556) — present
- **Andrik Albuquerque ([@andrik](https://github.com/andrik))**:
  [8 May 2019](https://github.com/tldr-pages/tldr/issues/2988) — present
- **Ivan Aracki ([@Aracki](https://github.com/Aracki))**:
  [8 May 2019](https://github.com/tldr-pages/tldr/issues/2988) — present
- **Pierre Rudloff ([@Rudloff](https://github.com/Rudloff))**:
  [16 November 2019](https://github.com/tldr-pages/tldr/issues/3580) — present
- **Guido Lena Cota ([@glenacota](https://github.com/glenacota))**:
  [19 October 2020](https://github.com/tldr-pages/tldr/issues/4763) — present
- **Sahil Dhiman ([@sahilister](https://github.com/sahilister))**:
  [27 November 2020](https://github.com/tldr-pages/tldr/issues/4994) — present
- **Adam Herst ([@aherst](https://github.com/aherst))**:
  [21 April 2021](https://github.com/tldr-pages/tldr/issues/5810) — present
- **Nicolas Kosinski ([@nicokosi](https://github.com/nicokosi))**:
  [03 May 2021](https://github.com/tldr-pages/tldr/issues/5873) — present
- **Patrice Denis ([@patricedenis](https://github.com/patricedenis))**:
  [10 May 2021](https://github.com/tldr-pages/tldr/issues/5919) — present
- **Reinhart Previano Koentjoro ([@reinhart1010](https://github.com/reinhart1010))**:
  [23 November 2021](https://github.com/tldr-pages/tldr/issues/7404) — present
- **258204 ([@258204](https://github.com/258204))**:
  [10 December 2021](https://github.com/tldr-pages/tldr/issues/7522) — present
- **Nicolas Hansse ([@Nico385412](https://github.com/Nico385412))**:
  [19 July 2022](https://github.com/tldr-pages/tldr/issues/8224) — present
- **Adrien Thebo ([@adrienthebo](https://github.com/adrienthebo))**:
  [17 August 2022](https://github.com/tldr-pages/tldr/issues/8321) — present
- **Cairn ([@CairnThePerson](https://github.com/CairnThePerson))**:
  [1 September 2022](https://github.com/tldr-pages/tldr/issues/8438) — present
- **Lucas Schneider ([@schneiderl](https://github.com/schneiderl))**:
  [11 April 2019](https://github.com/tldr-pages/tldr/issues/2898) — [17 January 2020](https://github.com/tldr-pages/tldr/issues/3764), [7 February 2023](https://github.com/tldr-pages/tldr/issues/10674) — present
- **HoJeong Im ([@IMHOJEONG](https://github.com/IMHOJEONG))**:
  [24 October 2023](https://github.com/tldr-pages/tldr/issues/11200) — present
- **Leon ([@leonvsc](https://github.com/leonvsc))**:
  [14 November 2023](https://github.com/tldr-pages/tldr/issues/11495) — present
- **Matthew Peveler ([@MasterOdin](https://github.com/MasterOdin))**:
  [9 January 2021](https://github.com/tldr-pages/tldr/issues/5122) — [18 March 2021](https://github.com/tldr-pages/tldr/issues/5473), [15 November 2023](https://github.com/tldr-pages/tldr/issues/11509) — present
- **cyqsimon ([@cyqsimon](https://github.com/cyqsimon))**:
  [28 December 2023](https://github.com/tldr-pages/tldr/issues/11864) — present
- **Jongwon Youn ([@korECM](https://github.com/korECM))**:
  [29 December 2023](https://github.com/tldr-pages/tldr/issues/11892) — present
- **Mohammad Reza Soleimani ([@MrMw3](https://github.com/MrMw3))**:
  [07 January 2024](https://github.com/tldr-pages/tldr/issues/12011) — present
- **Alexandre ZANNI ([@noraj](https://github.com/noraj))**:
  [22 February 2024](https://github.com/tldr-pages/tldr/issues/12324) — present
- **Shashank Hebbar ([@quantumflo](https://github.com/quantumflo))**:
  [13 November 2023](https://github.com/tldr-pages/tldr/issues/11460) — [27 March 2024](https://github.com/tldr-pages/tldr/issues/12209), [30 March 2024](https://github.com/tldr-pages/tldr/pull/11622#issuecomment-2027932865) — present
- **Debaudh Ghosh ([@debghs](https://github.com/debghs))**:
  [16 August 2024](https://github.com/tldr-pages/tldr/issues/13450) — present
- **jxu ([@jxu](https://github.com/jxu))**:
  [18 August 2024](https://github.com/tldr-pages/tldr/issues/13451) — present
- **Iván Hernández Cazorla ([@ivanhercaz](https://github.com/ivanhercaz))**:
  [24 December 2019](https://github.com/tldr-pages/tldr/issues/3690) — [5 January 2020](https://github.com/tldr-pages/tldr/issues/3736), [22 September 2024](https://github.com/tldr-pages/tldr/issues/5932) — present
- **Yi Liu ([@LiLittleCat](https://github.com/LiLittleCat))**:
  [23 September 2024](https://github.com/tldr-pages/tldr/issues/13780) — present
- **Karthik Vallamsetla ([@karthik-script](https://github.com/karthik-script))**:
  [01 November 2024](https://github.com/tldr-pages/tldr/issues/14539) — present
- **Igor Támara ([@ikks](https://github.com/ikks))**:
  [01 November 2024](https://github.com/tldr-pages/tldr/issues/14536) — present
- **Zamoca42 ([@Zamoca42](https://github.com/Zamoca42))**:
  [02 November 2024](https://github.com/tldr-pages/tldr/issues/14538) — present
- **CodePsy-2001 ([@CodePsy-2001](https://github.com/CodePsy-2001))**:
  [02 November 2024](https://github.com/tldr-pages/tldr/issues/14537#issuecomment-2457381463) — present
- **Axel Navarro ([@navarroaxel](https://github.com/navarroaxel))**:
  [24 August 2020](https://github.com/tldr-pages/tldr/issues/4291) — [5 October 2020](https://github.com/tldr-pages/tldr/issues/4504), [14 November 2024](https://github.com/tldr-pages/tldr/issues/14541) — present
- **witt ([@witt-bit](https://github.com/witt-bit))**:
  [14 January 2025](https://github.com/tldr-pages/tldr/issues/15514) — present
- **Amine LOUHICHI ([@aminelch](https://github.com/aminelch))**:
  [08 April 2025](https://github.com/tldr-pages/tldr/issues/16126) — present
- **Kristopher Sandoval ([@KristopherLeads](https://github.com/KristopherLeads))**:
  [29 June 2025](https://github.com/tldr-pages/tldr/issues/17024) — present
- **Sarijen ([@Sarijen](https://github.com/Sarijen))**:
  [21 August 2025](https://github.com/tldr-pages/tldr/issues/17757) — present
- **Ali Nazzal ([@ali90h](https://github.com/ali90h))**:
  [10 September 2025](https://github.com/tldr-pages/tldr/issues/18069) — present
- **Sadeed Waseem ([@sadeeed](https://github.com/Sadeeed))**:
  [04 October 2025](https://github.com/tldr-pages/tldr/issues/18393) — present
- **Sahil Afrid Farookhi ([@msaf9](https://github.com/msaf9))**:
  [04 November 2025](https://github.com/tldr-pages/tldr/issues/19189) — present
- **Meinard Francisco ([@znarfm](https://github.com/znarfm))**:
  [04 November 2025](https://github.com/tldr-pages/tldr/issues/19190) — present
- **Md Sakib Sadman Badhon ([@badhon495](https://github.com/badhon495))**:
  [06 November 2025](https://github.com/tldr-pages/tldr/issues/19235) — present
- **Mingliang Song ([@DustMerlin](https://github.com/DustMerlin))**:
  [13 November 2025](https://github.com/tldr-pages/tldr/issues/19336) — present
- **zhb4 ([@zhb4](https://github.com/zhb4))**:
  [14 November 2025](https://github.com/tldr-pages/tldr/issues/19339) — present
- **Emmanuel Ferdman ([@emmanuel-ferdman](https://github.com/emmanuel-ferdman))**:
  [22 November 2025](https://github.com/tldr-pages/tldr/issues/19549) — present
- **Jingsong Zhou ([@BananaaaKING](https://github.com/BananaaaKING))**:
  [02 January 2026](https://github.com/tldr-pages/tldr/issues/20505) — present
- **Peter Babič ([@peterbabic](https://github.com/peterbabic))**:
  [18 March 2026](https://github.com/tldr-pages/tldr/issues/21584) — present
- **Raizo62 ([@Raizo62](https://github.com/Raizo62))**:
  [18 March 2026](https://github.com/tldr-pages/tldr/issues/20981) — present
- Owen Voke ([@owenvoke](https://github.com/owenvoke)):
  [11 January 2018](https://github.com/tldr-pages/tldr/issues/1885) — [26 August 2018](https://github.com/tldr-pages/tldr/issues/2258)
- Marco Bonelli ([@mebeim](https://github.com/mebeim)):
  [28 January 2019](https://github.com/tldr-pages/tldr/issues/2735) — [8 April 2019](https://github.com/tldr-pages/tldr/issues/2874)
- Ein Verne ([@einverne](https://github.com/einverne)):
  [27 October 2019](https://github.com/tldr-pages/tldr/issues/3488) — [6 January 2020](https://github.com/tldr-pages/tldr/issues/3738)
- Zlatan Vasović ([@zlatanvasovic](https://github.com/zlatanvasovic)):
  [28 November 2019](https://github.com/tldr-pages/tldr/issues/3636) — [17 December 2019](https://github.com/tldr-pages/tldr/issues/3663)
- bl-ue ([@bl-ue](https://github.com/bl-ue)):
  [30 December 2020](https://github.com/tldr-pages/tldr/issues/5056) — [2 February 2021](https://github.com/tldr-pages/tldr/issues/5219)
- Tan Siret Akıncı ([@tansiret](https://github.com/tansiret)):
  [3 March 2021](https://github.com/tldr-pages/tldr/issues/5345) — [7 April 2021](https://github.com/tldr-pages/tldr/issues/5702)
- Florian Benscheidt ([@Waples](https://github.com/Waples)):
  [16 April 2021](https://github.com/tldr-pages/tldr/issues/5774) — [19 May 2021](https://github.com/tldr-pages/tldr/issues/5989)
- CleanMachine1 ([@CleanMachine1](https://github.com/CleanMachine1)):
  [14 May 2021](https://github.com/tldr-pages/tldr/issues/5961) — [14 June 2021](https://github.com/tldr-pages/tldr/issues/6123)
- Muhammad Falak R Wani ([@mfrw](https://github.com/mfrw)):
  [6 September 2018](https://github.com/tldr-pages/tldr/issues/2306) — [21 June 2021](https://github.com/tldr-pages/tldr/issues/6142)
- Seth Falco ([@SethFalco](https://github.com/SethFalco)):
  [19 May 2021](https://github.com/tldr-pages/tldr/issues/5993) — [21 June 2021](https://github.com/tldr-pages/tldr/issues/6149)
- Pixel Häußler ([@pixelcmtd](https://github.com/pixelcmtd)):
  [27 August 2021](https://github.com/tldr-pages/tldr/issues/6415) — [16 October 2022](https://github.com/tldr-pages/tldr/pull/9072#issuecomment-1279847932)
- Emily Grace Seville ([@EmilyGraceSeville7cf](https://github.com/EmilyGraceSeville7cf)):
  [19 January 2022](https://github.com/tldr-pages/tldr/issues/1209#issuecomment-285924778) — [24 April 2022](https://github.com/tldr-pages/tldr/issues/8053)
- K.B.Dharun Krishna ([@kbdharun](https://github.com/kbdharun)):
  [06 August 2022](https://github.com/tldr-pages/tldr/issues/8309) — [14 December 2022](https://github.com/tldr-pages/tldr/issues/9625)
- Lin Cheng Chieh ([@blueskyson](https://github.com/blueskyson)):
  [12 August 2021](https://github.com/tldr-pages/tldr/issues/6330) — [4 January 2023](https://github.com/tldr-pages/tldr/issues/9671)
- Lena Pastwa ([@acuteenvy](https://github.com/acuteenvy)):
  [13 May 2023](https://github.com/tldr-pages/tldr/issues/10187) — [21 June 2023](https://github.com/tldr-pages/tldr/issues/10406)
- Juri ([@gutjuri](https://github.com/gutjuri)):
  [06 October 2023](https://github.com/tldr-pages/tldr/issues/10874) — [24 October 2023](https://github.com/tldr-pages/tldr/issues/11201)
- Sebastiaan Speck ([@sebastiaanspeck](https://github.com/sebastiaanspeck)):
  [19 October 2023](https://github.com/tldr-pages/tldr/issues/11075) — [24 October 2023](https://github.com/tldr-pages/tldr/issues/11202)
- Isaac Vicente ([@isaacvicente](https://github.com/isaacvicente)):
  [20 September 2023](https://github.com/tldr-pages/tldr/issues/10737) — [29 December 2023](https://github.com/tldr-pages/tldr/issues/11918)
- Vitor Henrique ([@vitorhcl](https://github.com/vitorhcl)):
  [18 December 2023](https://github.com/tldr-pages/tldr/issues/11771) — [21 January 2024](https://github.com/tldr-pages/tldr/issues/12094)
- Geipro/Proscream ([@Geipro)](https://github.com/Geipro)):
  [19 November 2019](https://github.com/tldr-pages/tldr/issues/3592) — [27 March 2024](https://github.com/tldr-pages/tldr/issues/12209) (Removed during 2FA enforcement)
- Ruben Vereecken ([@rubenvereecken](https://github.com/rubenvereecken)):
  [18 January 2018](https://github.com/tldr-pages/tldr/issues/1878#issuecomment-358610454) — [27 March 2024](https://github.com/tldr-pages/tldr/issues/12209) (Removed during 2FA enforcement)
- Fazle Arefin ([@fazlearefin](https://github.com/fazlearefin)):
  [09 February 2024](https://github.com/tldr-pages/tldr/issues/12227) — [2 April 2024](https://github.com/tldr-pages/tldr/issues/12595)
- Alejandro Cervera ([@tricantivu](https://github.com/tricantivu)):
  [4 January 2024](https://github.com/tldr-pages/tldr/issues/11989) — [3 April 2024](https://github.com/tldr-pages/tldr/issues/12594)
- Magrid0 ([@Magrid0](https://github.com/Magrid0)):
  [22 October 2023](https://github.com/tldr-pages/tldr/issues/11159) — [3 May 2024](https://github.com/tldr-pages/tldr/issues/12717)
- Darío Hereñú ([@kant](https://github.com/kant)):
  [20 September 2023](https://github.com/tldr-pages/tldr/issues/10738) — [3 May 2024](https://github.com/tldr-pages/tldr/issues/12718)
- Wiktor Perskawiec ([@spageektti](https://github.com/spageektti)):
  [11 May 2024](https://github.com/tldr-pages/tldr/issues/12776) — [1 June 2024](https://github.com/tldr-pages/tldr/issues/12869)
- Managor ([@Managor](https://github.com/Managor)):
  [4 September 2023](https://github.com/tldr-pages/tldr/issues/10611) — [3 October 2024](https://github.com/tldr-pages/tldr/issues/13956)
- Renie ([@renie](https://github.com/renie)):
  [03 October 2024](https://github.com/tldr-pages/tldr/issues/13946) — [23 October 2024](https://github.com/tldr-pages/tldr/issues/14343)
- Machiavelli ([@MachiavelliII](https://github.com/MachiavelliII)):
  [21 January 2025](https://github.com/tldr-pages/tldr/issues/15564) — [27 Mar 2025](https://github.com/tldr-pages/tldr/issues/16036)
- Nelson Figueroa ([@nelsonfigueroa](https://github.com/nelsonfigueroa)):
  [21 September 2024](https://github.com/tldr-pages/tldr/issues/13781) — [29 June 2025](https://github.com/tldr-pages/tldr/issues/17025)
- Dylan McGivern ([@dmmqz](https://github.com/dmmqz)):
  [30 May 2025](https://github.com/tldr-pages/tldr/issues/16671) — [30 June 2025](https://github.com/tldr-pages/tldr/issues/17026)
- Marcher Simon ([@marchersimon](https://github.com/marchersimon)):
  [9 March 2021](https://github.com/tldr-pages/tldr/issues/5390) — [9 April 2021](https://github.com/tldr-pages/tldr/issues/5722), [20 November 2023](https://github.com/tldr-pages/tldr/issues/11381) — [12 July 2025](https://github.com/tldr-pages/tldr/issues/17214)
- Harshavardhan ([@TheRootDaemon](https://github.com/TheRootDaemon)):
  [17 August 2025](https://github.com/tldr-pages/tldr/issues/17708) — [26 December 2025](https://github.com/tldr-pages/tldr/issues/20285)
- Ivan Baluta ([@ivanbaluta](https://github.com/ivanbaluta)):
  [03 November 2025](https://github.com/tldr-pages/tldr/issues/19176) — [28 December 2025](https://github.com/tldr-pages/tldr/issues/20284)
- Adriano Inghingolo ([@SpikeTheDragon40k](https://github.com/SpikeTheDragon40k)):
  [22 August 2025](https://github.com/tldr-pages/tldr/issues/17772) — [28 December 2025](https://github.com/tldr-pages/tldr/issues/20286)

## Organization members

In addition to everything that repository collaborators can do, organization members have write access to all the repositories in the tldr-pages organization, and [a few extra maintenance capabilities](https://docs.github.com/en/organizations/managing-peoples-access-to-your-organization-with-roles/permission-levels-for-an-organization).
An automated list can be found [here](https://github.com/orgs/tldr-pages/people).

- **Ein Verne ([@einverne](https://github.com/einverne))**:
  [6 January 2020](https://github.com/tldr-pages/tldr/issues/3738) — present
- **Tan Siret Akıncı ([@tansiret](https://github.com/tansiret))**:
  [7 April 2021](https://github.com/tldr-pages/tldr/issues/5702) — present
- **Florian Benscheidt ([@Waples](https://github.com/Waples))**:
  [19 May 2021](https://github.com/tldr-pages/tldr/issues/5989) — present
- **Seth Falco ([@SethFalco](https://github.com/SethFalco))**:
  [21 June 2021](https://github.com/tldr-pages/tldr/issues/6149) — present
- **Isaac Vicente ([@isaacvicente](https://github.com/isaacvicente))**:
  [29 December 2023](https://github.com/tldr-pages/tldr/issues/11918) — present
- **Vitor Henrique ([@vitorhcl](https://github.com/vitorhcl))**:
  [21 January 2024](https://github.com/tldr-pages/tldr/issues/12094) — present
- **Fazle Arefin ([@fazlearefin](https://github.com/fazlearefin))**:
  [2 April 2024](https://github.com/tldr-pages/tldr/issues/12595) — present
- **Alejandro Cervera ([@tricantivu](https://github.com/tricantivu))**:
  [3 April 2024](https://github.com/tldr-pages/tldr/issues/12594) — present
- **Magrid0 ([@Magrid0](https://github.com/Magrid0))**:
  [3 May 2024](https://github.com/tldr-pages/tldr/issues/12717) — present
- **Darío Hereñú ([@kant](https://github.com/kant))**:
  [3 May 2024](https://github.com/tldr-pages/tldr/issues/12718) — present
- **Renie ([@renie](https://github.com/renie))**:
  [23 October 2024](https://github.com/tldr-pages/tldr/issues/14343) — present
- **Machiavelli ([@MachiavelliII](https://github.com/MachiavelliII))**:
  [27 Mar 2025](https://github.com/tldr-pages/tldr/issues/16036) — present
- **Nelson Figueroa ([@nelsonfigueroa](https://github.com/nelsonfigueroa))**:
  [29 June 2025](https://github.com/tldr-pages/tldr/issues/17025) — present
- **Harshavardhan ([@TheRootDaemon](https://github.com/TheRootDaemon))**:
  [26 December 2025](https://github.com/tldr-pages/tldr/issues/20285) — present
- **Ivan Baluta ([@ivanbaluta](https://github.com/ivanbaluta))**:
  [28 December 2025](https://github.com/tldr-pages/tldr/issues/20284) — present
- **Adriano Inghingolo ([@SpikeTheDragon40k](https://github.com/SpikeTheDragon40k))**:
  [28 December 2025](https://github.com/tldr-pages/tldr/issues/20286) — present
- Owen Voke ([@owenvoke](https://github.com/owenvoke))
  [26 August 2018](https://github.com/tldr-pages/tldr/issues/2258) — [8 May 2019](https://github.com/tldr-pages/tldr/issues/2989)
- Marco Bonelli ([@mebeim](https://github.com/mebeim)):
  [8 April 2019](https://github.com/tldr-pages/tldr/issues/2874) — [20 December 2019](https://github.com/tldr-pages/tldr/issues/3672)
- Zlatan Vasović ([@zlatanvasovic](https://github.com/zlatanvasovic)):
  [17 December 2019](https://github.com/tldr-pages/tldr/issues/3663) — [18 June 2020](https://github.com/tldr-pages/tldr/issues/4113)
- Lucas Schneider ([@schneiderl](https://github.com/schneiderl)):
  [17 January 2020](https://github.com/tldr-pages/tldr/issues/3764) — [3 February 2021](https://github.com/tldr-pages/tldr/issues/5224)
- Axel Navarro ([@navarroaxel](https://github.com/navarroaxel)):
  [5 October 2020](https://github.com/tldr-pages/tldr/issues/4504) — [7 April 2021](https://github.com/tldr-pages/tldr/issues/5703)
- bl-ue ([@bl-ue](https://github.com/bl-ue)):
  [2 February 2021](https://github.com/tldr-pages/tldr/issues/5219) — [25 June 2021](https://matrix.to/#/!zXiOpjSkFTvtMpsenJ:gitter.im/$qCyBANu8Ub_GKJgwh0zKlVSgWASLYxYJXBn4NDEEQPw)
- CleanMachine1 ([@CleanMachine1](https://github.com/CleanMachine1)):
  [14 June 2021](https://github.com/tldr-pages/tldr/issues/6123) — [14 December 2021](https://github.com/tldr-pages/tldr/issues/7541)
- Marcher Simon ([@marchersimon](https://github.com/marchersimon)):
  [9 April 2021](https://github.com/tldr-pages/tldr/issues/5722) — [9 August 2022](https://github.com/tldr-pages/tldr/issues/7540)
- Emily Grace Seville ([@EmilyGraceSeville7cf](https://github.com/EmilyGraceSeville7cf)):
  [25 April 2022](https://github.com/tldr-pages/tldr/issues/8053) — [12 January 2022](https://matrix.to/#/!zXiOpjSkFTvtMpsenJ:gitter.im/$n3Jk7mhIzG6edTVUv6MkAoX_1N5z5MPRj2hclyrfKBI)
- Pixel Häußler ([@pixelcmtd](https://github.com/pixelcmtd)):
  [16 October 2022](https://github.com/tldr-pages/tldr/pull/9072#issuecomment-1279847932) — [10 May 2023](https://github.com/tldr-pages/tldr/pull/10056)
- Muhammad Falak R Wani ([@mfrw](https://github.com/mfrw)):
  [21 June 2021](https://github.com/tldr-pages/tldr/issues/6142) — [9 June 2023](https://github.com/tldr-pages/tldr/issues/10053)
- K.B.Dharun Krishna ([@kbdharun](https://github.com/kbdharun)):
  [14 December 2022](https://github.com/tldr-pages/tldr/issues/9625) — [19 June 2023](https://github.com/tldr-pages/tldr/issues/10057)
- Lin Cheng Chieh ([@blueskyson](https://github.com/blueskyson)):
  [4 January 2023](https://github.com/tldr-pages/tldr/issues/9671) — [7 July 2023](https://github.com/tldr-pages/tldr/issues/10054)
- Matthew Peveler ([@MasterOdin](https://github.com/MasterOdin)):
  [18 March 2021](https://github.com/tldr-pages/tldr/issues/5473) — [15 November 2023](https://github.com/tldr-pages/tldr/issues/11509)
- Lena Pastwa ([@acuteenvy](https://github.com/acuteenvy)):
  [21 June 2023](https://github.com/tldr-pages/tldr/issues/10406) — [27 December 2023](https://github.com/tldr-pages/tldr/issues/11839)
- Sebastiaan Speck ([@sebastiaanspeck](https://github.com/sebastiaanspeck)):
  [24 October 2023](https://github.com/tldr-pages/tldr/issues/11202) — [28 April 2024](https://github.com/tldr-pages/tldr/issues/12687)
- Juri ([@gutjuri](https://github.com/gutjuri)):
  [24 October 2023](https://github.com/tldr-pages/tldr/issues/11201) — [29 April 2024](https://github.com/tldr-pages/tldr/issues/12686)
- Iván Hernández Cazorla ([@ivanhercaz](https://github.com/ivanhercaz)):
  [5 January 2020](https://github.com/tldr-pages/tldr/issues/3736) — [22 September 2024](https://github.com/tldr-pages/tldr/issues/5932)
- Wiktor Perskawiec ([@spageektti](https://github.com/spageektti)):
  [1 June 2024](https://github.com/tldr-pages/tldr/issues/12869) — [29 June 2025](https://github.com/tldr-pages/tldr/issues/17028)
- Managor ([@Managor](https://github.com/Managor)):
  [3 October 2024](https://github.com/tldr-pages/tldr/issues/13956) — [29 June 2025](https://github.com/tldr-pages/tldr/issues/17029)
- Dylan McGivern ([@dmmqz](https://github.com/dmmqz)):
  [30 June 2025](https://github.com/tldr-pages/tldr/issues/17026) — [18 March 2026](https://github.com/tldr-pages/tldr/issues/21586)

## Organization owners

Owners of the tldr-pages organization have admin access to all of its repositories and are responsible for performing role changes in the community.
An automated list can be found [here](https://github.com/orgs/tldr-pages/people).

- **Romain Prieto ([@rprieto](https://github.com/rprieto))**:
  created the project on [8 December 2013](https://github.com/tldr-pages/tldr/commit/11264d9b19000734a2d35ecbdbdebc0b0b45aed9)
- **Agniva De Sarker ([@agnivade](https://github.com/agnivade))**:
  [21 September 2016](https://github.com/tldr-pages/tldr/issues/9899) — present
- **Starbeamrainbowlabs ([@sbrl](https://github.com/sbrl))**:
  [19 April 2017](https://github.com/tldr-pages/tldr/issues/9899) — present
- **Owen Voke ([@owenvoke](https://github.com/owenvoke))**
  [8 May 2019](https://github.com/tldr-pages/tldr/issues/2989) — present
- **Marco Bonelli ([@mebeim](https://github.com/mebeim))**:
  [21 December 2019](https://github.com/tldr-pages/tldr/issues/3672) — present
- **CleanMachine1 ([@CleanMachine1](https://github.com/CleanMachine1))**:
  [14 December 2021](https://github.com/tldr-pages/tldr/issues/7541) — present
- **Pixel Häußler ([@pixelcmtd](https://github.com/pixelcmtd))**:
  [10 May 2023](https://github.com/tldr-pages/tldr/pull/10056) — present
- **Muhammad Falak R Wani ([@mfrw](https://github.com/mfrw))**:
  [9 June 2023](https://github.com/tldr-pages/tldr/pull/10355) — present
- **K.B.Dharun Krishna ([@kbdharun](https://github.com/kbdharun))**:
  [19 June 2023](https://github.com/tldr-pages/tldr/issues/10057) — present
- **Lin Cheng Chieh ([@blueskyson](https://github.com/blueskyson))**:
  [7 July 2023](https://github.com/tldr-pages/tldr/issues/10054) — present
- **Lena Pastwa ([@acuteenvy](https://github.com/acuteenvy))**:
  [27 December 2023](https://github.com/tldr-pages/tldr/issues/11839) — present
- **Sebastiaan Speck ([@sebastiaanspeck](https://github.com/sebastiaanspeck))**:
  [28 April 2024](https://github.com/tldr-pages/tldr/issues/12687) — present
- **Juri ([@gutjuri](https://github.com/gutjuri))**:
  [29 April 2024](https://github.com/tldr-pages/tldr/issues/12686) — present
- **Wiktor Perskawiec ([@spageektti](https://github.com/spageektti))**:
  [29 June 2025](https://github.com/tldr-pages/tldr/issues/17028) — present
- **Managor ([@Managor](https://github.com/Managor))**:
  [29 June 2025](https://github.com/tldr-pages/tldr/issues/17029) — present
- **Dylan McGivern ([@dmmqz](https://github.com/dmmqz))**:
  [18 March 2026](https://github.com/tldr-pages/tldr/issues/21586) — present
- Igor Shubovych ([@igorshubovych](https://github.com/igorshubovych)):
  until [18 January 2018](https://github.com/tldr-pages/tldr/issues/1878#issuecomment-358610454)
- Ruben Vereecken ([@rubenvereecken](https://github.com/rubenvereecken)):
  until [18 January 2018](https://github.com/tldr-pages/tldr/issues/1878#issuecomment-358610454)
- Felix Yan ([@felixonmars](https://github.com/felixonmars)):
  until [18 January 2018](https://github.com/tldr-pages/tldr/issues/1878#issuecomment-358610454)
- Dan Zimmerman ([@danzimm](https://github.com/danzimm)):
  until [18 January 2018](https://github.com/tldr-pages/tldr/issues/1878#issuecomment-358610454)
- Eduardo Gurgel ([@edgurgel](https://github.com/edgurgel)):
  until [18 January 2018](https://github.com/tldr-pages/tldr/issues/1878#issuecomment-358610454)
- Arvid Gerstmann ([@Leandros](https://github.com/Leandros)):
  until [18 January 2018](https://github.com/tldr-pages/tldr/issues/1878#issuecomment-358610454)
- Leandro Ostera ([@leostera](https://github.com/leostera)):
  until [18 January 2018](https://github.com/tldr-pages/tldr/issues/1878#issuecomment-358610454)
- Waldir Pimenta ([@waldyrious](https://github.com/waldyrious)):
  until [26 August 2018](https://github.com/tldr-pages/tldr/issues/2257)
- Zlatan Vasović ([@zlatanvasovic](https://github.com/zlatanvasovic)):
  until [14 December 2021](https://github.com/tldr-pages/tldr/issues/7538)
- Lucas Schneider ([@schneiderl](https://github.com/schneiderl)):
  until [7 February 2023](https://github.com/tldr-pages/tldr/issues/10674)
- Marcher Simon ([@marchersimon](https://github.com/marchersimon)):
  until [20 November 2023](https://github.com/tldr-pages/tldr/issues/11381)
- Axel Navarro ([@navarroaxel](https://github.com/navarroaxel)):
  until [14 November 2024](https://github.com/tldr-pages/tldr/issues/14541)


================================================
FILE: README.md
================================================
<!-- markdownlint-disable MD041 -->

<div align="center">
  <h1><a href="https://tldr.sh/"><img alt="tldr-pages" src="images/banner.png" width=600/></a></h1>

[![Build status][github-actions-image]][github-actions-url]
[![Matrix chat][matrix-image]][matrix-url]
[![Merged PRs][prs-merged-image]][prs-merged-url]
[![GitHub contributors][contributors-image]][contributors-url]
[![license][license-image]][license-url]
[![Mastodon][mastodon-image]][mastodon-url]

[github-actions-url]: https://github.com/tldr-pages/tldr/actions
[github-actions-image]: https://img.shields.io/github/actions/workflow/status/tldr-pages/tldr/ci.yml?branch=main&label=Build
[matrix-url]: https://matrix.to/#/#tldr-pages:matrix.org
[matrix-image]: https://img.shields.io/matrix/tldr-pages:matrix.org?label=Chat+on+Matrix
[prs-merged-url]: https://github.com/tldr-pages/tldr/pulls?q=is:pr+is:merged
[prs-merged-image]: https://img.shields.io/github/issues-pr-closed-raw/tldr-pages/tldr.svg?label=Merged+PRs&color=green
[contributors-url]: https://github.com/tldr-pages/tldr/graphs/contributors
[contributors-image]: https://img.shields.io/github/contributors-anon/tldr-pages/tldr.svg?label=Contributors
[license-url]: https://github.com/tldr-pages/tldr/blob/main/LICENSE.md
[license-image]: https://img.shields.io/badge/license-CC_BY_4.0-blue.svg?label=License
[mastodon-url]: https://fosstodon.org/@tldr_pages
[mastodon-image]: https://img.shields.io/badge/Mastodon-6364FF?logo=mastodon&logoColor=fff
</div>

## What is tldr-pages?

The **tldr-pages** project is a collection of community-maintained help pages
for command-line tools, that aims to be a simpler, more approachable complement
to traditional [man pages](https://en.wikipedia.org/wiki/Man_page).

Maybe you're new to the command-line world. Perhaps you're just a little rusty or can't always recall the arguments for commands like `lsof`, or `tar`?

It certainly doesn't help that, in the past, the first option explained in `man tar` was:

```console
$ man tar
...
-b blocksize
   Specify the block size, in 512-byte records, for tape drive I/O.
   As a rule, this argument is only needed when reading from or writing to tape drives,
   and usually not even then as the default block size of 20 records (10240 bytes) is very common.
...
```

There is room for simpler help pages focused on practical examples.
How about:

<picture>
    <source media="(prefers-color-scheme: dark)" srcset="https://github.com/tldr-pages/tldr/blob/main/images/tldr-dark.png">
    <source media="(prefers-color-scheme: light)" srcset="https://github.com/tldr-pages/tldr/blob/main/images/tldr-light.png">
    <img alt="Screenshot of the tldr client displaying the tar command." src="https://github.com/tldr-pages/tldr/blob/main/images/tldr-dark.png">
</picture>

This repository is just that: an ever-growing collection of examples
for the most common UNIX, Linux, macOS, FreeBSD, NetBSD, OpenBSD,
SunOS, Android, Windows, Cisco IOS, and DOS command-line tools.

## How do I use it?

> [!TIP]
> For browsing without installing a client on your computer,
> see the web client at <https://tldr.inbrowser.app> (with offline support using PWA).

There are several official clients avaiable.

### Python client

The official [Python client](https://github.com/tldr-pages/tldr-python-client) can be installed from [PyPI](https://pypi.org/project/tldr/) via [pipx](https://github.com/pypa/pipx) (or [other package managers](https://github.com/tldr-pages/tldr-python-client#installation)):

```shell
pipx install tldr
```

### Rust client

Linux and Mac users can also install the official [Rust Client](https://github.com/tldr-pages/tlrc) using [Homebrew](https://formulae.brew.sh/formula/tlrc), [Cargo](https://crates.io/crates/tlrc)
(or [other package managers](https://github.com/tldr-pages/tlrc#installation) on other operating systems):

```shell
brew install tlrc
```

```shell
cargo install tlrc --locked
```

Windows users can also install the official [Rust Client](https://github.com/tldr-pages/tlrc) using [Winget](https://github.com/microsoft/winget-pkgs/tree/master/manifests/t/tldr-pages/tlrc) (or [other package managers](https://github.com/tldr-pages/tlrc#installation) on other operating systems):

```shell
winget install tldr-pages.tlrc
```

### Node.js client

Alternatively, you can also use the official [Node.js client](https://github.com/tldr-pages/tldr-node-client), although it has fallen behind in updates:

```shell
npm install -g tldr
```

Then you have direct access to simplified, easy-to-read help for commands, such as `tar`,
accessible through typing `tldr tar` instead of the standard `man tar`.

If you don't want to install any software, check out the [PDF version](https://github.com/tldr-pages/tldr/releases/latest/download/tldr-book.pdf) instead.

> [!NOTE]
> PDFs for translations are available for most languages. You can find them in the release assets of the [latest release](https://github.com/tldr-pages/tldr/releases/latest).

There are also **various other clients** provided by the community,
both for the command-line and for other platforms.
For a comprehensive list of clients, head over to our [Wiki](https://github.com/tldr-pages/tldr/wiki/Clients).

## How do I contribute to tldr-pages?

All contributions are welcome!

Some ways to contribute include:

- Adding your favorite command that isn't covered.
- Adding examples or improving the content of an existing page.
- Adding requested pages from our issues with the [help wanted](https://github.com/tldr-pages/tldr/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22) label.
- Translating pages into different languages.

All `tldr` pages are written in Markdown so that they can be edited quite easily and changes can be submitted in
pull requests here using Git on the command-line or
using the GitHub web interface.

We strive to maintain a [welcoming and collaborative](GOVERNANCE.md) community.
If it's your first time contributing, have a look at the [contributing guidelines](CONTRIBUTING.md), and go ahead!

If you'd like to contribute to translations, you can visit <https://lukwebsforge.github.io/tldri18n/>
to see the overall progress of all translations, and which translations are missing or outdated.

You are also welcome to join us on the [matrix chatroom](https://matrix.to/#/#tldr-pages:matrix.org)!

## Similar projects

- [cheat.sh](https://cheat.sh/)
  Aggregates cheat sheets from multiple sources (including tldr-pages)
  into 1 unified interface.

- [devhints](https://devhints.io/)
  Rico's cheatsheets are not just focused on the command-line and
  include a plethora of other cheatsheets related to programming.

- [eg](https://github.com/srsudar/eg)
  provides detailed examples with explanations on the command-line.
  Examples come from the repository, but `eg` supports displaying
  custom examples and commands alongside the defaults.

- [kb](https://github.com/gnebbia/kb)
  is a minimalist command-line knowledge base manager.
  kb can be used to organize your notes and cheatsheets in a minimalist
  and clean way. It also supports non-text files.

- [navi](https://github.com/denisidoro/navi)
  is an interactive cheatsheet tool, which allows you to browse through
  specific examples or complete commands on the fly.

- [Cheat](https://github.com/cheat/cheat)
  allows you to create and view interactive cheatsheets on the command-line.
  It was designed to help remind Unix system administrators of options
  for commands that they use frequently, but not frequently enough to remember.

- [Command Line Interface Pages](https://github.com/command-line-interface-pages)
  allows you to write standardized help pages for CLI, directories, and configs.

- [bropages (deprecated)](https://github.com/pombadev/bropages)
  are a highly readable supplement to man pages.
  It shows concise, common-case examples for Unix commands.
  The examples are submitted by the user base, and can be voted up or down;
  the best entries are what people see first when they look up a command.

## What does "tldr" mean?

TL;DR stands for "Too Long; Didn't Read".
It originated as Internet slang, where it is used to indicate that a long text
(or parts of it) has been skipped as too lengthy.
Read more in How-To Geek's [article](https://www.howtogeek.com/435266/what-does-tldr-mean-and-how-do-you-use-it/).


================================================
FILE: contributing-guides/git-terminal.md
================================================
# Using Git

## Opening a Pull Request

Most people submit pull requests to the tldr-pages project
[using GitHub's web interface][pr-howto].

If you prefer, you can do most of the process using the command-line instead.
The overall process should look somewhat like this:

1. Fork the tldr-pages/tldr repository on the GitHub web interface.

2. Clone your fork locally:
  `git clone https://github.com/{{your_username}}/tldr.git && cd tldr`

3. Create a feature branch, e.g. named after the command you plan to edit:
  `git switch -c {{branch_name}}`

> [!WARNING]
> It is bad practice to submit a PR from the `main` branch of your forked repository. Please create pull requests from a well-named feature branch.

4. Make your changes (edit existing files or create new ones)

5. Commit the changes (following the [commit message guidelines][commit-msg]):
  `git commit --all -m "{{commit_message}}"`

6. Push the commit(s) to your fork:
  `git push -u origin HEAD`

7. If you want to avoid setting the upstream every time and just run `git push`:
  `git config push.autoSetupRemote true`

> [!WARNING]
> Please avoid force-pushing since it makes the review process harder.

7. Go to the GitHub page for your fork and click the green "Compare & pull request" button.

Please only send related changes in the same pull request.
Typically a pull request will include changes in a single file **unless the pull request introduces translations**.
(Exceptions are [occasionally acceptable][mass-changes])

[pr-howto]: ../CONTRIBUTING.md#submitting-a-pull-request
[commit-msg]: ../CONTRIBUTING.md#commit-message
[mass-changes]: https://github.com/tldr-pages/tldr/pulls?&q=is:pr+is:merged+label:"mass+changes"

## Updating your fork

Forks of GitHub repositories aren't updated automatically. You should update your fork regularly to keep it up-to-date with the latest changes and avoid merge conflicts.

There are two ways to update your fork.

1. Via the GitHub web interface. Click `Fetch upstream` and then `Fetch and merge` on the fork as shown below:

![Fetch and merge button in GitHub](../images/github-fetch-and-merge-button.png)

2. Using Git in the terminal:

```bash
git switch main
git remote add upstream https://github.com/tldr-pages/tldr.git # only run if you don't already have the upstream remote (check with "git remote -v")
git fetch upstream main
git merge upstream/main # in case you have any merge conflicts, click the link below to see how to resolve them
git push
```

[How to resolve merge conflicts](https://docs.github.com/en/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-using-the-command-line)

## Changing the email of your last commit

If the email that you used for the last commit isn't associated with your GitHub account, you can either add it [here](https://github.com/settings/emails) or change the email of the commit with the following commands:

```bash
git commit --amend --author="Your Name <new.email@example.com>"
git push --force-with-lease
```

## Changing the email of any commit(s)

1. Perform an [interactive rebase](https://git-scm.com/docs/git-rebase#Documentation/git-rebase.txt--i), specifying the reference of the earliest commit to modify as the argument.
For example, if the earliest commit with the wrong email address was 6 commits ago, you can specify the commit hash (check it with `git log`) or just `HEAD~6`.

```bash
git rebase --interactive HEAD~6
```

2. You'll see a list of commits starting from the referenced commit to `HEAD`. All of them will default to the instruction `pick`, this means using the commit as-is when replaying them.
For the commits you want to edit, replace the word `pick` with `edit`, then save and exit the editor.

3. The branch will rewind to the referenced commit, then replay them until it reaches a commit with the `edit` instruction. Amend the commit for the correct email address, then continue rebasing.
Repeat this step until you've successfully finished rebasing and replayed all commits.

```bash
git commit --amend --author "Your Name <correct@example.org>"
git rebase --continue
```

4. Finally, because you modified the branch history, you'll need to force push back to your remote repository.

```bash
git push --force-with-lease
```

[![asciicast](https://asciinema.org/a/fFMZzQOgJyfUf8HTnXyRj0v02.svg)](https://asciinema.org/a/fFMZzQOgJyfUf8HTnXyRj0v02)


================================================
FILE: contributing-guides/maintainers-guide.md
================================================
# Maintainer's guide

The following guidelines are meant to provide a general basis
for the behavior expected of tldr-pages maintainers.

> [!NOTE]
> This text is a living standard;
> that is, it is meant to *describe* the project's maintenance practices,
> rather than *prescribe* them.
> As a maintainer, you're expected to refer to it for clarification
> about the collaborative workflows of the project,
> but also to propose changes to it
> that you feel would make it more useful
> as a guideline for current and future maintainers.

## I. Responding to contributions

- When responding to issues or pull requests,
  remember that you're temporarily the face of the tldr-pages project.
  **Be welcoming and friendly**, and if you don't know how to answer,
  ping other maintainers who you think might have a say.

- **Help keep the project responsive**.
  New discussion threads (issues or pull requests)
  should receive a response within 3 days, ideally.
  You can respond yourself
  or ask other members to provide their thoughts/opinions.
  In addition, if possible, try to hang around in the
  [Matrix chat room](https://matrix.to/#/#tldr-pages:matrix.org)
  regularly as well, or at least show up every now and then.

- **Know when and how to say no**.
  Sometimes requests or contributions need to be declined,
  at least in their current form.
  The project has developed multiple guidelines over time to handle edge cases
  — get acquainted with them, and point them out when necessary.
  Be polite, but firm: it saves everyone's time and patience
  to make expectations clear early.

- Always remember to **thank every contribution**,
  even when it can't be accepted (in fact, especially then).
  Keep in mind that
  [every form of contribution](https://github.com/all-contributors/all-contributors)
  (pull request, feature request, bug report, etc.)
  is a voluntary gift of time offered to the tldr-pages project
  by someone who cares about it,
  so make sure it's clear that we don't take it for granted.

- Try to **keep the entire contribution process web-based**, if possible,
  to ensure it is accessible and straightforward.
  If you're comfortable with Git, consider offering to perform
  interactive rebases or other command-line operations
  on behalf of contributors,
  or assisting them if they want to do it themselves.

## II. Handling PRs

- PRs should be merged once they
  (1) **pass the automated tests** (GitHub Actions, CLA signing, etc.),
  (2) have the **review comments addressed**,
  (3) get **approved reviews by two maintainers** (the second maintainer can merge immediately after approving).

- It is suggested to wait for a few hours before merging a PR with new additions to English pages. This is to allow other maintainers to review the changes and provide feedback.

- If a PR is non-English and there are automatic reviewers added via [CODEOWNERS](https://github.com/tldr-pages/tldr/blob/main/.github/CODEOWNERS), the PR at least needs one approval from one of the CODEOWNERS.
    - If a PR fails to get a review from one of the CODEOWNERS after a few days, the first maintainer should ping the CODEOWNERS for review.
    - If it still lingers around for **over 10 days without an approval from one of the CODEOWNERS**, the PR can be merged if it has two approvals.
    - If it only has one approval, please read the next point.

- If a PR fails to get a review from a second maintainer after a few days,
  the first maintainer should ping others for review.
    - If it still lingers around for **over a week without a second maintainer’s approval**, the first maintainer (if Owner) can go ahead and merge it.
    Otherwise, a message can be sent in the chatroom asking other maintainers to review the PR.

- If the only issues holding up a merge are **trivial fixes**
  (typos, syntax errors, etc.), and the author doesn't respond in a day or two,
  **maintainers can make the necessary changes themselves**,
  and proceed with the merge process.

- If a PR **stops getting feedback from the submitter** for more than a month,
  any maintainer can choose to take over the PR
  and make the necessary changes to get the content ready for merging.

- During the review process, make sure that contributors, especially new ones,
  are not **overwhelmed with too many change requests**.
  Be mindful of signs of fatigue (less enthusiastic responses, slower reactions),
  and relax review standards if necessary — minor issues can always be fixed later.

- For pull requests with major/breaking/architectural changes that are **not ready to be merged**, it is suggested to label them with the `decision` label and discuss the changes with the other maintainers in the chatroom.

- When merging PRs, use the **merge strategy that produces a clean Git history**:
  If there's a single commit in the PR,
  or if the multiple commits are not semantically independent changes,
  use the `Squash and merge` method.
  (Don't forget to clean up the body of the squashed commit message.)
  If instead, the PR author took the time to craft
  individual, informative messages for each commit,
  then use the `Rebase and merge` method,
  to honor that work and preserve the history of the changes.
  For less clear-cut cases, a simple heuristic you can follow
  is that if there are more "dirty" commits than "clean" commits,
  then prefer squash, else do a rebase.

- It is suggested to clean up the commit message when merging a PR. For small commits, use:

  ```txt
  page-name: a short description of the change

  Co-authored-by: ...
  ```

  If you think a more descriptive message is needed, use asterisks:

  ```txt
  page-name: a short description of the change

  * some more information
  * ...

  ---------

  Co-authored-by: ...
  ```

- It is suggested to preserve the `Co-authored-by` message when cleaning the body of a squashed commit message unless the change done was trivial.

- Although having push access allows committing directly to the repository to all branches (except the main branch),
  please **create pull requests for all of your changes**.
  This ensures that the entire process that regular contributors go through
  is also exposed to maintainers,
  who can then identify and address bottlenecks or inconveniences.
  Similarly, **avoid merging your own PRs** unless approved by other maintainers.

- At the last week of October, all applicable PRs that wouldn't get merged
 in time can be labelled as `hacktoberfest-accepted`.

## III. Transparency

- All non-confidential requests/mail made/sent on behalf of the project
 should be documented as an issue with the [archive](https://github.com/tldr-pages/tldr/issues?q=label%3Aarchive) label
  and must be communicated with other maintainers.
- All repository/organization settings changes must be documented as an issue with the [archive](https://github.com/tldr-pages/tldr/issues?q=label%3Aarchive) label.

## IV. Handling failing actions and CLA checks

- While merging multiple pull requests at the same time there is a chance that the deploy step might fail in the GitHub Actions workflow. In such cases, the maintainer should only **re-run** the workflow of the commit which was last merged (to prevent overwriting of assets by previous commits).
- If the CLA check is frozen at the message "Status waiting to be reported", it is recommended to close and reopen the pull requests to retrigger the check (and notify the contributor about the same).

For reference to see if a contributor has signed the CLA, visit the dashboard at <https://cla-assistant.io/>.

## V. Creating a client specification release

### Pre-requisites

- Ensure client specification changes are discussed with the other maintainers and community members in GitHub and chatroom, and the changes have been agreed upon and enough time has been provided for everyone to review the changes.
- Tag all client spec PRs under a [milestone](https://github.com/tldr-pages/tldr/milestones) for ease of release.
- Ensure [GPG signing](https://docs.github.com/en/authentication/managing-commit-signature-verification/generating-a-new-gpg-key) has been setup for your account.
- It is suggested to prepare the release notes to add to the client specification release in advance.
    - The release notes should mention pending breaking architectural changes from previous client specifications (if any).
    - Along with the changelog, the release notes must explain the client specification changes in detail along with examples (if any).

### Steps

1. Merge all applicable PRs that modify the client specification and ensure they are documented in the [CHANGELOG section of client specification](/CLIENT-SPECIFICATION.md#changelog).
2. Bump the version to the upcoming release (in the client specification file) and inform other maintainers in the chatroom about the release.
3. Clone the repository locally to your device:

```sh
git clone https://github.com/tldr-pages/tldr
```

4. Cross check the additions, version and changelog details in the client specification file.
5. Create a signed tag using the command

```sh
git tag -s vX.Y.Z
```

> [!NOTE]\
> Replace `X.Y.Z` with the client specification version.

> [!TIP]\
> If any commits are merged after the client specification file's version bump commit and before tagging, when creating the tag
> you can use the command: `git tag -s vX.Y.Z <commit hash>` (i.e. `git tag -s v2.3 3b17800`) to tag a older commit.

6. Verify the created signed tag's details using the command:

```sh
git tag -v vX.Y.Z
```

7. Now, push the tag to the repository using the command:

```sh
git push origin vX.Y.Z
```

8. Verify the tag's creation [here](https://github.com/tldr-pages/tldr/tags) and then navigate to the [releases](https://github.com/tldr-pages/tldr/releases) tab and draft a new release.
9. Choose the tag you just pushed and add the release notes prepared previously along with an appropriate release title and then enable the "Create a discussion for this release" option.
10. Now publish the release and proceed with the below post-release steps.

### Post-release steps

- Once the release is published, [view the workflow run of `copy-release-assets.yml`](https://github.com/tldr-pages/tldr/actions/workflows/copy-release-assets.yml) and after its successful completion ensure the assets are copied from the previous release.
- Notify the [social media managers](https://github.com/tldr-pages/access#social-media-accounts) to post about the client specification release on Mastodon and other platforms to inform the wider community about the release.

## VI. Periodic Maintenance Tasks

To maintain the quality and relevance of the tldr-pages project, maintainers are encouraged to regularly perform the following tasks:

- **Monitor software updates** — Regularly check if the tools documented in tldr-pages have been updated — especially those introducing breaking changes. Update relevant pages accordingly and, where appropriate, encourage contributors to do the same.

- **Validate external links** — Periodically check that all links across the documentation and pages are functional. Consider using https://github.com/tldr-pages/tldr-maintenance/issues/129 for link-checking pages and other automated link-checking tools to detect broken URLs for documentation. Then replace or remove any broken links.

- **Update client status on the wiki** — Ensure the list of clients in the project's [Wiki](https://github.com/tldr-pages/tldr/wiki) reflects their current development status (active, inactive, deprecated). Reach out to maintainers of clients when needed for status updates.

- **Track and document new clients** — Look out for new tldr clients being developed. When appropriate, add them to the Wiki or relevant documentation, and encourage their maintainers to follow the project’s conventions and style guidelines.

- **Revise CONTRIBUTING.md and the Style Guide** — Make sure that [`CONTRIBUTING.md`](https://github.com/tldr-pages/tldr/blob/main/CONTRIBUTING.md) and the [Style Guide](https://github.com/tldr-pages/tldr/blob/main/contributing-guides/style-guide.md) reflect current conventions. If community conventions shift, update these documents to guide future contributions.

- **Maintain collaborators and Org members list** — Periodically review the list of collaborators and organization members. Remove inactive members and onboard new contributors who have demonstrated consistent involvement. Document any changes using an issue with the `community` label.

- **Manage "Let's document" and translation requests** — Monitor and update issues labeled as `let's document` or language-specific translation requests. While these are often maintained by issue authors, there’s room for improvement through automation — for example, updating issue status based on milestones or completed PRs.

- **Review translated pages** — Check the [tldr-maintenance repository](https://github.com/tldr-pages/tldr-maintenance/issues/127) for issues or inconsistencies with translated pages.


================================================
FILE: contributing-guides/style-guide.ar.md
================================================
# إرشادات التنسيق

تستعرض هذه الصفحة إرشادات التنسيق لصفحات `tldr` الخاصة باللغة العربية.

## التنسيق العام

يجب أن يتبع الشكل الأساسي لكل صفحة القالب التالي وألا يتجاوز 8 أمثلة للأمر الواحد:

```md
# اسم الأمر

> وصف مختصر وواضح للأمر.
> يفضل أن يكون في سطر واحد؛ سطرين مقبولين إذا لزم الأمر.
> لمزيد من التفاصيل: <https://example.com/command_name/help/page>.

- وصف الكود:

`command_name options`

- وصف الكود:

`command_name options`

...
```

مثال:

```md
# krita

> برنامج للرسم والتلوين مصمم للفنانين الرقميين.
> انظر أيضًا: `gimp`.
> مزيد من التفاصيل: <https://docs.krita.org/en/reference_manual/linux_command_line.html>.

- بدء Krita:

`krita`

- فتح ملفات محددة:

`krita {{path/to/image1 path/to/image2 ...}}`

- بدء بدون شاشة بداية:

`krita --nosplash`

- بدء مع مساحة عمل معينة:

`krita --workspace {{Animation}}`

- بدء في وضع ملء الشاشة:

`krita --fullscreen`
```

> [!NOTE]
> يجب أن يتطابق اسم ملف الصفحة والعنوان مع اسم الأمر تمامًا. يمكن أن يكون عنوان الصفحة بأي حالة حروف، بينما يجب أن تكون أسماء ملفات Markdown الخاصة بالصفحات بحروف صغيرة.

هناك أداة "linter" تفرض هذا التنسيق.
يتم تشغيلها تلقائيًا مع كل "Pull Request"،
ولكن يمكنك تثبيتها لاختبار مساهماتك محليًا قبل تقديمها:

```sh
npm install --global tldr-lint
tldr-lint path/to/tldr_page.md
```

لطرق أخرى لاستخدام `tldr-lint`، مثل فحص مجلد كامل، يمكنك الاطلاع على
[صفحة `tldr-lint` على `tldr`](https://github.com/tldr-pages/tldr/blob/main/pages/common/tldr-lint.md). بدلاً من ذلك، يمكنك أيضًا استخدام اختصارها `tldrl`.

اعتمادًا على عميلك، قد تتمكن من معاينة الصفحة محليًا باستخدام خيار `--render`:

```sh
tldr --render path/to/tldr_page.md
```

### القواعد الخاصة بـ PowerShell

عند توثيق أوامر PowerShell، يرجى ملاحظة قواعد التسمية التالية.

- يجب أن يكون اسم الملف مكتوبًا بحروف صغيرة، مثل `invoke-webrequest.md` بدلاً من `Invoke-WebRequest.md`.
- يجب أن يكون عنوان/رأس الصفحة مكتوبًا كما هو (بما يتطابق مع التهجئة التي يقصدها مايكروسوفت أو مؤلف الأمر PowerShell)، مثل `Invoke-WebRequest` بدلاً من `invoke-webrequest`.
- يجب أيضًا كتابة اسم الأمر والخيارات في الأمثلة كما هي، مثل `Command-Name {{input}} -CommandParameter {{value}}` بدلاً من `command-name {{input}} -commandparameter {{value}}`.

نظرًا للاختلافات في التوافق بين الإصدارات [وإزالة الأوامر الخاصة بـ Windows](https://learn.microsoft.com/powershell/scripting/whats-new/differences-from-windows-powershell) في PowerShell 6.x، تأكد من أن
الأمر يعمل بين **PowerShell 5.1** (المعروف أيضًا باسم "PowerShell Windows القديم" كما هو مثبت في Windows 10 و11) و **أحدث إصدار من PowerShell متعدد المنصات** (المعروف سابقًا باسم PowerShell Core).

لذا، إذا كان الأمر أو خياراته غير متوفرة أو تحتوي على سلوكيات مختلفة بين كل إصدار، يرجى ملاحظة ذلك بلطف في الوصف. على سبيل المثال:

```md
# Clear-RecycleBin

> حذف العناصر من سلة المهملات.
> ملاحظة: يمكن استخدام هذا الأمر فقط من خلال إصدارات PowerShell 5.1 وما دون، أو 7.1 وما فوق.
> المزيد من التفاصيل: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/clear-recyclebin>.
```

## الصفحات

### اختلافات المنصات

إذا كنت قلقًا من أن الأوامر قد تختلف بين المنصات أو أنظمة التشغيل (مثل Windows مقابل macOS)،
فإن معظم [عملاء صفحات tldr](https://github.com/tldr-pages/tldr/wiki/Clients) سيختارون النسخة الأنسب من الأمر لعرضها للمستخدم النهائي.

في هذه الحالة، سيتم عرض معلومات النسخة الخاصة بـ Windows من أمر `cd` (المخزنة في `pages.ar/windows/cd.md`) بشكل افتراضي لمستخدمي Windows،
وسيتم عرض النسخة العامة/المشتركة (المخزنة في `pages.ar/common/cd.md`) للمستخدمين على أنظمة Linux وmacOS ومنصات أخرى.

### الألقاب

إذا كان يمكن استدعاء أمر ما باستخدام أسماء بديلة (مثلًا، يمكن استدعاء `vim` باستخدام `vi`)، يمكن إنشاء صفحات ألقاب للإشارة إلى اسم الأمر الأصلي للمستخدم.

```md
# command_name

> هذا الأمر هو لقب لـ `اسم-الأمر-الأصلي`.

- عرض التوثيقات للأمر الأصلي:

`tldr original_command_name`
```

مثال:

```md
# vi

> هذا الأمر هو لقب لـ `vim`.

- عرض التوثيقات للأمر الأصلي:

`tldr vim`
```

- يمكن العثور على قوالب صفحات الألقاب المترجمة مسبقًا [هنا](https://github.com/tldr-pages/tldr/blob/main/contributing-guides/translation-templates/alias-pages.md).

#### الألقاب الخاصة بـ PowerShell

قد تقدم بعض أوامر PowerShell ألقابًا تقع في واحدة من هذه الفئات الثلاث:

1. **استبدال أمر موجود في موجه أوامر Windows (`cmd`)**، مثل استبدال `cd` بـ `Set-Location` مع خيارات أوامر مختلفة. في هذه الحالة، أضف ملاحظة اللقب التالية في السطر الثاني من وصف أمر tldr للأمر الأصلي في موجه الأوامر، على سبيل المثال:

```md
# cd

> عرض الدليل الحالي أو الانتقال إلى دليل آخر.
> في PowerShell، هذا الأمر هو لقب لـ `Set-Location`. هذه الوثائق تستند إلى النسخة الخاصة بـ Command Prompt (`cmd`) من `cd`.
> مزيد من التفاصيل: <https://learn.microsoft.com/windows-server/administration/windows-commands/cd>.

- عرض التوثيقات الخاصة بالأمر المقابل في PowerShell:

`tldr set-location`
```

> [!NOTE]
> مثال "عرض التوثيقات للأمر المعادل في PowerShell" اختياري ويجب استبعاده إذا كانت الصفحة تحتوي بالفعل على الحد الأقصى من الأمثلة (8).

2. **يوفر لقبًا جديدًا يمكن تنفيذه فقط في PowerShell**، مثل `ni` لـ `New-Item`. في هذه الحالة، استخدم [قالب اللقب القياسي](https://github.com/tldr-pages/tldr/blob/main/contributing-guides/translation-templates/alias-pages.md)، ولكن أضف كلمة "في PowerShell" (أو ما يعادلها) للإشارة إلى أن الأمر حصري لـ PowerShell. على سبيل المثال:

```md
# ni

> في PowerShell، هذا الأمر هو لقب لـ `New-Item`.
> مزيد من التفاصيل: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item>.

- عرض التوثيقات للأمر الأصلي:

`tldr new-item`
```

3. **يوفر لقبًا جديدًا يتعارض مع برامج أخرى، وأشهر مثال هو تضمين** curl و wget كألقاب لـ Invoke-WebRequest (مع مجموعة غير متوافقة من خيارات الأوامر).
   لاحظ أن الألقاب الخاصة بـ PowerShell التي تقع في هذه الفئة غالبًا ما تكون حصرية لـ Windows.

في هذه الحالة، قدم ملاحظة وطريقة لتحديد ما إذا كان الأمر يشير حاليًا إلى أمر PowerShell (من خلال اللقب) أو إلى أمر آخر. على سبيل المثال:

```md
# curl

> في PowerShell، قد يكون هذا الأمر هو لقب لـ `Invoke-WebRequest` عندما لا يكون البرنامج الأصلي `curl` (<https://curl.se>) مثبتًا بشكل صحيح.
> لمزيد من التفاصيل: <https://learn.microsoft.com/powershell/module/microsoft.powershell.utility/invoke-webrequest>.

- تحقق مما إذا كان `curl` مثبتًا بشكل صحيح عن طريق طباعة رقم الإصدار الخاص به. إذا أظهرت هذه الأوامر خطأ، قد تكون PowerShell قد استبدلت هذا الأمر بـ `Invoke-WebRequest`:

`curl --version`

- عرض التوثيقات الخاصة بأمر `curl` الأصلي:

`tldr curl -p common`

- عرض التوثيقات الخاصة بأمر `Invoke-WebRequest` في PowerShell:

`tldr invoke-webrequest`
```

## الكتابة العامة

### التأكيد

لا تستخدم _الخط المائل_ (Italic) أو **الخط العريض** (Bold) أو أي تنسيق نصي آخر في الصفحات. هذه محجوزة لتأكيد العميل على العناصر القابلة للتغيير.

### صيغة الأمر

- **يجب أن تكون جميع الأوصاف مكتوبة بصيغة الأمر.**

عند كتابة الأوصاف لأمثلة الأوامر، تحقق من أي أخطاء نحوية. يُفضل استخدام "اذهب إلى المجلد المحدد" بدلاً من:

- `سيذهب هذا الأمر إلى المجلد المحدد`
- `لنذهب إلى المجلد المحدد!`

### الحالات الخاصة

- إذا كان الأمر يقوم بإجراء تغييرات لا رجعة فيها على نظام الملفات أو الأجهزة،  
  فاكتب كل مثال بطريقة لا يمكن نسخها ولصقها بشكل متهور.  
  على سبيل المثال، بدلاً من `ddrescue --force --no-scrape /dev/sda /dev/sdb`  
  اكتب `ddrescue --force --no-scrape {{/dev/sdX}} {{/dev/sdY}}`  
  واستخدم القالب `{{/dev/sdXY}}` لأجهزة الكتل بدلاً من `/dev/sda1`.

بشكل عام، يجب أن تجعل القوالب من السهل فهم كيفية استخدام الأمر وملء القيم.

> [!NOTE]
> لا تترجم الplaceholders مثل `{{path/to/file}}` إلى `{{المسار/إلى/الملف}}` لتجنب الإلتباس

يجب استخدام صياغة تقنية على خطوط الوصف باستخدام تنسيق `backtick`.  
استخدم الخطوط المائلة الخلفية `backticks` مع التالي:

- المسارات، مثل `package.json`، `/etc/package.json`.
- الامتدادات، مثل `.dll`.
- الأوامر، مثل `ls`.
- التدفقات القياسية: `stdout`، `stdin`، `stderr`.  
  **لا تستخدم** الأسماء الكاملة (مثل: standard output).
- خوارزميات الضغط، مثل `zip`، `7z`، `xz`.

### الفاصلة التسلسلية

- عند الإعلان عن قائمة تحتوي على 3 عناصر أو أكثر،  
  استخدم [الفاصلة التسلسلية](https://en.wikipedia.org/wiki/Serial_comma)،  
  والمعروفة أيضًا باسم فاصلة أكسفورد،  
  حيث أن حذفها يمكن أن يؤدي إلى التباس.

> حذف فروع Git، tags، و remotes.

المثال أعلاه لا يستخدم فاصلة تسلسلية، لذا قد يعني أحد الأمرين التاليين:

- حذف فروع Git المسماة `tags` و`remotes`.
- حذف جميع الفروع، tags، وremotes الخاصة بـGit.

يمكن حل هذا الالتباس بإضافة فاصلة قبل كلمة "و" أو "أو" في العنصر الأخير من القائمة.

> حذف فروع Git وtags وremotes.

> [!NOTE]  
> يمكن كتابة أسماء العلامات التجارية والمشاريع بحروف كبيرة في الوصف عند الاقتضاء  
> (على سبيل المثال، استخدم `أداة للتعامل مع مستودع Git` بدلاً من `أداة للتفاعل مع مستودع git`).

## أوامر للمثال

### صيغة الخيارات

- من أجل سهولة الاستخدام، افضل **خيارات GNU الطويلة** (مثل `--help` بدلاً من `-h`). تأكد من أن الخيارات متوافقة عبر المنصات (مصممة لتعمل بنفس الطريقة عبر منصات متعددة) للصفحات في دليل `common`.
- إذا كان الأمر يدعم فقط الخيارات القصيرة أو كان الخيار القصير يختلف بشكل كبير عن الخيار الطويل، حاول توثيق ما يرمز إليه الحرف باستخدام [مساعد ذاكري](#short-option-mnemonics).
- للسماح للعميل بتحديد ما إذا كان سيظهر الخيارات الطويلة أو القصيرة في الأوامر، استخدم عنصر نائب للخيار مثل `{{[-o|--output]}}`.
- افضل تجميع خيارات العلم معًا عندما يدعم البرنامج ذلك (مثل `{{[-it|--interactive --tty]}}` بدلاً من `{{[-i|--interactive]}} {{[-t|--tty]}}`).
- افضل عدم تجميع الخيارات التي تأخذ وسائط (مثل `{{[-it|--interactive --tty]}} {{[-w|--workdir]}} {{path/to/directory}}` بدلاً من `{{[-itw|--interactive --tty --workdir]}} {{path/to/directory}}`).
- افضل استخدام مسافة بدلاً من علامة التساوي (`=`) لفصل الخيارات عن وسائطها (مثل استخدام `--opt arg` بدلاً من `--opt=arg`)، ما لم يكن البرنامج لا يدعم ذلك.
- كذلك افضل فصل الخيارات القصيرة عن وسائطها بمسافة (مثل استخدام `-o arg` بدلاً من `-oarg`)، ما لم يكن البرنامج لا يدعم ذلك.

### صيغة العناصر النائبة

يجب أن تستخدم القيم التي يوفرها المستخدم تركيب `{{عنصر نائب}}`
للسماح لعملاء `tldr` بإبرازها.

> [!TIP]
> يُقترح وضع العناصر النائبة التي تقبل السلاسل كمدخلات ضمن علامات اقتباس. أي استخدم `"{{عنصر نائب}}"` بدلاً من `{{"عنصر نائب"}}`.

ضع الإرشادات التالية في الاعتبار عند اختيار العناصر النائبة:

#### التسمية

- استخدم عناصر نائبة قصيرة لكن وصفية،
  مثل `{{path/to/source_file}}` أو `{{path/to/wallet.txt}}`.
- استخدم [`snake_case`](https://wikipedia.org/wiki/snake_case) للعناصر النائبة متعددة الكلمات.

#### المسارات

- استخدم `{{filename}}` عندما يكون متوقعًا اسم الملف فقط.
- لأي إشارة إلى مسارات الملفات أو الدلائل،
  استخدم الصيغة `{{path/to/عنصر نائب}}`،
  إلا عندما يكون الموقع ضمنيًا.
- عندما لا يمكن أن يكون المسار نسبيًا
  ويجب أن يبدأ من جذر نظام الملفات،
  ضع شرطة مائلة في البداية،
  مثل `get {{/path/to/remote_file}}`.
- في حالة الإشارة المحتملة إلى ملف أو دليل،
  استخدم `{{path/to/file_or_directory}}`.

> [!NOTE]\
> إذا كان الأمر خاصًا بـ Windows، استخدم الشرطات المائلة للخلف (`\`) بدلاً من ذلك، مثل `{{path\to\file_or_directory}}`. حروف الأقراص مثل `C:` اختيارية ما لم يتطلب إدخال الأمر مسارًا مطلقًا
> أو نطاقًا محددًا لحروف الأقراص، مثل `cd /d {{C}}:{{path\to\directory}}`.

#### الامتدادات

- إذا كان متوقعًا امتداد معين للملف، أضفه.
  على سبيل المثال، `unrar x {{path/to/compressed.rar}}`.
- في حالة الحاجة إلى امتداد عام، استخدم `{{.ext}}`، ولكن **فقط** إذا كان الامتداد مطلوبًا.
  على سبيل المثال، في مثال `find.md` "البحث عن الملفات حسب الامتداد" (`find {{path/to/root}} -name '{{*.ext}}'`)
  استخدام `{{*.ext}}` يشرح الأمر دون أن يكون محددًا بشكل غير ضروري؛
  بينما في `wc -l {{path/to/file}}` استخدام `{{path/to/file}}` (بدون امتداد) كافٍ.

#### تجميع العناصر النائبة

- إذا كان بإمكان الأمر أن يأخذ اختياريًا واحدًا أو أكثر من الوسائط من نفس النوع، استخدم النقاط الثلاث: `{{عنصر نائب1 عنصر نائب2 ...}}`.
  على سبيل المثال، إذا كان متوقعًا مسارات متعددة، استخدم `{{path/to/directory1 path/to/directory2 ...}}`.
- إذا كان خيار واحد فقط من بين خيارات متعددة ممكنًا، اكتبه كـ: `{{عنصر نائب1|عنصر نائب2|عنصر نائب3}}`. إذا كان هناك أكثر من 4 قيم محتملة، يمكنك استخدام `|...` بعد العنصر الأخير.
- استخدم نقطتين لتعليم نطاق من القيم المحتملة، على سبيل المثال `{{1..5}}` أو `{{a..z}}`.

#### العناصر النائبة الاختيارية

عند توثيق العناصر النائبة الاختيارية مثل المسارات أو امتدادات الملفات، يُقترح تحديدها في وصف الصفحة أو الأمثلة بدلاً من العنصر النائب نفسه. على سبيل المثال:

- استخدم `{{path/to/source.ext}}` بدلاً من `{{path/to/source.tar[.gz|.bz2|.xz]}}`.

### ضغطات المفاتيح

لتعليم ضغطات المفاتيح لبرامج TUI أو GUI، استخدم الأقواس الزاوية `<` و `>`.

- مثال على حرف واحد: `<a>`.
- المفاتيح الخاصة يجب كتابتها باستخدام [`PascalCase`](https://www.theserverside.com/definition/Pascal-case): `<Ctrl>`, `<Super>`, `<Alt>`, `<Shift>`, `<Cmd>`, `<Option>`, `<Windows>`, `<Enter>`, `<Home>`, `<Space>`, `<Esc>`, `<ArrowUp>`, `<ArrowLeft>`, `<ArrowKeys>`, `<PageUp>`, `<F5>`, `<F12>`, `<LeftClick>`, `<MiddleClick>`, ...
- المفاتيح الخاصة يمكن ترجمتها إذا كانت لها ترجمات ذات صلة ثقافية.
- عندما يأخذ البرنامج حروفًا كبيرة بشكل حرفي، قم بتعليمها كـ `<A>` بدلاً من تعليمها باستخدام Shift. بخلاف ذلك، قم دائمًا بتعليم الحروف بحروف صغيرة.
- قم بتعليم ضغطات المفاتيح المتزامنة داخل نفس الأقواس الزاوية مفصولة بمسافة واحدة: `<Ctrl c>`, `<Alt F4>`, `<Ctrl Shift k>`, `<Super Shift PrtSc>`.
- عند كتابة ضغطات المفاتيح المتزامنة، حافظ على الترتيب التالي: `<Ctrl Super Windows Alt AltGr Shift كل_شيء_آخر>`.
- ضغطات المفاتيح المتتالية يجب أن تُحصر في أقواس زاوية خاصة بها دون مسافة بينهما: `<Esc><u>`, `<Ctrl k><Ctrl s>`, `<Enter><~><.>`, `<d><o>`.
- المفاتيح التي يتم كتابتها في موجه لا تحتاج إلى تعليمها كضغطات مفاتيح: `<:>help<Enter>`. لاحظ أن مفتاح تبديل السياق معلم في أقواس زاوية على الرغم من طباعته في الموجه.

### أوامر المساعدة والإصدار

- عادةً ما نضع، **بهذا الترتيب**، أوامر المساعدة والإصدار كـ **آخر مثالين** في الصفحة لإبراز الأوامر العملية أكثر في بداية الصفحة. يمكن استبدالها لاستيعاب أمثلة مفيدة أخرى إذا لزم الأمر.
- للحفاظ على التناسق، نفضل الصياغة العامة `عرض المساعدة` و `عرض الإصدار` لهذه الأوامر.
- يُقترح توثيق أمثلة المساعدة والإصدار إذا كان الأمر يتبع علامات غير تقليدية في منصات مثل Windows.

## قواعد اللغة والترجمة

القسم أدناه يحتوي على قواعد إضافية خاصة باللغة والترجمة:

### عام

لا تترجم `example.com`. النطاق محجوز من قبل IANA لأغراض التوثيق ولن يتم تأجيره لأي شخص. ترجمة اسم الموقع قد تعرض المستخدمين غير المتأنين للخطر.

### قواعد خاصة باللغة الإنجليزية

يجب استخدام الواصلة العادية (`-`) في الأماكن التي قد توصي فيها أدلة الأسلوب المختلفة باستخدام الشرطة المتوسطة (`–`) أو الشرطة الطويلة (`—`).

- على سبيل المثال، استخدم `for lengths 3-12` بدلاً من `for lengths 3–12`

السبب في ذلك رباعي:

1. لا يوجد معيار مقبول على نطاق واسع بين أدلة الأسلوب المختلفة حول متى يجب استخدام كل من هذه الشرطات.
2. الواصلة (`-`) هي الشخصية الشبيهة بالشرطة الوحيدة في ASCII، مما يقلل من احتمالية مشكلات التوافق.
3. الواصلة (`-`) هي الأسهل في الكتابة بفارق كبير.
4. العديد من المتحدثين بالإنجليزية، وخاصة غير الناطقين بها كلغة أم، لا يدركون الفرق.

## قواعد اللغة والترجمة

القسم أدناه يحتوي على قواعد إضافية خاصة باللغة والترجمة:

### عام

لا تترجم `example.com`. النطاق محجوز من قبل IANA لأغراض التوثيق ولن يتم تأجيره لأي شخص. ترجمة اسم الموقع قد تعرض المستخدمين غير المتأنين للخطر.


================================================
FILE: contributing-guides/style-guide.cs.md
================================================
# Stylová Příručka

Tato stránka vypisuje specifické instrukce pro formátování `tldr` stránek.

## Obecné rozvržení

Základní formátování každé stránky by mělo odpovídat následujicí šabloně a mít nejvýše 8 příkladů příkazů:

```md
# název příkazu

> Krátký, stručný popisek příkazu.
> Nejlépe na jeden řádek; dva řádky jsou přijatelné pokud je to nutné.
> Více informací: <https://priklad.com/nazev_prikazu/help/stranka>.

- Popisek kódu:

`název_příkazu možnosti`

- Popisek kódu:

`název_příkazu možnosti`

...
```

Příklad:

```md
# krita

> Skicovací a malovací program určený pro digitální umělce.
> Viz také: `gimp`.
> Více informací: <https://docs.krita.org/en/reference_manual/linux_command_line.html>.


- Spustit Krita:

`krita`

- Otevřít specifické soubory:

`krita {{cesta/k/obrazku1 cesta/k/obrazku2 ...}}`

- Spustit bez úvodní obrazovky:

`krita --nosplash`

- Spustit s konkrétní pracovná plochou:

`krita --workspace {{Animation}}`

- Spustit v režimu celé obrazovky:

`krita --fullscreen`
```

> [!NOTE]\
> Název souboru stránky a nadpisek musí přesně odpovídat název příkazu. Nadpisek stránky může být velkými i malými písmeny, zatímco názvy souborů Markdown musí být malými písmeny.

Je zde nastaven linter který vynucuje výše uvedené formátování. Spouští se automaticky při každém pull requestu, ale je možné ho instalovat pro testování vašich příspěvků lokálně před odesláním:

```sh
npm install --global tldr-lint
tldr-lint cesta/k/tldr_strance.md
```

Pro jiné způsoby jak použít `tldr-lint`, například lintování celého adresáře se podívejte na
[`tldr stránka na tldr-lint`](https://github.com/tldr-pages/tldr/blob/main/pages/common/tldr-lint.md). Případně můžete použít alias `tldrl`.


================================================
FILE: contributing-guides/style-guide.de.md
================================================
# Style guide

Diese Seite listet alle Regeln für `tldr`-Seiten auf.

## Layout

Eine Standard-`tldr`-Seite sollte dem folgenden Format entsprechen:

```md
# befehl

> Kurze Beschreibung.
> Möglichst nur eine Zeile; wenn nötig, sind zwei akzeptabel.
> Weitere Informationen: <https://example.com>.

- Beispielbeschreibung:

`befehl -opt1 -opt2 -arg1 {{arg_wert}}`

- Beispielbeschreibung:

`befehl -opt1 -opt2`
```

Es gibt einen Linter, der das obige Format prüft.
Er wird automatisch bei jeder Pull Request ausgeführt,
er kann aber auch manuell installiert werden, um neue Seiten schon vorher zu überprüfen:

```sh
npm install --global tldr-lint
tldr-lint {{seite.md}}
```

Für andere Optionen von `tldr-lint`, wie zum Beispiel das Linten eines ganzen Verzeichnisses:
[`tldr tldr-lint`](https://github.com/tldr-pages/tldr/blob/main/pages/common/tldr-lint.md). Alternativ, kann man auch den Alias `tldrl` verwenden.

Viele Clients unterstützen die `--render` Flag zum Anzeigen einer Seite:

```sh
tldr --render {{seite.md}}
```

## Token-Syntax

Eingaben der Nutzer\*innen sollten die `{{Token}}`-Syntax benutzen,
damit `tldr`-Clients sie hervorheben können.

Die folgenden Regeln sollten für Tokens beachtet werden:

1. Kurze und deskriptive Tokens,
   z. B. `{{source_file}}` oder `{{wallet.txt}}`.
2. Benutze `snake_case` <!--TODO: german wikipedia article for snake_case--> für Tokens, die aus mehreren Wörtern bestehen.
3. Benutze `{{filename}}` statt `{{file_name}}`.
4. Benutze für Pfade von Dateien oder Verzeichnissen das Format `{{path/to/<Platzhalter>}}`.
   Beispielsweise `ln -s {{path/to/file}} {{path/to/symlink}}`.
   Benutze für Platzhalter, die ein Pfad zu einer Datei oder einem Verzeichnis sein können `{{path/to/file_or_directory}}`
5. Folge der `{{path/to/<Platzhalter>}}`-Konvention für alle Pfad-bezogenen Befehle, außer wenn der
   Ort der Datei implizit ist.
6. Wenn ein Befehl eine bestimmte Dateiendung erwartet, benutze sie.
   Beispiel: `unrar x {{compressed.rar}}`.
   Für eine generelle Dateiendung, benutze `{{.ext}}`, aber **nur**, wenn eine Endung wirklich nötig ist.
   Beispielsweise, in find.md's Beispiel "Find files by extension" (`find {{root_path}} -name '{{*.ext}}'`)
   erklärt `{{*.ext}}` den Befehl ohne unnötig spezifisch zu sein;
   Aber in einem Befehl wie `wc -l {{file}}`, genügt `{{file}}` (ohne Endung).
7. Wenn das Beispiel mit einem konkreten Wert klarer ist, nutze einen Beispielwert.
   Benutze beispielsweise `iostat {{2}}` statt `iostat {{interval_in_secs}}`.
8. Wenn ein Befehl irreversible Änderungen am Dateisystem oder Geräten vornimmt, schreibe jedes Beispiel so, dass es nicht blind copy-pastet werden kann.
   Schreibe beispielsweise `ddrescue --force --no-scrape {{/dev/sdX}} {{/dev/sdY}}` statt  `ddrescue --force --no-scrape /dev/sda /dev/sdb`und benutze den `{{/dev/sdXY}}`-Platzhalter statt `/dev/sda1` für *blockgeräte*.

Generell sollten Tokens es so intuitiv wie möglich machen,
herauszufinden, wie der Befehl funktioniert und sie mit Werten auszufüllen.

Technische Begriffe in der Beschreibung sollten die `Backtick`-Syntax (\`) benutzen.
Benutze Backticks für Folgendes:

1. Pfade, wie `package.json`, `/etc/package.json`.
2. Dateiendungen, wie `.dll`.
3. Befehle, wie `ls`.

## Serial Comma

Benutze für eine Liste von 3 oder mehr Elementen ein [serial comma](https://en.wikipedia.org/wiki/Serial_comma), um Mehrdeutigkeiten zu verhindern.

> Delete the Git branches, tags and remotes.

Das obige Beispiel nutzt kein serial comma und ist somit mehrdeutig:

- Lösche die Git Branches namens `tags` und `remotes`.
- Lösche die Git Branches und die Git Tags und die Git Remotes.

Dies kann durch ein Komma vor "and" oder "or" gelöst werden.

> Delete the Git branches, tags, and remotes.


================================================
FILE: contributing-guides/style-guide.ko.md
================================================
# 스타일 가이드

이 페이지는 `tldr` 페이지에 대한 형식 지정 지침들을 나열합니다.

## 레이아웃

각 페이지의 기본 포맷은 다음 템플릿과 일치해야 하며, 다음과 최대 8개의 명령어 예제를 포함해야 합니다:

```md
# 명령어 이름

> 짧고 간결한 설명
> 보통 1줄, 필요한 2줄 까지 허용됨
> 더 많은 정보: <https://example.com/command_name/help/page>.

- 코드 설명:

`command_name options`

- 코드 설명:

`command_name options`

...
```

예시:

```md
# 명령어 이름

# krita

> krita는 디지털 아티스트를 위해 설계된 스케치/페인팅 프로그램입니다.
> `gimp` 페이지도 참조하세요.
> 더 많은 정보: <https://docs.krita.org/en/reference_manual/linux_command_line.html>.

- krita 시작:

`krita`

- 로딩 화면 없이 시작:

`krita --nosplash`

- 특정 파일 열기:

`krita {{path/to/image1 path/to/image2 ...}}`

- 특정 workspace (`Animation`) 에서 시작:

`krita --workspace {{Animation}}`

- 전체화면으로 시작:

`krita --fullscreen`
```

> :bulb: 도움말 페이지는 매뉴얼 뿐 아니라 문서, 프로젝트, 튜토리얼 등이 될 수 있습니다.
> 그러나, 문서 페이지를 권장합니다.

위의 형식들을 강제하는 linter가 있습니다.
모든 pull 요청에 대해 자동으로 실행되지만, 제출하기 전 local에서 테스트하기 위해 설치할 수 있습니다.

```sh
npm install --global tldr-lint
tldr-lint path/to/tldr_page.md
```

`tldr-lint`를 사용하기 위한 여러 방법들이 많습니다. 다음은 이에 대한 안내 페이지입니다. 확인해 보세요! [`tldr tldr-lint`](https://github.com/tldr-pages/tldr/blob/main/pages/common/tldr-lint.md).

별칭 `tldrl`을 쓸 수도 있습니다.


Client는 `--render` 명령어를 통해 local에서 페이지를 미리 볼 수 있습니다.

```sh
tldr --render path/to/tldr_page.md
```

### Aliases

만약 명령어를 다른 별칭으로 부를 수 있는 경우 (ex: `vim`과 `vi`) 사용자가 원래 명령 이름을 가리키도록 별칭 페이지를 만들 수 있습니다.

```md
# 명령어 이름

> 이 명령어는 `originam-command-name`의 별칭입니다.
> 더 많은 정보는 <https://example.com/original/command/help/page>를 참조하세요.

- 원래 명령어에 대한 문서:

`tldr vim`

```

- 번역된 별칭 페이지 템플릿은 [여기](https://github.com/tldr-pages/tldr/blob/main/contributing-guides/translation-templates/alias-pages.md)에서 확인할 수 있습니다.

## Token syntax

사용자 입력 값은 `tldr` 클라이언트에게 강조될 수 있도록 `{{token}}` 구문을 사용해야 합니다.

토큰을 선택할 때 다음의 가이드라인을 염두에 두십시오:

### Naming

- 짧지만 설명적인 토큰을 사용하세요.
- 파일 및 디렉토리 경로에 대한 참조의 경우:
  `{{path/to/<placeholder>}}`의 포맷을 사용하세요.
  (암시적인 경로인 경우는 제외!)
- 경로가 상대경로일 수 없지만 파일 시스템의 root에서 시작해야 하는 경우
  접두사로 `/`를 붙입니다.
  (ex: `get {{/path/to/remote_file
- 파일 및 디렉토리 참조가 모드 가능한 경우
  `{{path/to/file_or_directory}}`를 사용하세요.

### Extensions

- 파일에 특정 확장자가 필요한 경우 추가하십시오.
  (ex: `unrar x {{compressed.rar}}`)
- 만약 일반적인 확장자가 필요하다면, **반드시 필요한 경우에만** `{{.ext}}`를 사용하십시오.
  예시1: `find.md`의 "확장자로 파일 찾기"(`find {{root_path}} -name '{{*.ext}}'`)는 `{{*.ext}}`를 사용하여 불필요한 내용 없이, 구체적이지  않게 설명합니다.
  예시2: `wc -l {{file}}`는 `{{file}}`을 (extension 없이) 사용하는 것 만으로 충분합니다.

### Special Cases

- 만약 명령어가 파일 시스템이나 장치에 돌이킬 수 없는 변경을 수행하는 경우, 모든 예제를 생각 없이 복사하여 붙여넣을 수 없도록 작성하십시오.
  예를 들어 `ddrescue --force --no-scrape /dev/sda /dev/sdb` 대신에 `ddrescue --force --no-scrape {{/dev/sdX}} {{/dev/sdY}}`를 사용하고, *block device*에 `/dev/sda1` 대신 `{{/dev/sdXY}}` 자리 표시자를 사용하세요.
- 명령어가 많은 수의 명령어를 포함할 수 있는 경우, 다음과 같이 생략하여 표현하세요.
  `{{argument1 argument2 ...}}` 여러 옵션 중 하나가 가능한 경우 `{{either|or}}`로 작성합니다.

일반적으로, 토큰은 가능한 한 직관적이어야 합니다.
명령을 사용하는 방법을 파악하고 값으로 채우십시오.

내용 입력란의 기술 문구는 `backtick` 구문을 사용해야 합니다.
다음과 같이 역따옴표를 사용하십시오.

- Paths, ex. `package.json`, `/etc/package.json`.
- Extensions, ex. `.dll`.
- Commands, ex. `ls`.

## Imperative Mood

예시 설명형은 명령법으로 표현되어야 합니다.
예를 들자면 `List all files.`를 `Listing all files`, `File listing` 등 입니다.
이것은 특별한 경우를 제외하고 기본적으로 **모든 번역에 적용**됩니다.

## Serial Comma

3개 이상의 항목 목록을 선언할 때, Oxford 쉼표라고도 부르는 [연속 쉼표](https://en.wikipedia.org/wiki/Serial_comma)를 사용합니다.

> Git brances, tags, remotes를 삭제하세요.

위의 예는 직렬 쉼표를 사용하지 않으므로 다음 두 가지 중 하나를 의미할 수 있습니다.

- `tags`와 `remotes`라는 Git branch들을 삭제하세요.
- Git branches, Git tag, Git remotes를 모두 삭제하세요.

목록의 마지막 요소에서 "and" 또는 "or" 앞에 쉼표를 삽입하면 이 문제를 해결할 수 있습니다.

> Git branches, tags 및 remotes를 삭제하세요.

## More information links

`More information` 줄에는 작성자가 제공한 문서로 연결하는 것을 권장합니다.
사용할 수 없는 경우, 기본 fallback으로 <https://manned.org>를 사용합니다.


================================================
FILE: contributing-guides/style-guide.md
================================================
# Style guide

This page lists specific formatting instructions for `tldr` pages.

## Contents

1. [General layout](#general-layout)
2. [Pages](#pages)
3. [General writing](#general-writing)
4. [Heading](#heading)
5. [Example descriptions](#example-descriptions)
6. [Example commands](#example-commands)
7. [Language and translation rules](#language-and-translation-rules)

## General layout

The basic format of each page should match the following template and have at most 8 command examples:

```md
# command name

> Short, snappy command description.
> Preferably one line; two are acceptable if necessary.
> More information: <https://example.com/command_name/help/page>.

- Code description:

`command_name options`

- Code description:

`command_name options`

...
```

Example:

```md
# krita

> A sketching and painting program designed for digital artists.
> See also: `gimp`.
> More information: <https://docs.krita.org/en/reference_manual/linux_command_line.html>.

- Start Krita:

`krita`

- Open specific files:

`krita {{path/to/image1 path/to/image2 ...}}`

- Start without a splash screen:

`krita --nosplash`

- Start with a specific workspace:

`krita --workspace {{Animation}}`

- Start in fullscreen mode:

`krita --fullscreen`
```

> [!NOTE]\
> The page's filename and title must match the command name exactly. The page title can be present in any case, whereas the page's Markdown filenames must be lowercase.

There is a linter that enforces the format above.
It is run automatically on every pull request,
but you may install it to test your contributions locally before submitting them:

```sh
npm install --global tldr-lint
tldr-lint path/to/tldr_page.md
```

For other ways to use `tldr-lint`, such as linting an entire directory, check out the
[`tldr page on tldr-lint`](https://github.com/tldr-pages/tldr/blob/main/pages/common/tldr-lint.md). Alternatively, you can also use its alias `tldrl`.

Depending on your client, you may be able to preview a page locally using the `--render` flag:

```sh
tldr --render path/to/tldr_page.md
```

## Pages

### Platform differences

If you are afraid the commands may differ between platforms or operating systems (e.g. Windows vs macOS),
most [tldr pages clients](https://github.com/tldr-pages/tldr/wiki/Clients) will choose the most suitable version of the command to be displayed to the end user.

In this case, the information of the Windows version of `cd` (stored in `pages/windows/cd.md`) will be displayed by default to Windows users, and a generic/common version (stored in `pages/common/cd.md`)
will be displayed for Linux, macOS, and other platform users.

Try to match the page filename with the invoked command. Do not use the project name if possible. The goal is to be as transparent as possible to the user when they are curious of a command.

### Aliases

If a command can be called with alternative names (like `vim` can be called by `vi`), alias pages can be created to point the user to the original command name.

```md
# command_name

> This command is an alias of `original-command-name`.

- View documentation for the original command:

`tldr original_command_name`
```

Example:

```md
# vi

> This command is an alias of `vim`.

- View documentation for the original command:

`tldr vim`

```

- Pre-translated alias page templates can be found [here](https://github.com/tldr-pages/tldr/blob/main/contributing-guides/translation-templates/alias-pages.md).

### Disambiguations

If there is a name collision between page names on the same platform, disambiguation pages can be used to direct users to different pages. Name the colliding pages with a dot and an appropriate suffix. Numbers starting from 1 can be used if no other suffix is appropriate. If the colliding page is an acronym, direct the user to a page with the name expanded.

In the following case `just.md` is the filename of the disambiguation page while `just.1.md` and `just.js.md` refer to the actual pages:

```md
# just

> `just` can refer to multiple commands with the same name.

- View documentation for the command runner:

`tldr just.1`

- View documentation for the V8 JavaScript runtime:

`tldr just.js`
```

### Grouping commands

Sometimes commands are meant to be used in combination with other commands. In these cases it makes sense to move them on the same page.

For example `adb disconnect` has a single way using it, but `adb` is expansive enough that it doesn't fit in the main page. Normally, `adb disconnect` is used in combination with `adb pair` and `adb connect`, thus it makes sense to group these together into a single page. For example:

```md
# adb disconnect

> The examples for this command have been moved together with `adb connect`.

- View documentation for `adb disconnect`:

`tldr adb connect`
```

## General writing

### Emphasis

Do not use *italics*, **boldface** or any other text styling on the pages. These are reserved for client emphasis of placeholders.

### Imperative Mood

- **All descriptions must be phrased in the imperative mood.**
- This also applies to all translations by default unless otherwise specified in the language-specific section below.

When writing descriptions for command examples, **check for any grammatical errors**. `Go to the specified directory` is preferred instead of:

- `Going to the specified directory` (should not be in present participle form)
- `This command will go to the specified directory` (it is clear that this example works for *this* comment)
- `Let's go to the specified directory!`
- `Directory change` (use the active form instead of passive, if possible)

For instance, instead of `Listing all files:`, use the following:

```md
- List all files:

 `ls`
```

### Serial Comma

- When declaring a list of 3 or more items,
use a [serial comma](https://en.wikipedia.org/wiki/Serial_comma),
also known as the Oxford comma,
since omitting it can create ambiguity.

> Delete the Git branches, tags and remotes.

The example above does not use a serial comma, so this could mean one of two things:

- Delete the Git branches named `tags` and `remotes`.
- Delete all of the following: Git branches, Git tags, and Git remotes.

This can be resolved by inserting a comma before the "and" or "or" in the final element in the list.

> Delete the Git branches, tags, and remotes.

> [!NOTE]\
> Brand and project names can be capitalized in the description whenever applicable (e.g. use `A tool for interacting with a Git repository.` instead of ``A tool for interacting with a `git` repository.``).

### Special cases

If a command performs irreversible changes to a filesystem or devices,
  write every example in a way that cannot be copy pasted thoughtlessly.
  For example, instead of `ddrescue --force --no-scrape /dev/sda /dev/sdb`
  write `ddrescue --force --no-scrape {{/dev/sdX}} {{/dev/sdY}}`
  and use the `{{/dev/sdXY}}` placeholder for *block devices* instead of `/dev/sda1`.

In general, placeholders should make it as intuitive as possible
to figure out how to use the command and fill it in with values.

Acronym expansions (i.e. protocols, tools, etc) must not be translated unless there is a recognized native equivalent for them.

Technical wording on description lines should use the `backtick` syntax.
Use backticks on the following:

- Paths, e.g. `package.json`, `/etc/package.json`.
- Extensions, e.g. `.dll`.
- Commands, e.g. `ls`.
- Standard streams: `stdout`, `stdin`, `stderr`. **Do not** use the full names (e.g. standard output).
- Compression algorithms, e.g. `zip`, `7z`, `xz`.

When describing keycaps or a keyboard shortcut for a utility, use the same [keypress syntax](#keypress-syntax) as in example commands. Make sure to enclose it in backticks so that it is not invisible in markdown renderers (i.e. ``Print the last lines of a given file and keep reading it until `<Ctrl c>`:``).

If a program requires root privileges to run and doesn't provide its own prompt for a password, prepend the command with `sudo` (e.g. `sudo apt update`).

Avoid explaining general UNIX concepts that could apply to any command (i.e. relative/absolute paths, glob patterns/wildcards, special character escaping, program return values, ...)

When describing an environment variable for UNIX platforms, prepend the variable with a dollar sign and enclose it with backticks (`$VARIABLE_NAME`). For example: "Manage the `$JAVA_HOME` environment variable".

When describing file formats, primarily use the brand name in plain text (e.g. JSON, SQLite), or use the file extension preceded by a dot, wrapped in backticks (e.g. `.txt`).

If the command that is being described is part of an interactive mode, mention the word "interactive" in a previous example that enters said mode and mark the beginning of the description for the interactive commands with `[Interactive]`.
Interactive mode can be defined as running commands within the command the page describes, and the prompt not having access to programs in $PATH.

### Standardized Terms

Some terms are used repeatedly throughout pages, and as such, should be standardized. These include:

| Term | Standard | Explanation |
|---|---|---|
| Regular expression | `` `regex` `` | `regex` defines a match pattern given a string of characters (https://en.wikipedia.org/wiki/Regular_expression). |
| Standard input | `` `stdin` ``
| Standard output | `` `stdout` ``
| Standard error | `` `stderr` ``

## Heading

### Program description

- Avoid using the page title in the description (e.g. use `A sketching and painting program designed for digital artists` instead of `Krita is a sketching and painting program designed for digital artists`)
- If the program name differs from its executable name, it can be named at the start of the heading (e.g. `rg` and Ripgrep).
- Avoid mentioning that the program is used on the command-line (e.g. use `Ripgrep, a recursive line-oriented search tool` instead of `Ripgrep, a recursive line-oriented CLI search tool`).

For example, when writing documentation for `cd`, a tool to check out and work on a specific directory in the Terminal or Command Prompt, **do not** write a lengthy description such as:

```md
> `cd` is a system tool, available in Windows, macOS, and Linux, to check out a specific directory to get things done in the Command Prompt, Terminal, and PowerShell.
```

It should instead be simplified to make it easier for everyone to read:

```md
> Change the current working directory.
```

### More information links

- On the `More information` link line, provide a direct link to documentation that instructs on how to use the command. We prefer linking to the author's provided documentation but when not available or very lacking in information, use <https://manned.org> as the default fallback for all platforms
(except `osx` and BSD platforms other than FreeBSD).
If there is no documentation page to be found, you can link to the author's website or a third party tutorial.
- Keep the more information link short. Cut out redundant text if possible. For example use https://manned.org/partclone instead of https://manned.org/man/partclone.8 unless there are two different manpages for a command across distributions/platforms i.e. `command.1` and `command.8`.

- For `osx`: Apple distributes the built-in man pages [in Xcode](https://developer.apple.com/documentation/os/reading_unix_manual_pages).
For commands documented there, we recommend using <https://keith.github.io/xcode-man-pages/>, an HTML export of all Apple's man pages bundled with Xcode.

> [!IMPORTANT]
> All links must be enclosed inside angular brackets (`<` and `>`)  for proper rendering in clients.

- It is suggested to use a more information link with English content in both translations and English pages. That's because the links can eventually change, but the translations are often out of sync with the English pages.

#### Versioned links

When a utility or distribution has versioned links for the packages, link to the most recent version of documentation (i.e. `latest`) or none if the website automatically redirects to the latest version of the documentation.

For example, use:

- <https://manpages.debian.org/latest/apt/apt.8.html> instead of <https://manpages.debian.org/bookworm/apt/apt.8.en.html>.
- <https://docs.aws.amazon.com/cdk/latest/guide/cli.html> instead of <https://docs.aws.amazon.com/cdk/v2/guide/cli.html>.

#### Links with locales

When linking pages to websites that have locale settings like the Microsoft Learn links, remove the locale from the address if the website will automatically redirect to the reader's preferred locale setting.
For example, Use <https://learn.microsoft.com/windows-server/administration/windows-commands/cd> instead of
<https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/cd>.

### See also section

- To reference a related command or subcommand, use:

```md
> See also: `command`.
```

- To reference related commands or subcommands, use:

```md
> See also: `command1`, `command2`, `command3`.
```

- When a command features subcommands, those pages can be referenced with the following line. Note that only the subcommand is named:

```md
> Some subcommands such as `commit`, `add`, `branch`, `switch`, `push`, etc. have their own usage documentation.
```

#### Heading order

The heading should adhere to the following order:

```md
> Short description of the functionality.
> Further clarification of the functionality.
> Note: Any note for the usage.
> Some subcommands such as `subcommand1`, `subcommand2` have their own usage documentation.
> See also: `command`.
> More information: <https://example.com>.
```

## Example descriptions

### Short option mnemonics

Short option mnemonics are optional hints that can be added to help users understand the meaning of these short options. The assigned mnemonics should match with the ones in the command's official documentation (e.g. from `man` or `Get-Help`). For example:

```md
- [d]isplay the ins[t]allation [i]D for the current device. Useful for offline license activation:

`slmgr.vbs /dti`

- Display the current license's e[xp]i[r]ation date and time:

`slmgr.vbs /xpr`
```

Note that, in the first example, the `[d]`, `[t]`, and `[i]` characters are enclosed with square brackets to indicate that the `/dti` option of the command is a combination of "display", "installation", and "ID", respectively.
Group consecutive mnemonic characters under the same square brackets, for example: `e[xp]i[r]ation` instead of `e[x][p]i[r]ation`.

**Mnemonic characters must be written in a case-sensitive manner**, even when it is placed as the first character of the sentence (i.e. use `[d]isplay` instead of `[D]isplay`).
This is to avoid conflicts with GNU-style command options which may interpret uppercase options differently than the lowercase ones, such as `-v` for displaying the command's `[v]ersion` number and `-V` to run the command in `[V]erbose` mode.

Option mnemonics may also be used in translations as long as the highlighted word contains similar meanings to the language (commonly English) which the command is written for.
For example, `[d]ownload` in English may be translated into `[d]escargar` in Spanish, `[i]nstall` in English may be translated to `[i]nstallieren` in German, and `[a]pp` in English may be translated into `[a]plikasi` in Indonesian and Malay.

- Optionally, mnemonics and their enclosed terms can be separated with brackets from the rest of the description (i.e. `([a]ll)`) in translations and specific pages to provide additional context or mention a word not present in the description.

> [!NOTE]\
> In cases where the character isn't present in the translated word, you can highlight the option next to the equivalent word or you can add the English word beside the translation inside a bracket.
> For example, `E[x]tract` in English may be translated into `ekstrak [x]` or `ekstrak (E[x]tract)` in Indonesian.

## Example commands

### Argument order

Try to keep the following order:

- Program name
- Input redirection from a file
- All subcommands
- Positional arguments/Packages/Data/...
- Option flags
- Options with arguments
- Output redirection to a file

For example: `systemctl < input_file.txt status pipewire --user > output_file.txt`

This is only a suggestion and should be disregarded when program functionality or readability dictates otherwise. For example when a page is repeating arguments between commands try to align them vertically.

If the command does multiple things, try to keep the chronological order in which things happen.

### Option syntax

- For user-friendliness, prefer **GNU-style long options** (like `--help` rather than `-h`). Make sure that the options are cross-platform compatible (intended to work the same across multiple platforms) for pages in the `common` directory.
- For letting the client decide whether to show long or short options in commands, use an option placeholder i.e. `{{[-o|--output]}}`.
- If a command only supports short options or the short option greatly differs from the long option, attempt to document what the letter is short for with a [mnemonic](#short-option-mnemonics).
- Prefer grouping flag options together when the program supports it (i.e. `{{[-it|--interactive --tty]}}` instead of `{{[-i|--interactive]}} {{[-t|--tty]}}`).
- Prefer not grouping options that take in arguments (i.e. `{{[-it|--interactive --tty]}} {{[-w|--workdir]}} {{path/to/directory}}` instead of `{{[-itw|--interactive --tty --workdir]}} {{path/to/directory}}`)
- Prefer using a space instead of the equals sign (`=`) to separate options from their arguments (i.e. use `--opt arg` instead of `--opt=arg`), unless the program does not support it.
- Likewise prefer separating shortform options from their arguments with a space (i.e. use `-o arg` instead of `-oarg`), unless the program does not support it.
- If a command only supports `-oarg` and `--opt=arg` the option placeholder should be written like this `{{[-o|--opt=]}}arg`. Keep in mind how the command would look if a client were to display only short or only long options.

### Placeholder syntax

User-provided values should use the `{{placeholder}}` syntax
in order to allow `tldr` clients to highlight them.

> [!TIP]
> It is suggested to enclose placeholders accepting strings as input within quotes. i.e. Use `"{{placeholder}}"` instead of `{{"placeholder"}}`.

Keep the following guidelines in mind when choosing placeholders:

#### Naming

- Use short but descriptive placeholders,
  such as `{{path/to/source_file}}` or `{{path/to/wallet.txt}}`.
- Use [`snake_case`](https://wikipedia.org/wiki/snake_case) for multi-word placeholders.

#### Paths

- Use `{{filename}}` when just the file name is expected.
- For any reference to paths of files or directories,
  use the format `{{path/to/placeholder}}`,
  except when the location is implicit.
- When the path cannot be relative
  and has to start at the root of the filesystem,
  prefix it with a slash outside the placeholder,
  such as `get /{{path/to/remote_file}}`.
- In case of a possible reference both to a file or a directory,
  use `{{path/to/file_or_directory}}`.

#### Extensions

- If a particular extension is expected for the file, append it.
- If the extension represents the most common format but the command accepts related variations (such as multi-volume `.r00` or `.part1.rar` archives), keep it **inside** the placeholder: `unrar x {{path/to/archive.rar}}`.
- If the command strictly requires one specific extension and no others to function, keep the extension **outside** the placeholder to indicate it is mandatory: `java -jar {{path/to/filename}}.jar`.
- In case a generic extension is needed, use `{{.ext}}`, but **only** if an extension is required.
- For instance, in `find.md`'s example "Find files by extension" (`find {{path/to/root}} -name '{{*.ext}}'`), using `{{*.ext}}` explains the command without being unnecessarily specific.
- In `wc -l {{path/to/file}}`, using `{{path/to/file}}` (without an extension) is sufficient.

#### Grouping placeholders

- If a command can optionally take 1 or more arguments of the same kind, use an ellipsis: `{{placeholder1 placeholder2 ...}}`.
  For instance, if multiple paths are expected, use `{{path/to/directory1 path/to/directory2 ...}}`.
- If only one of the multiple options is possible, write it as: `{{placeholder1|placeholder2|placeholder3}}`. If there are more than 3 possible values, you can use `|...` after the last item.
- Use two dots to mark a range of possible values, for example `{{1..5}}` or `{{a..z}}`.

#### Optional placeholders

When documenting optional placeholders like paths or file extensions, it is suggested to specify them in the page or example descriptions instead of the placeholder itself. For example:

- Use `{{path/to/source.ext}}` instead of `{{path/to/source.tar[.gz|.bz2|.xz]}}`.

#### Exceptions

- Do not put placeholders inside placeholders.
- Do not use placeholders when the value is explicitly stated in the description of the command. For example:

```md
- Refresh the output every 2 seconds:

`free {{[-s|--seconds]}} 2`
```

### Keypress syntax

To mark keypresses for TUI or GUI programs, use angle brackets `<` and `>`.

- Single character example: `<a>`.
- Special keys are to be written with [`PascalCase`](https://www.theserverside.com/definition/Pascal-case): `<Ctrl>`, `<Super>`, `<Alt>`, `<Shift>`, `<Cmd>`, `<Option>`, `<Windows>`, `<Enter>`, `<Home>`, `<Space>`, `<Esc>`, `<ArrowUp>`, `<ArrowLeft>`, `<ArrowKeys>`, `<PageUp>`, `<F5>`, `<F12>`, `<LeftClick>`, `<MiddleClick>`, ...
- Special keys can be translated if they have culturally relevant translations.
- When a program takes in uppercase character literals mark them as `<A>` instead of marking it with shift. Otherwise always mark characters in lowercase.
- Mark simultaneous keypresses inside the same angle brackets separated by a single space:  `<Ctrl c>`, `<Alt F4>`, `<Ctrl Shift k>`, `<Super Shift PrtSc>`.
- When writing simultaneous keypresses, keep the following order: `<Ctrl Super Windows Alt AltGr Shift everything_else>`.
- Consecutive keypresses need to be contained in their own angle brackets with no space in between: `<Esc><u>`, `<Ctrl k><Ctrl s>`, `<Enter><~><.>`, `<d><o>`.
- Keys that are typed into a prompt do not need to be marked as keypresses: `<:>help<Enter>`. Note that the context switching keypress is marked in angle brackets despite printing on the prompt.

### Help and version commands

- We generally put, **in this order**, the help and version commands as the **last two** examples of the page to highlight more practical commands at the beginning of the page. They can be replaced to accommodate other useful examples if required.
- For consistency, we prefer generic wording `Display help` and `Display version` for these commands.
- It is suggested to document the help and version examples if the command follows unconventional flags in platforms like Windows.

## Windows-Specific Rules

### General layout

When documenting PowerShell commands, please take note of the following naming conventions.

- The name of the file name must be written in lowercase, such as `invoke-webrequest.md` instead of `Invoke-WebRequest.md`.
- The page title/heading must be written as-is (matching the spelling intended by Microsoft or the PowerShell module author), such as `Invoke-WebRequest` instead of `invoke-webrequest`.
- The command name and options in the examples should also be written as-is, such as `Command-Name {{input}} -CommandParameter {{value}}` instead of `command-name {{input}} -commandparameter {{value}}`.

Due to [various compatibility differences](https://learn.microsoft.com/powershell/scripting/whats-new/differences-from-windows-powershell) and removed Windows-specific commands in PowerShell 6.x, ensure that
the command works on between **PowerShell 5.1** (aka. the "Legacy Windows PowerShell" as installed in Windows 10
and 11), and the **latest version of the Cross-Platform PowerShell** (formerly known as PowerShell Core).

Thus, if the command or its options are unavailable or contain different behaviors between each version, please kindly note them in the descriptions. For example:

```md
# Clear-RecycleBin

> Clear items from the Recycle Bin.
> Note: This command can only be used through PowerShell versions 5.1 and below, or 7.1 and above.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/clear-recyclebin>.
```

### Aliases

Some PowerShell commands may introduce aliases which fall into one of these three categories:

1. **Replaces an existing Windows Command Prompt (`cmd`) command**, such as `cd` aliasing to `Set-Location` with different command options. In this case, add the following alias note into the second line of the original
Command Prompt command's tldr description, for example:

```md
# cd

> Display the current working directory or move to a different directory.
> In PowerShell, this command is an alias of `Set-Location`. This documentation is based on the Command Prompt (`cmd`) version of `cd`.
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/cd>.

- View documentation of the equivalent PowerShell command:

`tldr set-location`
```

> [!NOTE]\
> The "View documentation of the equivalent PowerShell command" example is optional and must be excluded if the page already has the maximum number (8) of examples.

2. **Provides a new alias but only executable in PowerShell**, such as `ni` for `New-Item`. In this case, use the [standard alias template](https://github.com/tldr-pages/tldr/blob/main/contributing-guides/translation-templates/alias-pages.md),
but add the word "In PowerShell," (or equivalent) to indicate that the command is exclusive to PowerShell. For example,

```md
# ni

> In PowerShell, this command is an alias of `New-Item`.
> More information: <https://learn.microsoft.com/powershell/module/microsoft.powershell.management/new-item>.

- View documentation for the original command:

`tldr new-item`
```

3. **Provides a new alias that conflicts with other programs**, most notoriously the inclusion of `curl` and `wget` as aliases of `Invoke-WebRequest` (with a non-compatible set of command options).
Note that PowerShell system aliases that fall into this category are commonly exclusive to Windows.

In this 
Download .txt
Showing preview only (827K chars total). Download the full file or copy to clipboard to get everything.
gitextract_ic2go_lx/

├── .devcontainer/
│   └── devcontainer.json
├── .editorconfig
├── .flake8
├── .gitattributes
├── .github/
│   ├── CODEOWNERS
│   ├── ISSUE_TEMPLATE/
│   │   ├── config.yml
│   │   ├── lets-document.yml
│   │   ├── page-modification-request.yml
│   │   ├── page-request.yml
│   │   └── page-translation.yml
│   ├── PULL_REQUEST_TEMPLATE.md
│   ├── codespell-ignore
│   ├── dependabot.yml
│   └── workflows/
│       ├── ci.yml
│       ├── codespell.yml
│       ├── copy-release-assets.yml
│       ├── labeler.yml
│       ├── monthly-check.yml
│       └── sync.yml
├── .gitignore
├── .husky/
│   └── pre-commit
├── .markdownlint.json
├── AGENTS.md
├── CLIENT-SPECIFICATION.md
├── COMMUNITY-ROLES.md
├── CONTRIBUTING.md
├── GOVERNANCE.md
├── LICENSE.md
├── MAINTAINERS.md
├── README.md
├── contributing-guides/
│   ├── git-terminal.md
│   ├── maintainers-guide.md
│   ├── style-guide.ar.md
│   ├── style-guide.cs.md
│   ├── style-guide.de.md
│   ├── style-guide.ko.md
│   ├── style-guide.md
│   ├── style-guide.ru.md
│   ├── style-guide.zh.md
│   └── translation-templates/
│       ├── alias-pages.md
│       ├── common-arguments.md
│       ├── common-descriptions.md
│       ├── more-info-link.md
│       ├── see-also-mentions.md
│       └── subcommand-mention.md
├── package.json
├── pages/
│   ├── android/
│   │   ├── am.md
│   │   ├── bugreport.md
│   │   ├── bugreportz.md
│   │   ├── cmd.md
│   │   ├── dalvikvm.md
│   │   ├── dumpsys.md
│   │   ├── getprop.md
│   │   ├── input.md
│   │   ├── logcat.md
│   │   ├── pkg.md
│   │   ├── pm.md
│   │   ├── screencap.md
│   │   ├── settings.md
│   │   └── wm.md
│   ├── cisco-ios/
│   │   ├── clock.md
│   │   ├── configure.md
│   │   ├── crypto.md
│   │   ├── delete.md
│   │   ├── dir.md
│   │   ├── enable.md
│   │   ├── erase.md
│   │   ├── interface.md
│   │   ├── ip.md
│   │   ├── line.md
│   │   ├── login.md
│   │   ├── question-mark.md
│   │   ├── reload.md
│   │   ├── show.md
│   │   ├── transport.md
│   │   ├── username.md
│   │   └── write.md
│   ├── common/
│   │   ├── !.md
│   │   ├── $.md
│   │   ├── %.md
│   │   ├── ((.md
│   │   ├── ,.md
│   │   ├── ..md
│   │   ├── 2to3.md
│   │   ├── 3d-ascii-viewer.md
│   │   ├── 7z.md
│   │   ├── 7za.md
│   │   ├── 7zr.md
│   │   ├── [.md
│   │   ├── [[.md
│   │   ├── ].md
│   │   ├── ]].md
│   │   ├── ^.md
│   │   ├── a2ping.md
│   │   ├── aapt.md
│   │   ├── ab.md
│   │   ├── abduco.md
│   │   ├── ac.md
│   │   ├── accelerate.md
│   │   ├── ack.md
│   │   ├── acme.sh-dns.md
│   │   ├── acme.sh.md
│   │   ├── act.md
│   │   ├── acyclic.md
│   │   ├── adb-connect.md
│   │   ├── adb-devices.md
│   │   ├── adb-disconnect.md
│   │   ├── adb-forward.md
│   │   ├── adb-install.md
│   │   ├── adb-kill-server.md
│   │   ├── adb-logcat.md
│   │   ├── adb-pair.md
│   │   ├── adb-reboot.md
│   │   ├── adb-reverse.md
│   │   ├── adb-shell-pm-list-packages.md
│   │   ├── adb-shell-pm-list.md
│   │   ├── adb-shell-pm.md
│   │   ├── adb-shell.md
│   │   ├── adb-start-server.md
│   │   ├── adb-uninstall.md
│   │   ├── adb.md
│   │   ├── addcomputer.py.md
│   │   ├── adguardhome.md
│   │   ├── adscript.md
│   │   ├── afconvert.md
│   │   ├── ag.md
│   │   ├── agate.md
│   │   ├── age-keygen.md
│   │   ├── age.md
│   │   ├── agg.md
│   │   ├── aider.md
│   │   ├── aircrack-ng.md
│   │   ├── airdecap-ng.md
│   │   ├── aireplay-ng.md
│   │   ├── airmon-ng.md
│   │   ├── airodump-ng.md
│   │   ├── airpaste.md
│   │   ├── airshare.md
│   │   ├── ajson.md
│   │   ├── alacritty.md
│   │   ├── alembic.md
│   │   ├── alex.md
│   │   ├── alias.md
│   │   ├── alr-help.md
│   │   ├── alr-version.md
│   │   ├── alr.md
│   │   ├── amass-enum.md
│   │   ├── amass-intel.md
│   │   ├── amass.md
│   │   ├── androguard.md
│   │   ├── ani-cli.md
│   │   ├── animdl.md
│   │   ├── anki.md
│   │   ├── ansible-doc.md
│   │   ├── ansible-galaxy.md
│   │   ├── ansible-inventory.md
│   │   ├── ansible-lint.md
│   │   ├── ansible-playbook.md
│   │   ├── ansible-pull.md
│   │   ├── ansible-vault.md
│   │   ├── ansible.md
│   │   ├── ansiweather.md
│   │   ├── ant.md
│   │   ├── antibody.md
│   │   ├── anytopnm.md
│   │   ├── apg.md
│   │   ├── apkeep.md
│   │   ├── apkleaks.md
│   │   ├── apktool.md
│   │   ├── apm.md
│   │   ├── apropos.md
│   │   ├── ar.md
│   │   ├── arc.md
│   │   ├── arch.md
│   │   ├── archwiki-rs.md
│   │   ├── arduino-builder.md
│   │   ├── arduino.md
│   │   ├── argocd-app.md
│   │   ├── argocd.md
│   │   ├── argon2.md
│   │   ├── argos-translate.md
│   │   ├── argospm.md
│   │   ├── aria2.md
│   │   ├── aria2c.md
│   │   ├── arjun.md
│   │   ├── arp-scan.md
│   │   ├── arp.md
│   │   ├── arping.md
│   │   ├── arthas-trace.md
│   │   ├── arthas-watch.md
│   │   ├── arthas.md
│   │   ├── asar.md
│   │   ├── ascii-image-converter.md
│   │   ├── asciidoctor.md
│   │   ├── asciinema.md
│   │   ├── asciiquarium.md
│   │   ├── asciitopgm.md
│   │   ├── asdf.md
│   │   ├── asnmap.md
│   │   ├── aspell.md
│   │   ├── assimp.md
│   │   ├── astronomer.md
│   │   ├── astroterm.md
│   │   ├── astyle.md
│   │   ├── at.md
│   │   ├── atktopbm.md
│   │   ├── atom.md
│   │   ├── atool.md
│   │   ├── atoum.md
│   │   ├── atq.md
│   │   ├── atrm.md
│   │   ├── atuin.md
│   │   ├── audacious.md
│   │   ├── auditd.md
│   │   ├── audtool.md
│   │   ├── autoconf.md
│   │   ├── autoflake.md
│   │   ├── autojump.md
│   │   ├── autoload.md
│   │   ├── automake.md
│   │   ├── autopep8.md
│   │   ├── autossh.md
│   │   ├── avo.md
│   │   ├── avrdude.md
│   │   ├── awk.md
│   │   ├── aws-accessanalyzer.md
│   │   ├── aws-acm-pca.md
│   │   ├── aws-acm.md
│   │   ├── aws-amplify.md
│   │   ├── aws-backup.md
│   │   ├── aws-batch.md
│   │   ├── aws-ce.md
│   │   ├── aws-cloud9.md
│   │   ├── aws-cloudformation.md
│   │   ├── aws-cloudwatch.md
│   │   ├── aws-codeartifact.md
│   │   ├── aws-codecommit.md
│   │   ├── aws-cognito-idp.md
│   │   ├── aws-configure.md
│   │   ├── aws-cur.md
│   │   ├── aws-dynamodb.md
│   │   ├── aws-ec2.md
│   │   ├── aws-ecr.md
│   │   ├── aws-eks.md
│   │   ├── aws-glue.md
│   │   ├── aws-google-auth.md
│   │   ├── aws-help.md
│   │   ├── aws-history.md
│   │   ├── aws-iam.md
│   │   ├── aws-kafka.md
│   │   ├── aws-kendra.md
│   │   ├── aws-kinesis.md
│   │   ├── aws-lambda.md
│   │   ├── aws-lightsail.md
│   │   ├── aws-pricing.md
│   │   ├── aws-quicksight.md
│   │   ├── aws-rds.md
│   │   ├── aws-route53.md
│   │   ├── aws-s3-cp.md
│   │   ├── aws-s3-ls.md
│   │   ├── aws-s3-mb.md
│   │   ├── aws-s3-mv.md
│   │   ├── aws-s3-presign.md
│   │   ├── aws-s3-rb.md
│   │   ├── aws-s3-rm.md
│   │   ├── aws-s3-sync.md
│   │   ├── aws-s3-website.md
│   │   ├── aws-s3.md
│   │   ├── aws-s3api.md
│   │   ├── aws-secretsmanager.md
│   │   ├── aws-ses.md
│   │   ├── aws-sns.md
│   │   ├── aws-sqs.md
│   │   ├── aws-sso.md
│   │   ├── aws-sts.md
│   │   ├── aws-vault.md
│   │   ├── aws-workmail.md
│   │   ├── aws.md
│   │   ├── awslogs.md
│   │   ├── axel.md
│   │   ├── az-account.md
│   │   ├── az-acr.md
│   │   ├── az-advisor.md
│   │   ├── az-aks.md
│   │   ├── az-apim.md
│   │   ├── az-appconfig.md
│   │   ├── az-bicep.md
│   │   ├── az-cognitiveservices.md
│   │   ├── az-config.md
│   │   ├── az-container.md
│   │   ├── az-devops.md
│   │   ├── az-disk.md
│   │   ├── az-feedback.md
│   │   ├── az-group.md
│   │   ├── az-image.md
│   │   ├── az-lock.md
│   │   ├── az-logicapp.md
│   │   ├── az-login.md
│   │   ├── az-logout.md
│   │   ├── az-network.md
│   │   ├── az-pipelines.md
│   │   ├── az-provider.md
│   │   ├── az-quantum.md
│   │   ├── az-redis.md
│   │   ├── az-repos.md
│   │   ├── az-serial-console.md
│   │   ├── az-sshkey.md
│   │   ├── az-storage-account.md
│   │   ├── az-storage-blob.md
│   │   ├── az-storage-container.md
│   │   ├── az-storage-entity.md
│   │   ├── az-storage-queue.md
│   │   ├── az-storage-table.md
│   │   ├── az-storage.md
│   │   ├── az-tag.md
│   │   ├── az-term.md
│   │   ├── az-upgrade.md
│   │   ├── az-version.md
│   │   ├── az-vm.md
│   │   ├── az-webapp.md
│   │   ├── az.md
│   │   ├── azcopy.md
│   │   ├── azure-cli.md
│   │   ├── azurite.md
│   │   ├── b2.md
│   │   ├── b2sum.md
│   │   ├── b3sum.md
│   │   ├── babel.md
│   │   ├── babeld.md
│   │   ├── bacon.md
│   │   ├── badblocks.md
│   │   ├── balena.md
│   │   ├── bandwhich.md
│   │   ├── banner.md
│   │   ├── base32.md
│   │   ├── base64.md
│   │   ├── basename.md
│   │   ├── basenc.md
│   │   ├── bash-it.md
│   │   ├── bash.md
│   │   ├── bashmarks.md
│   │   ├── bastet.md
│   │   ├── bat.md
│   │   ├── batch.md
│   │   ├── bats.md
│   │   ├── bazel.md
│   │   ├── bb.md
│   │   ├── bc.md
│   │   ├── bcftools.md
│   │   ├── bcomps.md
│   │   ├── bd.md
│   │   ├── bdfr.md
│   │   ├── beanstalkd.md
│   │   ├── bear.md
│   │   ├── bedtools.md
│   │   ├── behat.md
│   │   ├── berks.md
│   │   ├── betty.md
│   │   ├── bfg.md
│   │   ├── bfs.md
│   │   ├── bg.md
│   │   ├── bgpgrep.md
│   │   ├── biber.md
│   │   ├── biff.md
│   │   ├── bind.md
│   │   ├── bindkey.md
│   │   ├── bing-rewards.md
│   │   ├── binwalk.md
│   │   ├── bioradtopgm.md
│   │   ├── bird.md
│   │   ├── birdc.md
│   │   ├── bison.md
│   │   ├── bitcoin-cli.md
│   │   ├── bitcoind.md
│   │   ├── bk.md
│   │   ├── black.md
│   │   ├── blackfire.md
│   │   ├── blahaj.md
│   │   ├── blender.md
│   │   ├── blockout2.md
│   │   ├── bloodhound-python.md
│   │   ├── bmaptool.md
│   │   ├── bmptopnm.md
│   │   ├── bmptoppm.md
│   │   ├── bob.md
│   │   ├── boot.md
│   │   ├── borg.md
│   │   ├── bosh.md
│   │   ├── bower.md
│   │   ├── box.md
│   │   ├── boxes.md
│   │   ├── boxxy.md
│   │   ├── bpkg.md
│   │   ├── bpython.md
│   │   ├── bpytop.md
│   │   ├── bq.md
│   │   ├── brave.md
│   │   ├── break.md
│   │   ├── brew-abv.md
│   │   ├── brew-autoremove.md
│   │   ├── brew-bundle.md
│   │   ├── brew-cleanup.md
│   │   ├── brew-info.md
│   │   ├── brew-install.md
│   │   ├── brew-leaves.md
│   │   ├── brew-list.md
│   │   ├── brew-outdated.md
│   │   ├── brew-reinstall.md
│   │   ├── brew-remove.md
│   │   ├── brew-rm.md
│   │   ├── brew-search.md
│   │   ├── brew-services.md
│   │   ├── brew-tap.md
│   │   ├── brew-uninstall.md
│   │   ├── brew-update.md
│   │   ├── brew-upgrade.md
│   │   ├── brew.md
│   │   ├── brittany.md
│   │   ├── brotli.md
│   │   ├── browser-sync.md
│   │   ├── browsh.md
│   │   ├── bru.md
│   │   ├── brushtopbm.md
│   │   ├── bshell.md
│   │   ├── bssh.md
│   │   ├── btm.md
│   │   ├── btop.md
│   │   ├── builtin.md
│   │   ├── buku.md
│   │   ├── bun-add.md
│   │   ├── bun-audit.md
│   │   ├── bun-build.md
│   │   ├── bun-c.md
│   │   ├── bun-create.md
│   │   ├── bun-exec.md
│   │   ├── bun-feedback.md
│   │   ├── bun-i.md
│   │   ├── bun-info.md
│   │   ├── bun-init.md
│   │   ├── bun-install.md
│   │   ├── bun-link.md
│   │   ├── bun-list.md
│   │   ├── bun-outdated.md
│   │   ├── bun-patch.md
│   │   ├── bun-pm-bin.md
│   │   ├── bun-pm-cache.md
│   │   ├── bun-pm-hash.md
│   │   ├── bun-pm-ls.md
│   │   ├── bun-pm-migrate.md
│   │   ├── bun-pm-pack.md
│   │   ├── bun-pm-pkg.md
│   │   ├── bun-pm-scan.md
│   │   ├── bun-pm-trust.md
│   │   ├── bun-pm-version.md
│   │   ├── bun-pm.md
│   │   ├── bun-publish.md
│   │   ├── bun-remove.md
│   │   ├── bun-rm.md
│   │   ├── bun-run.md
│   │   ├── bun-test.md
│   │   ├── bun-unlink.md
│   │   ├── bun-update.md
│   │   ├── bun-upgrade.md
│   │   ├── bun-why.md
│   │   ├── bun-x.md
│   │   ├── bun.md
│   │   ├── bundle.md
│   │   ├── bundler.md
│   │   ├── bundletool-dump.md
│   │   ├── bundletool-validate.md
│   │   ├── bundletool.md
│   │   ├── bunx.md
│   │   ├── bunzip2.md
│   │   ├── bup.md
│   │   ├── busybox.md
│   │   ├── buzzphrase.md
│   │   ├── bvnc.md
│   │   ├── bw.md
│   │   ├── bye.md
│   │   ├── byobu.md
│   │   ├── bzcat.md
│   │   ├── bzegrep.md
│   │   ├── bzfgrep.md
│   │   ├── bzgrep.md
│   │   ├── bzip2.md
│   │   ├── bzip2recover.md
│   │   ├── bzip3.md
│   │   ├── c++.md
│   │   ├── c99.md
│   │   ├── cabal.md
│   │   ├── cadaver.md
│   │   ├── caddy.md
│   │   ├── cake.md
│   │   ├── cal.md
│   │   ├── calc.md
│   │   ├── calendar.md
│   │   ├── calibre-server.md
│   │   ├── calibredb.md
│   │   ├── caller.md
│   │   ├── calligraflow.md
│   │   ├── calligrasheets.md
│   │   ├── calligrastage.md
│   │   ├── calligrawords.md
│   │   ├── cancel.md
│   │   ├── carbon-now.md
│   │   ├── carbonyl.md
│   │   ├── cargo-add.md
│   │   ├── cargo-bench.md
│   │   ├── cargo-binstall.md
│   │   ├── cargo-build.md
│   │   ├── cargo-check.md
│   │   ├── cargo-clean.md
│   │   ├── cargo-clippy.md
│   │   ├── cargo-deb.md
│   │   ├── cargo-doc.md
│   │   ├── cargo-fetch.md
│   │   ├── cargo-fix.md
│   │   ├── cargo-fmt.md
│   │   ├── cargo-generate-lockfile.md
│   │   ├── cargo-help.md
│   │   ├── cargo-info.md
│   │   ├── cargo-init.md
│   │   ├── cargo-install.md
│   │   ├── cargo-locate-project.md
│   │   ├── cargo-login.md
│   │   ├── cargo-logout.md
│   │   ├── cargo-metadata.md
│   │   ├── cargo-msrv.md
│   │   ├── cargo-new.md
│   │   ├── cargo-owner.md
│   │   ├── cargo-package.md
│   │   ├── cargo-pkgid.md
│   │   ├── cargo-publish.md
│   │   ├── cargo-remove.md
│   │   ├── cargo-report.md
│   │   ├── cargo-run.md
│   │   ├── cargo-rustc.md
│   │   ├── cargo-rustdoc.md
│   │   ├── cargo-search.md
│   │   ├── cargo-test.md
│   │   ├── cargo-tree.md
│   │   ├── cargo-uninstall.md
│   │   ├── cargo-update.md
│   │   ├── cargo-vendor.md
│   │   ├── cargo-verify-project.md
│   │   ├── cargo-version.md
│   │   ├── cargo-yank.md
│   │   ├── cargo.md
│   │   ├── cariddi.md
│   │   ├── carp.md
│   │   ├── case.md
│   │   ├── cat.md
│   │   ├── catimg.md
│   │   ├── cava.md
│   │   ├── cavif.md
│   │   ├── cb.md
│   │   ├── cbonsai.md
│   │   ├── cbt.md
│   │   ├── ccache.md
│   │   ├── ccomps.md
│   │   ├── cd.md
│   │   ├── cdecl.md
│   │   ├── cdk.md
│   │   ├── cdparanoia.md
│   │   ├── certutil.md
│   │   ├── cf.md
│   │   ├── cfssl.md
│   │   ├── chafa.md
│   │   ├── chainctl.md
│   │   ├── charm.md
│   │   ├── chars.md
│   │   ├── chatgpt.md
│   │   ├── chdir.md
│   │   ├── chdman.md
│   │   ├── cheat.md
│   │   ├── cheatshh.md
│   │   ├── checkov.md
│   │   ├── checksec.md
│   │   ├── chezmoi.md
│   │   ├── chgrp.md
│   │   ├── chisel.md
│   │   ├── chkfont.md
│   │   ├── chkrootkit.md
│   │   ├── chmod.md
│   │   ├── choose.md
│   │   ├── chown.md
│   │   ├── chroma.md
│   │   ├── chromium.md
│   │   ├── chronic.md
│   │   ├── chronyc.md
│   │   ├── chroot.md
│   │   ├── ci.md
│   │   ├── cidr.md
│   │   ├── circo.md
│   │   ├── circup.md
│   │   ├── cjxl.md
│   │   ├── cksum.md
│   │   ├── clamav.md
│   │   ├── clamdscan.md
│   │   ├── clamscan.md
│   │   ├── clang++.md
│   │   ├── clang-check.md
│   │   ├── clang-cpp.md
│   │   ├── clang-format.md
│   │   ├── clang-tidy.md
│   │   ├── clang.md
│   │   ├── clangd.md
│   │   ├── claude.md
│   │   ├── clear.md
│   │   ├── clementine.md
│   │   ├── cli4.md
│   │   ├── cli53.md
│   │   ├── clido.md
│   │   ├── clifm.md
│   │   ├── clip-view.md
│   │   ├── clj.md
│   │   ├── cloc.md
│   │   ├── clockwork-cli.md
│   │   ├── clojure.md
│   │   ├── cloudflared.md
│   │   ├── cluster.md
│   │   ├── clusterdb.md
│   │   ├── cmake.md
│   │   ├── cmark.md
│   │   ├── cmatrix.md
│   │   ├── cmctl.md
│   │   ├── cmd-wrapped.md
│   │   ├── cmp.md
│   │   ├── cmus-remote.md
│   │   ├── cmus.md
│   │   ├── cmusfm.md
│   │   ├── cmuwmtopbm.md
│   │   ├── co.md
│   │   ├── code.md
│   │   ├── code2prompt.md
│   │   ├── codecrafters.md
│   │   ├── codespell.md
│   │   ├── codex.md
│   │   ├── coffee.md
│   │   ├── cola.md
│   │   ├── colima.md
│   │   ├── colon.md
│   │   ├── colordiff.md
│   │   ├── colorls.md
│   │   ├── colorpicker.md
│   │   ├── combine.md
│   │   ├── comby.md
│   │   ├── comm.md
│   │   ├── comma.md
│   │   ├── command.md
│   │   ├── compare.md
│   │   ├── compgen.md
│   │   ├── complete.md
│   │   ├── compopt.md
│   │   ├── composer-audit.md
│   │   ├── composer-require-checker.md
│   │   ├── composer.md
│   │   ├── conan.md
│   │   ├── conda-activate.md
│   │   ├── conda-clean.md
│   │   ├── conda-compare.md
│   │   ├── conda-config.md
│   │   ├── conda-create.md
│   │   ├── conda-deactivate.md
│   │   ├── conda-doctor.md
│   │   ├── conda-env.md
│   │   ├── conda-export.md
│   │   ├── conda-info.md
│   │   ├── conda-init.md
│   │   ├── conda-install.md
│   │   ├── conda-list.md
│   │   ├── conda-notices.md
│   │   ├── conda-package.md
│   │   ├── conda-remove.md
│   │   ├── conda-rename.md
│   │   ├── conda-repoquery.md
│   │   ├── conda-run.md
│   │   ├── conda-search.md
│   │   ├── conda-update.md
│   │   ├── conda.md
│   │   ├── confettysh.md
│   │   ├── consul-kv.md
│   │   ├── consul.md
│   │   ├── continue.md
│   │   ├── convert.md
│   │   ├── convmv.md
│   │   ├── copilot.md
│   │   ├── copr-cli.md
│   │   ├── copr.md
│   │   ├── coproc.md
│   │   ├── copyq.md
│   │   ├── cordova.md
│   │   ├── core-validate-commit.md
│   │   ├── corepack.md
│   │   ├── coreutils.md
│   │   ├── cosign.md
│   │   ├── cotton.md
│   │   ├── couchdb.md
│   │   ├── cowsay.md
│   │   ├── cp.md
│   │   ├── cpan.md
│   │   ├── cpdf.md
│   │   ├── cpio.md
│   │   ├── cppcheck.md
│   │   ├── cppclean.md
│   │   ├── crackle.md
│   │   ├── cradle-deploy.md
│   │   ├── cradle-elastic.md
│   │   ├── cradle-install.md
│   │   ├── cradle-package.md
│   │   ├── cradle-sql.md
│   │   ├── cradle.md
│   │   ├── crane-append.md
│   │   ├── crane-auth.md
│   │   ├── crane-blob.md
│   │   ├── crane-catalog.md
│   │   ├── crane-config.md
│   │   ├── crane-copy.md
│   │   ├── crane-cp.md
│   │   ├── crane-delete.md
│   │   ├── crane-digest.md
│   │   ├── crane-export.md
│   │   ├── crane-flatten.md
│   │   ├── crane-index-append.md
│   │   ├── crane-index-filter.md
│   │   ├── crane-index.md
│   │   ├── crane-ls.md
│   │   ├── crane-manifest.md
│   │   ├── crane-mutate.md
│   │   ├── crane-pull.md
│   │   ├── crane-push.md
│   │   ├── crane-rebase.md
│   │   ├── crane-registry.md
│   │   ├── crane-tag.md
│   │   ├── crane-validate.md
│   │   ├── crane-version.md
│   │   ├── crane.md
│   │   ├── createdb.md
│   │   ├── createuser.md
│   │   ├── crictl.md
│   │   ├── croc.md
│   │   ├── cron.md
│   │   ├── cronic.md
│   │   ├── crontab.md
│   │   ├── crunch.md
│   │   ├── crush.md
│   │   ├── cryfs.md
│   │   ├── crystal.md
│   │   ├── cs-complete-dep.md
│   │   ├── cs-fetch.md
│   │   ├── cs-install.md
│   │   ├── cs-java.md
│   │   ├── cs-launch.md
│   │   ├── cs-resolve.md
│   │   ├── cs.md
│   │   ├── csc.md
│   │   ├── csh.md
│   │   ├── csslint.md
│   │   ├── csv-diff.md
│   │   ├── csv2tsv.md
│   │   ├── csvclean.md
│   │   ├── csvcut.md
│   │   ├── csvformat.md
│   │   ├── csvgrep.md
│   │   ├── csvlook.md
│   │   ├── csvpy.md
│   │   ├── csvsort.md
│   │   ├── csvsql.md
│   │   ├── csvstat.md
│   │   ├── csvtool.md
│   │   ├── ctags.md
│   │   ├── ctest.md
│   │   ├── cups-config.md
│   │   ├── cups.md
│   │   ├── cupsaccept.md
│   │   ├── cupsctl.md
│   │   ├── cupsd.md
│   │   ├── cupsdisable.md
│   │   ├── cupsenable.md
│   │   ├── cupsreject.md
│   │   ├── cupstestppd.md
│   │   ├── curl.md
│   │   ├── cut.md
│   │   ├── cvs.md
│   │   ├── cwebp.md
│   │   ├── cypher-shell.md
│   │   ├── cython.md
│   │   ├── czkawka_cli.md
│   │   ├── d2.md
│   │   ├── d8.md
│   │   ├── dalfox.md
│   │   ├── daps.md
│   │   ├── darkhttpd.md
│   │   ├── dart.md
│   │   ├── dash.md
│   │   ├── datashader_cli.md
│   │   ├── date.md
│   │   ├── dbeaver.md
│   │   ├── dbt.md
│   │   ├── dbx.md
│   │   ├── dc.md
│   │   ├── dcfldd.md
│   │   ├── dcg.md
│   │   ├── dcgmi.md
│   │   ├── dcode.md
│   │   ├── dd.md
│   │   ├── ddev.md
│   │   ├── ddgr.md
│   │   ├── decaffeinate.md
│   │   ├── declare.md
│   │   ├── deemix.md
│   │   ├── deepseek.md
│   │   ├── delta.md
│   │   ├── deluge-console.md
│   │   ├── deluge.md
│   │   ├── deluged.md
│   │   ├── deno.md
│   │   ├── dep.md
│   │   ├── depotdownloader.md
│   │   ├── detox.md
│   │   ├── devcontainer.md
│   │   ├── devenv.md
│   │   ├── devpod.md
│   │   ├── devspace.md
│   │   ├── dexdump.md
│   │   ├── dexter.md
│   │   ├── df.md
│   │   ├── dfc.md
│   │   ├── dhclient.md
│   │   ├── dhcpig.md
│   │   ├── dhcpwn.md
│   │   ├── dict.md
│   │   ├── diff-pdf.md
│   │   ├── diff-so-fancy.md
│   │   ├── diff.md
│   │   ├── diffimg.md
│   │   ├── diffoscope.md
│   │   ├── diffstat.md
│   │   ├── difft.md
│   │   ├── dig.md
│   │   ├── dijkstra.md
│   │   ├── dillo.md
│   │   ├── dircolors.md
│   │   ├── direnv.md
│   │   ├── dirname.md
│   │   ├── dirs.md
│   │   ├── dirsearch.md
│   │   ├── disable.md
│   │   ├── diskonaut.md
│   │   ├── disown.md
│   │   ├── distcc.md
│   │   ├── distccd.md
│   │   ├── dive.md
│   │   ├── django-admin.md
│   │   ├── djxl.md
│   │   ├── dlv.md
│   │   ├── dmd.md
│   │   ├── dmypy.md
│   │   ├── dnsmasq.md
│   │   ├── dnswalk.md
│   │   ├── dnsx.md
│   │   ├── do.md
│   │   ├── doas.md
│   │   ├── dockdiver.md
│   │   ├── docker-build.md
│   │   ├── docker-commit.md
│   │   ├── docker-compose-down.md
│   │   ├── docker-compose-logs.md
│   │   ├── docker-compose-up.md
│   │   ├── docker-compose.md
│   │   ├── docker-container-commit.md
│   │   ├── docker-container-cp.md
│   │   ├── docker-container-diff.md
│   │   ├── docker-container-exec.md
│   │   ├── docker-container-logs.md
│   │   ├── docker-container-ls.md
│   │   ├── docker-container-remove.md
│   │   ├── docker-container-rename.md
│   │   ├── docker-container-rm.md
│   │   ├── docker-container-run.md
│   │   ├── docker-container-start.md
│   │   ├── docker-container-stats.md
│   │   ├── docker-container-top.md
│   │   ├── docker-container-update.md
│   │   ├── docker-container.md
│   │   ├── docker-context.md
│   │   ├── docker-cp.md
│   │   ├── docker-diff.md
│   │   ├── docker-exec.md
│   │   ├── docker-image-load.md
│   │   ├── docker-image-ls.md
│   │   ├── docker-image-pull.md
│   │   ├── docker-image-rm.md
│   │   ├── docker-image-save.md
│   │   ├── docker-image-tag.md
│   │   ├── docker-image.md
│   │   ├── docker-images.md
│   │   ├── docker-inspect.md
│   │   ├── docker-load.md
│   │   ├── docker-login.md
│   │   ├── docker-logs.md
│   │   ├── docker-machine.md
│   │   ├── docker-network.md
│   │   ├── docker-node.md
│   │   ├── docker-ps.md
│   │   ├── docker-pull.md
│   │   ├── docker-rename.md
│   │   ├── docker-rm.md
│   │   ├── docker-rmi.md
│   │   ├── docker-run.md
│   │   ├── docker-save.md
│   │   ├── docker-search.md
│   │   ├── docker-secret.md
│   │   ├── docker-service.md
│   │   ├── docker-slim.md
│   │   ├── docker-start.md
│   │   ├── docker-stats.md
│   │   ├── docker-swarm.md
│   │   ├── docker-system.md
│   │   ├── docker-tag.md
│   │   ├── docker-top.md
│   │   ├── docker-update.md
│   │   ├── docker-volume.md
│   │   ├── docker.md
│   │   ├── docsify.md
│   │   ├── doctl-account.md
│   │   ├── doctl-apps.md
│   │   ├── doctl-auth.md
│   │   ├── doctl-balance.md
│   │   ├── doctl-compute-droplet.md
│   │   ├── doctl-databases-db.md
│   │   ├── doctl-databases-firewalls.md
│   │   ├── doctl-databases-maintenance-window.md
│   │   ├── doctl-databases-options.md
│   │   ├── doctl-databases-pool.md
│   │   ├── doctl-databases-replica.md
│   │   ├── doctl-databases-sql-mode.md
│   │   ├── doctl-databases-user.md
│   │   ├── doctl-databases.md
│   │   ├── doctl-kubernetes-cluster.md
│   │   ├── doctl-kubernetes-options.md
│   │   ├── doctl-serverless.md
│   │   ├── doctum.md
│   │   ├── dog.md
│   │   ├── doggo.md
│   │   ├── dokku.md
│   │   ├── dolt-add.md
│   │   ├── dolt-blame.md
│   │   ├── dolt-branch.md
│   │   ├── dolt-checkout.md
│   │   ├── dolt-clone.md
│   │   ├── dolt-commit.md
│   │   ├── dolt-config.md
│   │   ├── dolt-fetch.md
│   │   ├── dolt-gc.md
│   │   ├── dolt-init.md
│   │   ├── dolt-merge.md
│   │   ├── dolt-sql.md
│   │   ├── dolt-status.md
│   │   ├── dolt-version.md
│   │   ├── dolt.md
│   │   ├── done.md
│   │   ├── doom.md
│   │   ├── doppler-projects.md
│   │   ├── doppler-run.md
│   │   ├── doppler-secrets.md
│   │   ├── doppler.md
│   │   ├── dosbox.md
│   │   ├── dot.md
│   │   ├── dotenvx.md
│   │   ├── dotnet-add-package.md
│   │   ├── dotnet-add-reference.md
│   │   ├── dotnet-build.md
│   │   ├── dotnet-ef.md
│   │   ├── dotnet-publish.md
│   │   ├── dotnet-restore.md
│   │   ├── dotnet-run.md
│   │   ├── dotnet-test.md
│   │   ├── dotnet-tool.md
│   │   ├── dotnet.md
│   │   ├── dotty.md
│   │   ├── doxx.md
│   │   ├── doxygen.md
│   │   ├── drill.md
│   │   ├── dropdb.md
│   │   ├── dropuser.md
│   │   ├── drupal-check.md
│   │   ├── drupal.md
│   │   ├── drush.md
│   │   ├── dtc.md
│   │   ├── dtrx.md
│   │   ├── du.md
│   │   ├── dua.md
│   │   ├── dub.md
│   │   ├── duc.md
│   │   ├── duckdb.md
│   │   ├── duf.md
│   │   ├── dumpcap.md
│   │   ├── dumpntlminfo.py.md
│   │   ├── dune.md
│   │   ├── dunst.md
│   │   ├── dunstctl.md
│   │   ├── dunstify.md
│   │   ├── duplicacy.md
│   │   ├── duplicity.md
│   │   ├── dust.md
│   │   ├── dvc-add.md
│   │   ├── dvc-checkout.md
│   │   ├── dvc-commit.md
│   │   ├── dvc-config.md
│   │   ├── dvc-dag.md
│   │   ├── dvc-destroy.md
│   │   ├── dvc-diff.md
│   │   ├── dvc-fetch.md
│   │   ├── dvc-freeze.md
│   │   ├── dvc-gc.md
│   │   ├── dvc-init.md
│   │   ├── dvc-unfreeze.md
│   │   ├── dvc.md
│   │   ├── dwebp.md
│   │   ├── dzdo.md
│   │   ├── ebook-convert.md
│   │   ├── echo.md
│   │   ├── ecpg.md
│   │   ├── ect.md
│   │   ├── ed.md
│   │   ├── edgepaint.md
│   │   ├── edit.md
│   │   ├── eget.md
│   │   ├── egrep.md
│   │   ├── eim.md
│   │   ├── eksctl.md
│   │   ├── elasticsearch-certutil.md
│   │   ├── elasticsearch-create-enrollment-token.md
│   │   ├── elasticsearch-croneval.md
│   │   ├── elasticsearch-keystore.md
│   │   ├── elasticsearch-node.md
│   │   ├── elasticsearch-reset-password.md
│   │   ├── elasticsearch-saml-metadata.md
│   │   ├── elasticsearch-syskeygen.md
│   │   ├── elasticsearch-users.md
│   │   ├── electron-packager.md
│   │   ├── electrum.md
│   │   ├── elif.md
│   │   ├── elinks.md
│   │   ├── elixir.md
│   │   ├── elm.md
│   │   ├── else.md
│   │   ├── elvish.md
│   │   ├── emacs.md
│   │   ├── emacsclient.md
│   │   ├── ember.md
│   │   ├── emulator.md
│   │   ├── enable.md
│   │   ├── enca.md
│   │   ├── encfs.md
│   │   ├── enscript.md
│   │   ├── entr.md
│   │   ├── env.md
│   │   ├── envoy.md
│   │   ├── envsubst.md
│   │   ├── eol.md
│   │   ├── eqn.md
│   │   ├── erl.md
│   │   ├── ern.md
│   │   ├── errno.md
│   │   ├── esac.md
│   │   ├── esbuild.md
│   │   ├── escp2topbm.md
│   │   ├── eslint.md
│   │   ├── espanso.md
│   │   ├── espeak-ng.md
│   │   ├── espeak.md
│   │   ├── esptool.py.md
│   │   ├── etcd.md
│   │   ├── etcdctl.md
│   │   ├── eva.md
│   │   ├── eval.md
│   │   ├── evil-winrm.md
│   │   ├── ex.md
│   │   ├── exa.md
│   │   ├── exec.md
│   │   ├── exenv.md
│   │   ├── exercism.md
│   │   ├── exfatlabel.md
│   │   ├── exiftool.md
│   │   ├── exit.md
│   │   ├── exiv2.md
│   │   ├── exo-compute-block-storage.md
│   │   ├── exo-compute-instance.md
│   │   ├── exo-compute-sks.md
│   │   ├── exo-compute.md
│   │   ├── exo-dbaas.md
│   │   ├── exo-iam.md
│   │   ├── exo-storage.md
│   │   ├── exo.md
│   │   ├── expand.md
│   │   ├── expo.md
│   │   ├── export.md
│   │   ├── expose.md
│   │   ├── expr.md
│   │   ├── exrex.md
│   │   ├── eyuvtoppm.md
│   │   ├── eza.md
│   │   ├── f3fix.md
│   │   ├── f3probe.md
│   │   ├── f3read.md
│   │   ├── f3write.md
│   │   ├── fabric.md
│   │   ├── factor.md
│   │   ├── fakedata.md
│   │   ├── faker.md
│   │   ├── false.md
│   │   ├── fast.md
│   │   ├── fastapi.md
│   │   ├── fastboot.md
│   │   ├── fastd.md
│   │   ├── fastfetch.md
│   │   ├── fastlane.md
│   │   ├── fastmod.md
│   │   ├── fc-cache.md
│   │   ├── fc-list.md
│   │   ├── fc-match.md
│   │   ├── fc-pattern.md
│   │   ├── fc.md
│   │   ├── fclones.md
│   │   ├── fd.md
│   │   ├── fdfind.md
│   │   ├── fdp.md
│   │   ├── fdroid.md
│   │   ├── fdroidcl.md
│   │   ├── fdupes.md
│   │   ├── feh.md
│   │   ├── feroxbuster.md
│   │   ├── ffe.md
│   │   ├── ffmpeg.md
│   │   ├── ffplay.md
│   │   ├── ffprobe.md
│   │   ├── ffsend.md
│   │   ├── ffuf.md
│   │   ├── fg.md
│   │   ├── fgrep.md
│   │   ├── fi.md
│   │   ├── fiascotopnm.md
│   │   ├── figlet.md
│   │   ├── figlist.md
│   │   ├── file-rename.md
│   │   ├── file.md
│   │   ├── filebrowser.md
│   │   ├── filecheck.md
│   │   ├── filen.md
│   │   ├── fin.md
│   │   ├── find.md
│   │   ├── finger.md
│   │   ├── fio.md
│   │   ├── firebase.md
│   │   ├── firefox.md
│   │   ├── fish.md
│   │   ├── fisher.md
│   │   ├── fitstopnm.md
│   │   ├── fkill.md
│   │   ├── flac.md
│   │   ├── flake8.md
│   │   ├── flarectl.md
│   │   ├── flask-unsign.md
│   │   ├── flask.md
│   │   ├── flexget.md
│   │   ├── flips.md
│   │   ├── flite.md
│   │   ├── float.md
│   │   ├── flow.md
│   │   ├── flox.md
│   │   ├── fls.md
│   │   ├── flutter-pub.md
│   │   ├── flutter.md
│   │   ├── flutterfire.md
│   │   ├── fluxctl.md
│   │   ├── fly.md
│   │   ├── flyctl.md
│   │   ├── fmt.md
│   │   ├── fnm.md
│   │   ├── fold.md
│   │   ├── for.md
│   │   ├── forever.md
│   │   ├── fortune.md
│   │   ├── fossa.md
│   │   ├── fossil-add.md
│   │   ├── fossil-ci.md
│   │   ├── fossil-commit.md
│   │   ├── fossil-delete.md
│   │   ├── fossil-forget.md
│   │   ├── fossil-init.md
│   │   ├── fossil-new.md
│   │   ├── fossil-rm.md
│   │   ├── fossil.md
│   │   ├── fping.md
│   │   ├── fpsync.md
│   │   ├── freeramdisk.md
│   │   ├── freeze.md
│   │   ├── fresh.md
│   │   ├── freshclam.md
│   │   ├── frida-ps.md
│   │   ├── frida-trace.md
│   │   ├── frida.md
│   │   ├── from.md
│   │   ├── frp.md
│   │   ├── frpc.md
│   │   ├── frps.md
│   │   ├── fselect.md
│   │   ├── fstopgm.md
│   │   ├── fswatch.md
│   │   ├── fswebcam.md
│   │   ├── ftp.md
│   │   ├── fuck.md
│   │   ├── func.md
│   │   ├── function.md
│   │   ├── funzip.md
│   │   ├── fusermount.md
│   │   ├── fvm.md
│   │   ├── fx.md
│   │   ├── fzf.md
│   │   ├── g++.md
│   │   ├── gacutil.md
│   │   ├── gallery-dl.md
│   │   ├── gammastep.md
│   │   ├── ganache-cli.md
│   │   ├── gatsby.md
│   │   ├── gau.md
│   │   ├── gawk.md
│   │   ├── gc.md
│   │   ├── gcal.md
│   │   ├── gcalcli.md
│   │   ├── gcc.md
│   │   ├── gcloud-app.md
│   │   ├── gcloud-auth.md
│   │   ├── gcloud-components.md
│   │   ├── gcloud-compute.md
│   │   ├── gcloud-config-set.md
│   │   ├── gcloud-config.md
│   │   ├── gcloud-container.md
│   │   ├── gcloud-feedback.md
│   │   ├── gcloud-help.md
│   │   ├── gcloud-iam.md
│   │   ├── gcloud-info.md
│   │   ├── gcloud-init.md
│   │   ├── gcloud-kms-decrypt.md
│   │   ├── gcloud-logging-logs-list.md
│   │   ├── gcloud-projects.md
│   │   ├── gcloud-sql-backups-describe.md
│   │   ├── gcloud-sql-export-sql.md
│   │   ├── gcloud-topic.md
│   │   ├── gcloud-version.md
│   │   ├── gcloud.md
│   │   ├── gcpdiag.md
│   │   ├── gcrane-copy.md
│   │   ├── gcrane-gc.md
│   │   ├── gcrane-help.md
│   │   ├── gcrane-ls.md
│   │   ├── gcrane.md
│   │   ├── gdal2tiles.py.md
│   │   ├── gdal_contour.md
│   │   ├── gdal_translate.md
│   │   ├── gdaladdo.md
│   │   ├── gdalbuildvrt.md
│   │   ├── gdaldem.md
│   │   ├── gdalinfo.md
│   │   ├── gdalwarp.md
│   │   ├── gdb.md
│   │   ├── gdc.md
│   │   ├── gdm-binary.md
│   │   ├── gdm-restart.md
│   │   ├── gdm-safe-restart.md
│   │   ├── gdm-stop.md
│   │   ├── gdm.md
│   │   ├── gdmsetup.md
│   │   ├── gdown.md
│   │   ├── gdrive.md
│   │   ├── gdu.md
│   │   ├── gem.md
│   │   ├── gemini.md
│   │   ├── gemtopbm.md
│   │   ├── gemtopnm.md
│   │   ├── gendesk.md
│   │   ├── get-nodeinstalllocation.md
│   │   ├── get-nodeversions.md
│   │   ├── get_iplayer.md
│   │   ├── getadusers.py.md
│   │   ├── getarch.py.md
│   │   ├── geth.md
│   │   ├── getln.md
│   │   ├── getnpusers.py.md
│   │   ├── getopts.md
│   │   ├── getst.py.md
│   │   ├── gettext.md
│   │   ├── gettgt.py.md
│   │   ├── getuserspns.py.md
│   │   ├── gfortran.md
│   │   ├── gh-a11y.md
│   │   ├── gh-accessibility.md
│   │   ├── gh-agent-task.md
│   │   ├── gh-agent.md
│   │   ├── gh-alias.md
│   │   ├── gh-api.md
│   │   ├── gh-at.md
│   │   ├── gh-attestation.md
│   │   ├── gh-auth.md
│   │   ├── gh-browse.md
│   │   ├── gh-cache.md
│   │   ├── gh-codespace.md
│   │   ├── gh-completion.md
│   │   ├── gh-config.md
│   │   ├── gh-copilot.md
│   │   ├── gh-cs.md
│   │   ├── gh-environment.md
│   │   ├── gh-extension.md
│   │   ├── gh-formatting.md
│   │   ├── gh-gist.md
│   │   ├── gh-gpg-key.md
│   │   ├── gh-help.md
│   │   ├── gh-issue-create.md
│   │   ├── gh-issue.md
│   │   ├── gh-label.md
│   │   ├── gh-mintty.md
│   │   ├── gh-org.md
│   │   ├── gh-pr-checks.md
│   │   ├── gh-pr-comment.md
│   │   ├── gh-pr-create.md
│   │   ├── gh-pr-merge.md
│   │   ├── gh-pr-view.md
│   │   ├── gh-pr.md
│   │   ├── gh-preview.md
│   │   ├── gh-project.md
│   │   ├── gh-reference.md
│   │   ├── gh-release.md
│   │   ├── gh-repo-create.md
│   │   ├── gh-repo.md
│   │   ├── gh-rs.md
│   │   ├── gh-ruleset.md
│   │   ├── gh-run.md
│   │   ├── gh-screensaver.md
│   │   ├── gh-search.md
│   │   ├── gh-secret-set.md
│   │   ├── gh-secret.md
│   │   ├── gh-skyline.md
│   │   ├── gh-ssh-key.md
│   │   ├── gh-status.md
│   │   ├── gh-variable.md
│   │   ├── gh-workflow.md
│   │   ├── gh.md
│   │   ├── ghc.md
│   │   ├── ghci.md
│   │   ├── ghcid.md
│   │   ├── ghcup.md
│   │   ├── ghdl.md
│   │   ├── ghost.md
│   │   ├── ghostty.md
│   │   ├── ghq.md
│   │   ├── gibo.md
│   │   ├── gifdiff.md
│   │   ├── gifsicle.md
│   │   ├── giftopnm.md
│   │   ├── gimp.md
│   │   ├── gist.md
│   │   ├── git-abort.md
│   │   ├── git-add.md
│   │   ├── git-alias.md
│   │   ├── git-am.md
│   │   ├── git-annex.md
│   │   ├── git-annotate.md
│   │   ├── git-apply.md
│   │   ├── git-archive-file.md
│   │   ├── git-archive.md
│   │   ├── git-authors.md
│   │   ├── git-bisect.md
│   │   ├── git-blame-someone-else.md
│   │   ├── git-blame.md
│   │   ├── git-branch.md
│   │   ├── git-browse-ci.md
│   │   ├── git-browse.md
│   │   ├── git-brv.md
│   │   ├── git-bug.md
│   │   ├── git-bugreport.md
│   │   ├── git-bulk.md
│   │   ├── git-bundle.md
│   │   ├── git-cat-file.md
│   │   ├── git-changelog.md
│   │   ├── git-check-attr.md
│   │   ├── git-check-ignore.md
│   │   ├── git-check-mailmap.md
│   │   ├── git-check-ref-format.md
│   │   ├── git-checkout-index.md
│   │   ├── git-checkout.md
│   │   ├── git-cherry-pick.md
│   │   ├── git-cherry.md
│   │   ├── git-clean.md
│   │   ├── git-clear-soft.md
│   │   ├── git-clear.md
│   │   ├── git-cliff.md
│   │   ├── git-clone.md
│   │   ├── git-coauthor.md
│   │   ├── git-cola.md
│   │   ├── git-column.md
│   │   ├── git-commit-graph.md
│   │   ├── git-commit-tree.md
│   │   ├── git-commit.md
│   │   ├── git-commits-since.md
│   │   ├── git-config.md
│   │   ├── git-continue.md
│   │   ├── git-contrib.md
│   │   ├── git-count-objects.md
│   │   ├── git-count.md
│   │   ├── git-cp.md
│   │   ├── git-create-branch.md
│   │   ├── git-credential-cache.md
│   │   ├── git-credential-store.md
│   │   ├── git-credential.md
│   │   ├── git-cvsexportcommit.md
│   │   ├── git-daemon.md
│   │   ├── git-delete-branch.md
│   │   ├── git-delete-merged-branches.md
│   │   ├── git-delete-squashed-branches.md
│   │   ├── git-delete-submodule.md
│   │   ├── git-delete-tag.md
│   │   ├── git-delta.md
│   │   ├── git-describe.md
│   │   ├── git-diff-files.md
│   │   ├── git-diff-index.md
│   │   ├── git-diff-tree.md
│   │   ├── git-diff.md
│   │   ├── git-difftool.md
│   │   ├── git-effort.md
│   │   ├── git-extras.md
│   │   ├── git-fame.md
│   │   ├── git-fast-export.md
│   │   ├── git-feature.md
│   │   ├── git-fetch.md
│   │   ├── git-filter-branch.md
│   │   ├── git-filter-repo.md
│   │   ├── git-flow.md
│   │   ├── git-for-each-ref.md
│   │   ├── git-for-each-repo.md
│   │   ├── git-force-clone.md
│   │   ├── git-fork.md
│   │   ├── git-format-patch.md
│   │   ├── git-fresh-branch.md
│   │   ├── git-fsck.md
│   │   ├── git-gc.md
│   │   ├── git-get-tar-commit-id.md
│   │   ├── git-gh-pages.md
│   │   ├── git-graft.md
│   │   ├── git-grep.md
│   │   ├── git-gui.md
│   │   ├── git-guilt.md
│   │   ├── git-hash-object.md
│   │   ├── git-help.md
│   │   ├── git-ignore-io.md
│   │   ├── git-ignore.md
│   │   ├── git-imerge.md
│   │   ├── git-info.md
│   │   ├── git-init.md
│   │   ├── git-instaweb.md
│   │   ├── git-lfs-transfer.md
│   │   ├── git-lfs.md
│   │   ├── git-local-commits.md
│   │   ├── git-lock.md
│   │   ├── git-locked.md
│   │   ├── git-log.md
│   │   ├── git-ls-files.md
│   │   ├── git-ls-remote.md
│   │   ├── git-ls-tree.md
│   │   ├── git-magic.md
│   │   ├── git-mailinfo.md
│   │   ├── git-maintenance.md
│   │   ├── git-merge-base.md
│   │   ├── git-merge-index.md
│   │   ├── git-merge-into.md
│   │   ├── git-merge-one-file.md
│   │   ├── git-merge-repo.md
│   │   ├── git-merge-tree.md
│   │   ├── git-merge.md
│   │   ├── git-mergetool.md
│   │   ├── git-missing.md
│   │   ├── git-mktree.md
│   │   ├── git-mr.md
│   │   ├── git-mv.md
│   │   ├── git-name-rev.md
│   │   ├── git-notes.md
│   │   ├── git-obliterate.md
│   │   ├── git-p4.md
│   │   ├── git-paste.md
│   │   ├── git-pr.md
│   │   ├── git-prune.md
│   │   ├── git-psykorebase.md
│   │   ├── git-pull-request.md
│   │   ├── git-pull.md
│   │   ├── git-push.md
│   │   ├── git-range-diff.md
│   │   ├── git-reauthor.md
│   │   ├── git-rebase-patch.md
│   │   ├── git-rebase.md
│   │   ├── git-reflog.md
│   │   ├── git-release.md
│   │   ├── git-remote.md
│   │   ├── git-rename-branch.md
│   │   ├── git-rename-remote.md
│   │   ├── git-rename-tag.md
│   │   ├── git-repack.md
│   │   ├── git-repl.md
│   │   ├── git-replace.md
│   │   ├── git-request-pull.md
│   │   ├── git-rerere.md
│   │   ├── git-reset-file.md
│   │   ├── git-reset.md
│   │   ├── git-restore.md
│   │   ├── git-rev-list.md
│   │   ├── git-rev-parse.md
│   │   ├── git-revert.md
│   │   ├── git-rm.md
│   │   ├── git-root.md
│   │   ├── git-rscp.md
│   │   ├── git-scp.md
│   │   ├── git-secret.md
│   │   ├── git-sed.md
│   │   ├── git-send-email.md
│   │   ├── git-setup.md
│   │   ├── git-shortlog.md
│   │   ├── git-show-branch.md
│   │   ├── git-show-index.md
│   │   ├── git-show-merged-branches.md
│   │   ├── git-show-ref.md
│   │   ├── git-show-tree.md
│   │   ├── git-show-unmerged-branches.md
│   │   ├── git-show.md
│   │   ├── git-sizer.md
│   │   ├── git-sparse-checkout.md
│   │   ├── git-squash.md
│   │   ├── git-stage.md
│   │   ├── git-stamp.md
│   │   ├── git-standup.md
│   │   ├── git-stash.md
│   │   ├── git-status.md
│   │   ├── git-stripspace.md
│   │   ├── git-submodule.md
│   │   ├── git-subtree.md
│   │   ├── git-summary.md
│   │   ├── git-svn.md
│   │   ├── git-switch.md
│   │   ├── git-symbolic-ref.md
│   │   ├── git-sync.md
│   │   ├── git-tag.md
│   │   ├── git-touch.md
│   │   ├── git-undo.md
│   │   ├── git-unlock.md
│   │   ├── git-unpack-file.md
│   │   ├── git-update-index.md
│   │   ├── git-update-ref.md
│   │   ├── git-utimes.md
│   │   ├── git-var.md
│   │   ├── git-verify-commit.md
│   │   ├── git-verify-pack.md
│   │   ├── git-verify-tag.md
│   │   ├── git-whatchanged.md
│   │   ├── git-worktree.md
│   │   ├── git-write-tree.md
│   │   ├── git.md
│   │   ├── gitea.md
│   │   ├── github-label-sync.md
│   │   ├── gitk.md
│   │   ├── gitlab-backup.md
│   │   ├── gitlab-ctl.md
│   │   ├── gitlab-runner.md
│   │   ├── gitlab.md
│   │   ├── gitleaks.md
│   │   ├── gitlint.md
│   │   ├── gitmoji.md
│   │   ├── gitsome.md
│   │   ├── gitstats.md
│   │   ├── gitui.md
│   │   ├── gitwatch.md
│   │   ├── gixy-next.md
│   │   ├── gixy.md
│   │   ├── glab-alias.md
│   │   ├── glab-auth.md
│   │   ├── glab-issue.md
│   │   ├── glab-mr-create.md
│   │   ├── glab-mr-merge.md
│   │   ├── glab-mr.md
│   │   ├── glab-pipeline.md
│   │   ├── glab-release.md
│   │   ├── glab-repo.md
│   │   ├── glab.md
│   │   ├── gladtex.md
│   │   ├── glances.md
│   │   ├── gleam.md
│   │   ├── glib-compile-resources.md
│   │   ├── glow.md
│   │   ├── glxgears.md
│   │   ├── gml2gv.md
│   │   ├── gmssl.md
│   │   ├── gnatmake.md
│   │   ├── gnatprep.md
│   │   ├── gnmic-get.md
│   │   ├── gnmic-set.md
│   │   ├── gnmic-sub.md
│   │   ├── gnmic-subscribe.md
│   │   ├── gnmic.md
│   │   ├── gnomon.md
│   │   ├── gnucash-cli.md
│   │   ├── gnucash.md
│   │   ├── gnuplot.md
│   │   ├── go-bug.md
│   │   ├── go-build.md
│   │   ├── go-clean.md
│   │   ├── go-doc.md
│   │   ├── go-env.md
│   │   ├── go-fix.md
│   │   ├── go-fmt.md
│   │   ├── go-generate.md
│   │   ├── go-get.md
│   │   ├── go-install.md
│   │   ├── go-list.md
│   │   ├── go-mod.md
│   │   ├── go-run.md
│   │   ├── go-test.md
│   │   ├── go-tool.md
│   │   ├── go-version.md
│   │   ├── go-vet.md
│   │   ├── go.md
│   │   ├── gobuster.md
│   │   ├── gocr.md
│   │   ├── gocryptfs.md
│   │   ├── godoc.md
│   │   ├── godot.md
│   │   ├── goenv.md
│   │   ├── gofmt.md
│   │   ├── gofumpt.md
│   │   ├── goimports.md
│   │   ├── golangci-lint.md
│   │   ├── gomi.md
│   │   ├── google-chrome.md
│   │   ├── googler.md
│   │   ├── gopass.md
│   │   ├── gops.md
│   │   ├── goreload.md
│   │   ├── gotelemetry.md
│   │   ├── gotty.md
│   │   ├── gouldtoppm.md
│   │   ├── gource.md
│   │   ├── gow.md
│   │   ├── gox.md
│   │   ├── gpg-card.md
│   │   ├── gpg-tui.md
│   │   ├── gpg-zip.md
│   │   ├── gpg.md
│   │   ├── gpg2.md
│   │   ├── gpgconf.md
│   │   ├── gpgv.md
│   │   ├── gprbuild.md
│   │   ├── gprof.md
│   │   ├── gradle-build.md
│   │   ├── gradle-clean.md
│   │   ├── gradle-dependencies.md
│   │   ├── gradle-dependencyinsight.md
│   │   ├── gradle-init.md
│   │   ├── gradle-projects.md
│   │   ├── gradle-properties.md
│   │   ├── gradle-tasks.md
│   │   ├── gradle-test.md
│   │   ├── gradle-wrapper.md
│   │   ├── gradle.md
│   │   ├── grafana-cli.md
│   │   ├── grap.md
│   │   ├── graphml2gv.md
│   │   ├── greater-than.md
│   │   ├── grep.md
│   │   ├── grex.md
│   │   ├── grip.md
│   │   ├── groff.md
│   │   ├── gron.md
│   │   ├── groups.md
│   │   ├── grpcurl.md
│   │   ├── grumphp.md
│   │   ├── grunt.md
│   │   ├── grype.md
│   │   ├── gst-device-monitor-1.0.md
│   │   ├── gst-discoverer-1.0.md
│   │   ├── gst-inspect-1.0.md
│   │   ├── gst-launch-1.0.md
│   │   ├── gst-play-1.0.md
│   │   ├── gst-transcoder-1.0.md
│   │   ├── gst-typefind-1.0.md
│   │   ├── gsutil.md
│   │   ├── gt.md
│   │   ├── gtop.md
│   │   ├── guacd.md
│   │   ├── guetzli.md
│   │   ├── guile.md
│   │   ├── gulp.md
│   │   ├── gum.md
│   │   ├── gunicorn.md
│   │   ├── gunzip.md
│   │   ├── gv2gml.md
│   │   ├── gv2gxl.md
│   │   ├── gvcolor.md
│   │   ├── gvedit.md
│   │   ├── gvgen.md
│   │   ├── gvim.md
│   │   ├── gvmap.md
│   │   ├── gvpack.md
│   │   ├── gxl2gv.md
│   │   ├── gyb.md
│   │   ├── gzip.md
│   │   ├── hadolint.md
│   │   ├── hakyll-init.md
│   │   ├── handbrakecli.md
│   │   ├── hangups.md
│   │   ├── haproxy.md
│   │   ├── hardhat.md
│   │   ├── hash.md
│   │   ├── hashcat.md
│   │   ├── hashid.md
│   │   ├── hatch.md
│   │   ├── haxelib.md
│   │   ├── hcloud.md
│   │   ├── hd.md
│   │   ├── head.md
│   │   ├── helix.md
│   │   ├── hello.md
│   │   ├── helm-install.md
│   │   ├── helm.md
│   │   ├── help.md
│   │   ├── help2man.md
│   │   ├── heroku.md
│   │   ├── hexdump.md
│   │   ├── hexedit.md
│   │   ├── hexo.md
│   │   ├── hexyl.md
│   │   ├── hf.md
│   │   ├── hg-add.md
│   │   ├── hg-branch.md
│   │   ├── hg-clone.md
│   │   ├── hg-commit.md
│   │   ├── hg-init.md
│   │   ├── hg-log.md
│   │   ├── hg-pull.md
│   │   ├── hg-push.md
│   │   ├── hg-remove.md
│   │   ├── hg-root.md
│   │   ├── hg-serve.md
│   │   ├── hg-status.md
│   │   ├── hg-update.md
│   │   ├── hg.md
│   │   ├── highlight.md
│   │   ├── hipstopgm.md
│   │   ├── history.md
│   │   ├── hive.md
│   │   ├── hledger-accounts.md
│   │   ├── hledger-add.md
│   │   ├── hledger-aregister.md
│   │   ├── hledger-balance.md
│   │   ├── hledger-balancesheet.md
│   │   ├── hledger-import.md
│   │   ├── hledger-incomestatement.md
│   │   ├── hledger-print.md
│   │   ├── hledger-ui.md
│   │   ├── hledger-web.md
│   │   ├── hledger.md
│   │   ├── hlsq.md
│   │   ├── hn.md
│   │   ├── holehe.md
│   │   ├── home-manager.md
│   │   ├── host.md
│   │   ├── hostapd.md
│   │   ├── hostess.md
│   │   ├── hostid.md
│   │   ├── hostname.md
│   │   ├── hping.md
│   │   ├── hping3.md
│   │   ├── hr.md
│   │   ├── hsd-cli.md
│   │   ├── hsw-cli.md
│   │   ├── html5validator.md
│   │   ├── htmlq.md
│   │   ├── htop.md
│   │   ├── htpasswd.md
│   │   ├── http-server-upload.md
│   │   ├── http-server.md
│   │   ├── http.md
│   │   ├── httpflow.md
│   │   ├── httpie.md
│   │   ├── httping.md
│   │   ├── httprobe.md
│   │   ├── httpry.md
│   │   ├── https.md
│   │   ├── httpx.md
│   │   ├── hub-branch.md
│   │   ├── hub-browse.md
│   │   ├── hub-ci-status.md
│   │   ├── hub-clone.md
│   │   ├── hub-create.md
│   │   ├── hub-delete.md
│   │   ├── hub-fork.md
│   │   ├── hub-init.md
│   │   ├── hub-issue.md
│   │   ├── hub.md
│   │   ├── huggingface-cli.md
│   │   ├── hugo-server.md
│   │   ├── hugo.md
│   │   ├── hunspell.md
│   │   ├── hurl.md
│   │   ├── husky.md
│   │   ├── hut.md
│   │   ├── hx.md
│   │   ├── hydra.md
│   │   ├── hyperfine.md
│   │   ├── i3-msg.md
│   │   ├── i3-nagbar.md
│   │   ├── i3.md
│   │   ├── i3lock.md
│   │   ├── ia.md
│   │   ├── ibmcloud-api.md
│   │   ├── ibmcloud-config.md
│   │   ├── ibmcloud-cr.md
│   │   ├── ibmcloud-iam.md
│   │   ├── ibmcloud-ks.md
│   │   ├── ibmcloud-login.md
│   │   ├── ibmcloud-logout.md
│   │   ├── ibmcloud-regions.md
│   │   ├── ibmcloud-target.md
│   │   ├── ibmcloud-update.md
│   │   ├── ibmcloud-version.md
│   │   ├── ibmcloud.md
│   │   ├── ic.md
│   │   ├── ical.md
│   │   ├── icontopbm.md
│   │   ├── iconv.md
│   │   ├── id.md
│   │   ├── id3tag.md
│   │   ├── idea.md
│   │   ├── ident.md
│   │   ├── identify.md
│   │   ├── idevice_id.md
│   │   ├── idevicebackup.md
│   │   ├── idevicebackup2.md
│   │   ├── idevicecrashreport.md
│   │   ├── idevicedate.md
│   │   ├── idevicediagnostics.md
│   │   ├── ideviceimagemounter.md
│   │   ├── ideviceinfo.md
│   │   ├── idevicename.md
│   │   ├── idevicepair.md
│   │   ├── idevicescreenshot.md
│   │   ├── idevicesetlocation.md
│   │   ├── idevicesyslog.md
│   │   ├── idnits.md
│   │   ├── iex.md
│   │   ├── if.md
│   │   ├── ifconfig.md
│   │   ├── ifdata.md
│   │   ├── ifne.md
│   │   ├── ifs.md
│   │   ├── ignite.md
│   │   ├── ilbmtoppm.md
│   │   ├── imapsync.md
│   │   ├── img2pdf.md
│   │   ├── img2sixel.md
│   │   ├── imgcat.md
│   │   ├── imgtoppm.md
│   │   ├── immich-go.md
│   │   ├── immich.md
│   │   ├── impacket-addcomputer.md
│   │   ├── impacket-dumpntlminfo.md
│   │   ├── impacket-getadusers.md
│   │   ├── impacket-getarch.md
│   │   ├── impacket-getnpusers.md
│   │   ├── impacket-getst.md
│   │   ├── impacket-gettgt.md
│   │   ├── impacket-getuserspns.md
│   │   ├── impacket-mqtt_check.md
│   │   ├── impacket-mssqlclient.md
│   │   ├── impacket-ntfs-read.md
│   │   ├── impacket-ping.md
│   │   ├── impacket-ping6.md
│   │   ├── impacket-psexec.md
│   │   ├── impacket-rdp_check.md
│   │   ├── impacket-rpcdump.md
│   │   ├── impacket-rpcmap.md
│   │   ├── impacket-sambapipe.md
│   │   ├── impacket-secretsdump.md
│   │   ├── impacket-smbclient.md
│   │   ├── impacket-smbserver.md
│   │   ├── impacket-sniff.md
│   │   ├── impacket-sniffer.md
│   │   ├── impacket-ticketconverter.md
│   │   ├── import.md
│   │   ├── in-toto-record.md
│   │   ├── in-toto-run.md
│   │   ├── in-toto-sign.md
│   │   ├── in.md
│   │   ├── in2csv.md
│   │   ├── incus.md
│   │   ├── indent.md
│   │   ├── infection.md
│   │   ├── influx.md
│   │   ├── info.md
│   │   ├── initdb.md
│   │   ├── inkmake.md
│   │   ├── inkscape.md
│   │   ├── inkview.md
│   │   ├── install-nodeversion.md
│   │   ├── install-tl.md
│   │   ├── install.md
│   │   ├── interdiff.md
│   │   ├── ionic.md
│   │   ├── ioping.md
│   │   ├── iotop.md
│   │   ├── ipaggcreate.md
│   │   ├── ipaggmanip.md
│   │   ├── ipcalc.md
│   │   ├── ipcs.md
│   │   ├── iperf.md
│   │   ├── iperf3.md
│   │   ├── ipfs.md
│   │   ├── ipinfo.md
│   │   ├── ipmitool.md
│   │   ├── ippeveprinter.md
│   │   ├── ippfind.md
│   │   ├── ipptool.md
│   │   ├── iproxy.md
│   │   ├── ipscan.md
│   │   ├── ipsumdump.md
│   │   ├── ipython.md
│   │   ├── irb.md
│   │   ├── irssi.md
│   │   ├── is-up.md
│   │   ├── isisdl.md
│   │   ├── ispell.md
│   │   ├── isutf8.md
│   │   ├── iverilog.md
│   │   ├── ivpn.md
│   │   ├── j.md
│   │   ├── jadx.md
│   │   ├── jar.md
│   │   ├── jarsigner.md
│   │   ├── java.md
│   │   ├── javac.md
│   │   ├── javadoc.md
│   │   ├── javap.md
│   │   ├── jbang.md
│   │   ├── jc.json.md
│   │   ├── jc.md
│   │   ├── jcal.md
│   │   ├── jco.md
│   │   ├── jdeps.md
│   │   ├── jdupes.md
│   │   ├── jekyll.md
│   │   ├── jello.md
│   │   ├── jenkins.md
│   │   ├── jenv.md
│   │   ├── jest.md
│   │   ├── jetifier.md
│   │   ├── jf.md
│   │   ├── jfrog.md
│   │   ├── jhat.md
│   │   ├── jhipster.md
│   │   ├── jhsdb.md
│   │   ├── jigsaw.md
│   │   ├── jira-browse.md
│   │   ├── jira-issue.md
│   │   ├── jira-issues.md
│   │   ├── jira-me.md
│   │   ├── jira-navigate.md
│   │   ├── jira-open.md
│   │   ├── jira-project.md
│   │   ├── jira-projects.md
│   │   ├── jira-sprint.md
│   │   ├── jira-sprints.md
│   │   ├── jira.md
│   │   ├── jj-abandon.md
│   │   ├── jj-absorb.md
│   │   ├── jj-bisect.md
│   │   ├── jj-bookmark.md
│   │   ├── jj-commit.md
│   │   ├── jj-config-edit.md
│   │   ├── jj-config-get.md
│   │   ├── jj-config-list.md
│   │   ├── jj-config-path.md
│   │   ├── jj-config-set.md
│   │   ├── jj-config-unset.md
│   │   ├── jj-config.md
│   │   ├── jj-describe.md
│   │   ├── jj-diff.md
│   │   ├── jj-diffedit.md
│   │   ├── jj-duplicate.md
│   │   ├── jj-edit.md
│   │   ├── jj-evolog.md
│   │   ├── jj-git-clone.md
│   │   ├── jj-git-fetch.md
│   │   ├── jj-git-init.md
│   │   ├── jj-git-push.md
│   │   ├── jj-git-remote.md
│   │   ├── jj-git.md
│   │   ├── jj-interdiff.md
│   │   ├── jj-log.md
│   │   ├── jj-new.md
│   │   ├── jj-next.md
│   │   ├── jj-operation.md
│   │   ├── jj-parallelize.md
│   │   ├── jj-prev.md
│   │   ├── jj-rebase.md
│   │   ├── jj-resolve.md
│   │   ├── jj-restore.md
│   │   ├── jj-revert.md
│   │   ├── jj-show.md
│   │   ├── jj-simplify-parents.md
│   │   ├── jj-split.md
│   │   ├── jj-squash.md
│   │   ├── jj-status.md
│   │   ├── jj-tag-delete.md
│   │   ├── jj-tag-list.md
│   │   ├── jj-tag-set.md
│   │   ├── jj-tag.md
│   │   ├── jj-undo.md
│   │   ├── jj.md
│   │   ├── jmap.md
│   │   ├── jmeter.md
│   │   ├── jmtpfs.md
│   │   ├── jo.md
│   │   ├── jobs.md
│   │   ├── joe.md
│   │   ├── john.md
│   │   ├── join.md
│   │   ├── josm.md
│   │   ├── jp2a.md
│   │   ├── jpegoptim.md
│   │   ├── jpegtopnm.md
│   │   ├── jps.md
│   │   ├── jq.md
│   │   ├── jrnl.md
│   │   ├── json5.md
│   │   ├── jstack.md
│   │   ├── jtbl.md
│   │   ├── julia.md
│   │   ├── jupyter-lab.md
│   │   ├── jupyter.md
│   │   ├── jupyterlab.md
│   │   ├── jupytext.md
│   │   ├── just.1.md
│   │   ├── just.md
│   │   ├── jwt.md
│   │   ├── k3d.md
│   │   ├── k3s.md
│   │   ├── k6.md
│   │   ├── k8s-unused-secret-detector.md
│   │   ├── k8sec.md
│   │   ├── k9s.md
│   │   ├── kafkacat.md
│   │   ├── kaggle-competitions.md
│   │   ├── kaggle-config.md
│   │   ├── kaggle-datasets.md
│   │   ├── kaggle-kernels.md
│   │   ├── kaggle-models.md
│   │   ├── kaggle.md
│   │   ├── kahlan.md
│   │   ├── kak.md
│   │   ├── katana.md
│   │   ├── kate.md
│   │   ├── kcadm.sh.md
│   │   ├── kcat.md
│   │   ├── kdash.md
│   │   ├── kdeconnect-cli.md
│   │   ├── kdenlive.md
│   │   ├── kdig.md
│   │   ├── keep-header.md
│   │   ├── keepass2.md
│   │   ├── keepassxc-cli.md
│   │   ├── kerl.md
│   │   ├── keybase.md
│   │   ├── keychain.md
│   │   ├── keytool.md
│   │   ├── khal.md
│   │   ├── kill.md
│   │   ├── killall.md
│   │   ├── kind.md
│   │   ├── kinit.md
│   │   ├── kismet.md
│   │   ├── kite.md
│   │   ├── kiterunner-brute.md
│   │   ├── kiterunner-kb.md
│   │   ├── kiterunner-scan.md
│   │   ├── kiterunner-wordlist.md
│   │   ├── kiterunner.md
│   │   ├── kitex.md
│   │   ├── kitty.md
│   │   ├── kiwi-ng.md
│   │   ├── knife.md
│   │   ├── knotc.md
│   │   ├── koboldcpp.md
│   │   ├── kodi-send.md
│   │   ├── komac.md
│   │   ├── kompose.md
│   │   ├── kool.md
│   │   ├── kopia.md
│   │   ├── kops.md
│   │   ├── kosmorro.md
│   │   ├── kotlin.md
│   │   ├── kotlinc.md
│   │   ├── kr.md
│   │   ├── krita.md
│   │   ├── krunvm.md
│   │   ├── ksh.md
│   │   ├── kube-capacity.md
│   │   ├── kube-fzf.md
│   │   ├── kubeadm.md
│   │   ├── kubectl-annotate.md
│   │   ├── kubectl-api-resources.md
│   │   ├── kubectl-api-versions.md
│   │   ├── kubectl-apply.md
│   │   ├── kubectl-attach.md
│   │   ├── kubectl-auth.md
│   │   ├── kubectl-autoscale.md
│   │   ├── kubectl-certificate.md
│   │   ├── kubectl-cluster-info.md
│   │   ├── kubectl-completion.md
│   │   ├── kubectl-config.md
│   │   ├── kubectl-cordon.md
│   │   ├── kubectl-cp.md
│   │   ├── kubectl-create.md
│   │   ├── kubectl-debug.md
│   │   ├── kubectl-delete.md
│   │   ├── kubectl-describe.md
│   │   ├── kubectl-diff.md
│   │   ├── kubectl-drain.md
│   │   ├── kubectl-edit.md
│   │   ├── kubectl-events.md
│   │   ├── kubectl-exec.md
│   │   ├── kubectl-explain.md
│   │   ├── kubectl-expose.md
│   │   ├── kubectl-get.md
│   │   ├── kubectl-kustomize.md
│   │   ├── kubectl-label.md
│   │   ├── kubectl-logs.md
│   │   ├── kubectl-patch.md
│   │   ├── kubectl-plugin.md
│   │   ├── kubectl-port-forward.md
│   │   ├── kubectl-proxy.md
│   │   ├── kubectl-replace.md
│   │   ├── kubectl-rollout.md
│   │   ├── kubectl-run.md
│   │   ├── kubectl-scale.md
│   │   ├── kubectl-set.md
│   │   ├── kubectl-taint.md
│   │   ├── kubectl-top.md
│   │   ├── kubectl-uncordon.md
│   │   ├── kubectl-version.md
│   │   ├── kubectl-wait.md
│   │   ├── kubectl.md
│   │   ├── kubectx.md
│   │   ├── kubens.md
│   │   ├── kubeseal.md
│   │   ├── kubetail.md
│   │   ├── kubie.md
│   │   ├── kustomize.md
│   │   ├── l2ping.md
│   │   ├── lambo-new.md
│   │   ├── lambo.md
│   │   ├── lame.md
│   │   ├── lando.md
│   │   ├── laravel-zero.md
│   │   ├── laravel.md
│   │   ├── lastcomm.md
│   │   ├── latex.md
│   │   ├── latexdiff.md
│   │   ├── latexmk.md
│   │   ├── latexpand.md
│   │   ├── laydown.md
│   │   ├── lazydocker.md
│   │   ├── lazygit.md
│   │   ├── lb.md
│   │   ├── lckdo.md
│   │   ├── ld.md
│   │   ├── ldapsearch.md
│   │   ├── ldc.md
│   │   ├── leaftoppm.md
│   │   ├── leave.md
│   │   ├── lebab.md
│   │   ├── ledger.md
│   │   ├── lein.md
│   │   ├── lerna.md
│   │   ├── less-than-more-than.md
│   │   ├── less-than.md
│   │   ├── less.md
│   │   ├── lesskey.md
│   │   ├── let.md
│   │   ├── lex.md
│   │   ├── libreoffice.md
│   │   ├── librewolf.md
│   │   ├── license.md
│   │   ├── licensor.md
│   │   ├── light-arionum-cli.md
│   │   ├── lighthouse.md
│   │   ├── lilypond.md
│   │   ├── lima.md
│   │   ├── limactl.md
│   │   ├── link.md
│   │   ├── linkchecker.md
│   │   ├── linode-cli-account.md
│   │   ├── linode-cli-domains.md
│   │   ├── linode-cli-events.md
│   │   ├── linode-cli-linodes.md
│   │   ├── linode-cli-lke.md
│   │   ├── linode-cli-nodebalancers.md
│   │   ├── linode-cli-object-storage.md
│   │   ├── linode-cli-tickets.md
│   │   ├── linode-cli-volumes.md
│   │   ├── linode-cli.md
│   │   ├── liquidctl.md
│   │   ├── lispmtopgm.md
│   │   ├── lit.md
│   │   ├── live-server.md
│   │   ├── llc.md
│   │   ├── lldb.md
│   │   ├── lli.md
│   │   ├── llm.md
│   │   ├── llvd.md
│   │   ├── llvm-ar.md
│   │   ├── llvm-as.md
│   │   ├── llvm-bcanalyzer.md
│   │   ├── llvm-cat.md
│   │   ├── llvm-config.md
│   │   ├── llvm-dis.md
│   │   ├── llvm-g++.md
│   │   ├── llvm-gcc.md
│   │   ├── llvm-mc.md
│   │   ├── llvm-nm.md
│   │   ├── llvm-objdump.md
│   │   ├── llvm-strings.md
│   │   ├── lmms.md
│   │   ├── ln.md
│   │   ├── loadtest.md
│   │   ├── loc.md
│   │   ├── local.md
│   │   ├── locust.md
│   │   ├── loft.md
│   │   ├── logger.md
│   │   ├── logname.md
│   │   ├── logout.md
│   │   ├── logstash.md
│   │   ├── lolcat.md
│   │   ├── look.md
│   │   ├── lorem.md
│   │   ├── lp.md
│   │   ├── lpadmin.md
│   │   ├── lpass.md
│   │   ├── lpinfo.md
│   │   ├── lpmove.md
│   │   ├── lpoptions.md
│   │   ├── lpq.md
│   │   ├── lpr.md
│   │   ├── lprm.md
│   │   ├── lpstat.md
│   │   ├── ls.md
│   │   ├── lsar.md
│   │   ├── lsd.md
│   │   ├── lsix.md
│   │   ├── lsof.md
│   │   ├── lspath.md
│   │   ├── lstopo.md
│   │   ├── lsyncd.md
│   │   ├── lt.md
│   │   ├── lua.md
│   │   ├── luac.md
│   │   ├── luajit.md
│   │   ├── lualatex.md
│   │   ├── luanti.md
│   │   ├── luantiserver.md
│   │   ├── ludusavi.md
│   │   ├── lumen.md
│   │   ├── lwp-request.md
│   │   ├── lychee.md
│   │   ├── lynx.md
│   │   ├── lz4.md
│   │   ├── lzcat.md
│   │   ├── lzcmp.md
│   │   ├── lzdiff.md
│   │   ├── lzegrep.md
│   │   ├── lzfgrep.md
│   │   ├── lzgrep.md
│   │   ├── lzip.md
│   │   ├── lzless.md
│   │   ├── lzma.md
│   │   ├── lzmore.md
│   │   ├── lzop.md
│   │   ├── m4.md
│   │   ├── m4b-tool.md
│   │   ├── macchina.md
│   │   ├── macptopbm.md
│   │   ├── maestral.md
│   │   ├── magento.md
│   │   ├── magick-compare.md
│   │   ├── magick-convert.md
│   │   ├── magick-identify.md
│   │   ├── magick-import.md
│   │   ├── magick-mogrify.md
│   │   ├── magick-montage.md
│   │   ├── magick.md
│   │   ├── maigret.md
│   │   ├── mail.md
│   │   ├── mailsy.md
│   │   ├── mailx.md
│   │   ├── make.md
│   │   ├── makebuildserver.md
│   │   ├── makensis.md
│   │   ├── makepasswd.md
│   │   ├── mamba-repoquery.md
│   │   ├── mamba.md
│   │   ├── man.md
│   │   ├── manim.md
│   │   ├── mapfile.md
│   │   ├── mariadb-install-db.md
│   │   ├── mariadb.md
│   │   ├── marimo.md
│   │   ├── markdown2pdf.md
│   │   ├── masscan.md
│   │   ├── massdns.md
│   │   ├── mat2.md
│   │   ├── mate-dictionary.md
│   │   ├── matlab.md
│   │   ├── maza.md
│   │   ├── mc.cli.md
│   │   ├── mc.fm.md
│   │   ├── mc.md
│   │   ├── mcat.md
│   │   ├── mcfly.md
│   │   ├── mcli.md
│   │   ├── mcs.md
│   │   ├── md-to-clip.md
│   │   ├── md5sum.md
│   │   ├── mdatopbm.md
│   │   ├── mdk4.md
│   │   ├── mdp.md
│   │   ├── mediainfo.md
│   │   ├── medusa.md
│   │   ├── meld.md
│   │   ├── melt.md
│   │   ├── memray.md
│   │   ├── mesg.md
│   │   ├── meshlabserver.md
│   │   ├── meshnamed.md
│   │   ├── meson.md
│   │   ├── meteor.md
│   │   ├── mg.md
│   │   ├── mgrtopbm.md
│   │   ├── mh_copyright.md
│   │   ├── mh_lint.md
│   │   ├── mh_metric.md
│   │   ├── micro.md
│   │   ├── micromamba.md
│   │   ├── microsoft-edge.md
│   │   ├── mid3v2.md
│   │   ├── middleman.md
│   │   ├── minecraft.md
│   │   ├── minetest.md
│   │   ├── minetestserver.md
│   │   ├── mingle.md
│   │   ├── minidlna.md
│   │   ├── minifab.md
│   │   ├── minikube-start.md
│   │   ├── minikube.md
│   │   ├── minio-client.md
│   │   ├── minio-server.md
│   │   ├── minipro.md
│   │   ├── miniserve.md
│   │   ├── minisign.md
│   │   ├── mise.md
│   │   ├── mispipe.md
│   │   ├── mitmdump.md
│   │   ├── mitmproxy.md
│   │   ├── mitmweb.md
│   │   ├── mix.md
│   │   ├── mixxx.md
│   │   ├── mk.md
│   │   ├── mkcert.md
│   │   ├── mkdir.md
│   │   ├── mkdocs.md
│   │   ├── mkfifo.md
│   │   ├── mkfile.md
│   │   ├── mktemp.md
│   │   ├── mktorrent.md
│   │   ├── mkvmerge.md
│   │   ├── mlr.md
│   │   ├── mm2gv.md
│   │   ├── mmdc.md
│   │   ├── mmls.md
│   │   ├── mmv.md
│   │   ├── mocha.md
│   │   ├── mods.md
│   │   ├── modutil.md
│   │   ├── moe.md
│   │   ├── mogrify.md
│   │   ├── molecule.md
│   │   ├── mongo.md
│   │   ├── mongod.md
│   │   ├── mongodump.md
│   │   ├── mongoexport.md
│   │   ├── mongoimport.md
│   │   ├── mongorestore.md
│   │   ├── mongosh.md
│   │   ├── monodevelop.md
│   │   ├── monodis.md
│   │   ├── monolith.md
│   │   ├── monop.md
│   │   ├── montage.md
│   │   ├── more.md
│   │   ├── moro.md
│   │   ├── mosh.md
│   │   ├── mosquitto.md
│   │   ├── mosquitto_passwd.md
│   │   ├── mosquitto_pub.md
│   │   ├── mosquitto_sub.md
│   │   ├── most.md
│   │   ├── mozillavpn.md
│   │   ├── mp3info.md
│   │   ├── mp4box.md
│   │   ├── mp4decrypt.md
│   │   ├── mpc.md
│   │   ├── mpd.md
│   │   ├── mpg321.md
│   │   ├── mpic++.md
│   │   ├── mpicc.md
│   │   ├── mpicxx.md
│   │   ├── mpiexec.md
│   │   ├── mpijavac.md
│   │   ├── mpirun.md
│   │   ├── mplayer.md
│   │   ├── mpremote.md
│   │   ├── mpv.md
│   │   ├── mqtt_check.py.md
│   │   ├── mr.md
│   │   ├── msbuild.md
│   │   ├── mscore.md
│   │   ├── msedge.md
│   │   ├── msedit.md
│   │   ├── msfconsole.md
│   │   ├── msfvenom.md
│   │   ├── msgattrib.md
│   │   ├── msgcat.md
│   │   ├── msgfmt.md
│   │   ├── msginit.md
│   │   ├── msgmerge.md
│   │   ├── msgunfmt.md
│   │   ├── msmtp.md
│   │   ├── mssqlclient.py.md
│   │   ├── mtm.md
│   │   ├── mtr.md
│   │   ├── mtvtoppm.md
│   │   ├── mu.md
│   │   ├── mullvad.md
│   │   ├── multipass.md
│   │   ├── multitail.md
│   │   ├── mumble.md
│   │   ├── mupdf.md
│   │   ├── musescore.md
│   │   ├── musl-gcc.md
│   │   ├── mutagen.md
│   │   ├── mutool.md
│   │   ├── mutt.md
│   │   ├── mv.md
│   │   ├── mvn-archetype.md
│   │   ├── mvn-compile.md
│   │   ├── mvn-dependency.md
│   │   ├── mvn-deploy.md
│   │   ├── mvn-generate-sources.md
│   │   ├── mvn-idea.md
│   │   ├── mvn-install.md
│   │   ├── mvn-package.md
│   │   ├── mvn-site.md
│   │   ├── mvn.md
│   │   ├── mycli.md
│   │   ├── mypy.md
│   │   ├── mysql.md
│   │   ├── mysql_secure_installation.md
│   │   ├── mysqlbinlog.md
│   │   ├── mysqlcheck.md
│   │   ├── mysqld.md
│   │   ├── mysqldump.md
│   │   ├── mysqlsh.md
│   │   ├── mytop.md
│   │   ├── n.md
│   │   ├── naabu.md
│   │   ├── nagios.md
│   │   ├── nagios2.md
│   │   ├── nagios3.md
│   │   ├── nagios4.md
│   │   ├── nano.md
│   │   ├── nasm.md
│   │   ├── nativefier.md
│   │   ├── nb.md
│   │   ├── nbtscan.md
│   │   ├── nc.md
│   │   ├── ncc.md
│   │   ├── ncdu.md
│   │   ├── ncmpcpp.md
│   │   ├── ncspot.md
│   │   ├── ncu.md
│   │   ├── ndc.md
│   │   ├── neato.md
│   │   ├── ned.md
│   │   ├── neo4j-admin.md
│   │   ├── neofetch.md
│   │   ├── neomutt.md
│   │   ├── neotoppm.md
│   │   ├── nest.md
│   │   ├── netcat.md
│   │   ├── netdiscover.md
│   │   ├── netexec.md
│   │   ├── netlify.md
│   │   ├── netperf.md
│   │   ├── netserver.md
│   │   ├── netstat.md
│   │   ├── nettacker.md
│   │   ├── newman.md
│   │   ├── newsboat.md
│   │   ├── next.md
│   │   ├── nextclade.md
│   │   ├── nextflow.md
│   │   ├── nf-core.md
│   │   ├── ng-add.md
│   │   ├── ng-analytics.md
│   │   ├── ng-build.md
│   │   ├── ng-cache.md
│   │   ├── ng-completion.md
│   │   ├── ng-config.md
│   │   ├── ng-deploy.md
│   │   ├── ng-e2e.md
│   │   ├── ng-extract-i18n.md
│   │   ├── ng-generate.md
│   │   ├── ng-lint.md
│   │   ├── ng-new.md
│   │   ├── ng-run.md
│   │   ├── ng-serve.md
│   │   ├── ng-test.md
│   │   ├── ng-update.md
│   │   ├── ng-version.md
│   │   ├── ng.md
│   │   ├── nginx.md
│   │   ├── ngrep.md
│   │   ├── ngrok.md
│   │   ├── ngs.md
│   │   ├── nh-clean.md
│   │   ├── nh-home.md
│   │   ├── nh-os.md
│   │   ├── nh-search.md
│   │   ├── nh.md
│   │   ├── nhentai.md
│   │   ├── nice.md
│   │   ├── nicotine.md
│   │   ├── nikto.md
│   │   ├── nim.md
│   │   ├── nimble.md
│   │   ├── ninja.md
│   │   ├── nix-build.2.md
│   │   ├── nix-build.3.md
│   │   ├── nix-build.md
│   │   ├── nix-channel.md
│   │   ├── nix-classic.md
│   │   ├── nix-collect-garbage.md
│   │   ├── nix-develop.md
│   │   ├── nix-edit.md
│   │   ├── nix-env.md
│   │   ├── nix-eval.md
│   │   ├── nix-flake-info.md
│   │   ├── nix-flake-init.md
│   │   ├── nix-flake-show.md
│   │   ├── nix-flake.md
│   │   ├── nix-instantiate.md
│   │   ├── nix-profile.md
│   │   ├── nix-registry.md
│   │   ├── nix-repl.md
│   │   ├── nix-run.md
│   │   ├── nix-search.md
│   │   ├── nix-shell.2.md
│   │   ├── nix-shell.3.md
│   │   ├── nix-shell.md
│   │   ├── nix-store.2.md
│   │   ├── nix-store.3.md
│   │   ├── nix-store.md
│   │   ├── nix-why-depends.md
│   │   ├── nix.md
│   │   ├── nixpkgs-review.md
│   │   ├── nkf.md
│   │   ├── nl.md
│   │   ├── nload.md
│   │   ├── nm-classic.md
│   │   ├── nm.md
│   │   ├── nmap.md
│   │   ├── nmblookup.md
│   │   ├── nms.md
│   │   ├── nnn.md
│   │   ├── node.md
│   │   ├── nodemon.md
│   │   ├── nodenv.md
│   │   ├── nohup.md
│   │   ├── nokogiri.md
│   │   ├── nomad.md
│   │   ├── nop.md
│   │   ├── noseyparker.md
│   │   ├── noti.md
│   │   ├── notify-send.md
│   │   ├── notmuch.md
│   │   ├── now.md
│   │   ├── nping.md
│   │   ├── npm-access.md
│   │   ├── npm-adduser.md
│   │   ├── npm-audit.md
│   │   ├── npm-author.md
│   │   ├── npm-bugs.md
│   │   ├── npm-cache.md
│   │   ├── npm-check.md
│   │   ├── npm-ci.md
│   │   ├── npm-completion.md
│   │   ├── npm-config.md
│   │   ├── npm-dedupe.md
│   │   ├── npm-deprecate.md
│   │   ├── npm-diff.md
│   │   ├── npm-dist-tag.md
│   │   ├── npm-docs.md
│   │   ├── npm-doctor.md
│   │   ├── npm-edit.md
│   │   ├── npm-exec.md
│   │   ├── npm-explain.md
│   │   ├── npm-explore.md
│   │   ├── npm-find-dupes.md
│   │   ├── npm-fund.md
│   │   ├── npm-help-search.md
│   │   ├── npm-help.md
│   │   ├── npm-home.md
│   │   ├── npm-hook.md
│   │   ├── npm-init.md
│   │   ├── npm-install-ci-test.md
│   │   ├── npm-install-test.md
│   │   ├── npm-install.md
│   │   ├── npm-it.md
│   │   ├── npm-link.md
│   │   ├── npm-list.md
│   │   ├── npm-login.md
│   │   ├── npm-logout.md
│   │   ├── npm-ls.md
│   │   ├── npm-name.md
│   │   ├── npm-org.md
│   │   ├── npm-outdated.md
│   │   ├── npm-owner.md
│   │   ├── npm-pack.md
│   │   ├── npm-ping.md
│   │   ├── npm-pkg.md
│   │   ├── npm-prefix.md
│   │   ├── npm-profile.md
│   │   ├── npm-prune.md
│   │   ├── npm-publish.md
│   │   ├── npm-query.md
│   │   ├── npm-rb.md
│   │   ├── npm-rebuild.md
│   │   ├── npm-repo.md
│   │   ├── npm-restart.md
│   │   ├── npm-root.md
│   │   ├── npm-run-script.md
│   │   ├── npm-run.md
│   │   ├── npm-sbom.md
│   │   ├── npm-search.md
│   │   ├── npm-shrinkwrap.md
│   │   ├── npm-star.md
│   │   ├── npm-stars.md
│   │   ├── npm-start.md
│   │   ├── npm-stop.md
│   │   ├── npm-team.md
│   │   ├── npm-test.md
│   │   ├── npm-token.md
│   │   ├── npm-uninstall.md
│   │   ├── npm-unpublish.md
│   │   ├── npm-unstar.md
│   │   ├── npm-update.md
│   │   ├── npm-version.md
│   │   ├── npm-view.md
│   │   ├── npm-whoami.md
│   │   ├── npm-why.md
│   │   ├── npm.md
│   │   ├── nproc.md
│   │   ├── npx.md
│   │   ├── nrm.md
│   │   ├── nslookup.md
│   │   ├── ntfs-read.py.md
│   │   ├── ntfy.md
│   │   ├── ntfyme.md
│   │   ├── nth.md
│   │   ├── ntl.md
│   │   ├── ntp-ctl.md
│   │   ├── ntpctl.md
│   │   ├── nu.md
│   │   ├── nuclei.md
│   │   ├── nudoku.md
│   │   ├── numfmt.md
│   │   ├── nvcc.md
│   │   ├── nvidia-smi-mig.md
│   │   ├── nvidia-smi.md
│   │   ├── nvim.md
│   │   ├── nvm.fish.md
│   │   ├── nvm.md
│   │   ├── nvme.md
│   │   ├── nx.md
│   │   ├── nxc-ftp.md
│   │   ├── nxc-ldap.md
│   │   ├── nxc-mssql.md
│   │   ├── nxc-nfs.md
│   │   ├── nxc-rdp.md
│   │   ├── nxc-smb.md
│   │   ├── nxc-ssh.md
│   │   ├── nxc-vnc.md
│   │   ├── nxc-winrm.md
│   │   ├── nxc-wmi.md
│   │   ├── nxc.md
│   │   ├── nxcdb.md
│   │   ├── nyxt.md
│   │   ├── o.md
│   │   ├── oathtool.md
│   │   ├── oauth2c.md
│   │   ├── objdump.md
│   │   ├── obs.md
│   │   ├── oc.md
│   │   ├── ocaml.md
│   │   ├── ocamlc.md
│   │   ├── ocamlfind.md
│   │   ├── ocamlopt.md
│   │   ├── ocrmypdf.md
│   │   ├── octave.md
│   │   ├── octez-client.md
│   │   ├── od.md
│   │   ├── odpscmd-auth.md
│   │   ├── odpscmd-func.md
│   │   ├── odpscmd-inst.md
│   │   ├── odpscmd-resource.md
│   │   ├── odpscmd-table.md
│   │   ├── odpscmd-tunnel.md
│   │   ├── odpscmd.md
│   │   ├── offlineimap.md
│   │   ├── ogr2ogr.md
│   │   ├── ogrinfo.md
│   │   ├── ogrmerge.py.md
│   │   ├── oh-my-posh.md
│   │   ├── ohdear-cli.md
│   │   ├── ohdear.md
│   │   ├── okular.md
│   │   ├── olevba.md
│   │   ├── ollama.md
│   │   ├── omf.md
│   │   ├── omz.md
│   │   ├── on_ac_power.md
│   │   ├── onefetch.md
│   │   ├── oneliner.md
│   │   ├── onionsearch.md
│   │   ├── ooniprobe.md
│   │   ├── op.md
│   │   ├── opam.md
│   │   ├── open.fish.md
│   │   ├── open.md
│   │   ├── openai.md
│   │   ├── openclaw-agent.md
│   │   ├── openclaw-channels.md
│   │   ├── openclaw-doctor.md
│   │   ├── openclaw-gateway.md
│   │   ├── openclaw-message.md
│   │   ├── openclaw-nodes.md
│   │   ├── openclaw-onboard.md
│   │   ├── openclaw-update.md
│   │   ├── openclaw.md
│   │   ├── opencode-agent.md
│   │   ├── opencode-auth.md
│   │   ├── opencode-debug.md
│   │   ├── opencode-export.md
│   │   ├── opencode-import.md
│   │   ├── opencode-mcp.md
│   │   ├── opencode-models.md
│   │   ├── opencode-session.md
│   │   ├── opencode-stats.md
│   │   ├── opencode-uninstall.md
│   │   ├── opencode-upgrade.md
│   │   ├── opencode-web.md
│   │   ├── opencode.md
│   │   ├── openconnect.md
│   │   ├── openocd.md
│   │   ├── openrgb.md
│   │   ├── openscad.md
│   │   ├── openssl-dgst.md
│   │   ├── openssl-genpkey.md
│   │   ├── openssl-genrsa.md
│   │   ├── openssl-prime.md
│   │   ├── openssl-req.md
│   │   ├── openssl-s_client.md
│   │   ├── openssl-ts.md
│   │   ├── openssl-x509.md
│   │   ├── openssl.md
│   │   ├── openstack-flavor.md
│   │   ├── openstack-help.md
│   │   ├── openstack-image.md
│   │   ├── openstack-network.md
│   │   ├── openstack-port.md
│   │   ├── openstack-server.md
│   │   ├── openstack-subnet.md
│   │   ├── openstack-volume.md
│   │   ├── openttd.md
│   │   ├── openvpn.md
│   │   ├── opera.md
│   │   ├── opt.md
│   │   ├── optipng.md
│   │   ├── opusenc.md
│   │   ├── orca-c.md
│   │   ├── osage.md
│   │   ├── osmium.md
│   │   ├── osv-scanner.md
│   │   ├── ots.md
│   │   ├── ouch.md
│   │   ├── oxipng.md
│   │   ├── p10k.md
│   │   ├── p4.md
│   │   ├── p5.md
│   │   ├── p7zip.md
│   │   ├── paci.md
│   │   ├── packer.md
│   │   ├── packtpub.md
│   │   ├── packwiz.md
│   │   ├── pactl.md
│   │   ├── pageres.md
│   │   ├── pake.md
│   │   ├── palmtopnm.md
│   │   ├── pamarith.md
│   │   ├── pambackground.md
│   │   ├── pambrighten.md
│   │   ├── pamcomp.md
│   │   ├── pamcrater.md
│   │   ├── pamcut.md
│   │   ├── pamdeinterlace.md
│   │   ├── pamdepth.md
│   │   ├── pamdice.md
│   │   ├── pamditherbw.md
│   │   ├── pamedge.md
│   │   ├── pamenlarge.md
│   │   ├── pamexec.md
│   │   ├── pamfile.md
│   │   ├── pamfix.md
│   │   ├── pamfixtrunc.md
│   │   ├── pamflip.md
│   │   ├── pamfunc.md
│   │   ├── pamixer.md
│   │   ├── pammixinterlace.md
│   │   ├── pamnoraw.md
│   │   ├── pamoil.md
│   │   ├── pampick.md
│   │   ├── pampop9.md
│   │   ├── pamrgbatopng.md
│   │   ├── pamscale.md
│   │   ├── pamshadedrelief.md
│   │   ├── pamslice.md
│   │   ├── pamsplit.md
│   │   ├── pamstack.md
│   │   ├── pamstretch-gen.md
│   │   ├── pamstretch.md
│   │   ├── pamtofits.md
│   │   ├── pamtogif.md
│   │   ├── pamtopam.md
│   │   ├── pamtopng.md
│   │   ├── pamtopnm.md
│   │   ├── pamtoqoi.md
│   │   ├── pamtosrf.md
│   │   ├── pamtotga.md
│   │   ├── pamtotiff.md
│   │   ├── pamtouil.md
│   │   ├── pamtowinicon.md
│   │   ├── pamtoxvmini.md
│   │   ├── pamundice.md
│   │   ├── pamvalidate.md
│   │   ├── pandoc.md
│   │   ├── pangolin.md
│   │   ├── pants.md
│   │   ├── paperkey.md
│   │   ├── papermc.md
│   │   ├── par2.md
│   │   ├── parallel-lint.md
│   │   ├── parallel.md
│   │   ├── parquet-tools.md
│   │   ├── particle.md
│   │   ├── pass-otp.md
│   │   ├── pass.md
│   │   ├── passwd.md
│   │   ├── paste.md
│   │   ├── pastel.md
│   │   ├── patator.md
│   │   ├── patch.md
│   │   ├── patchwork.md
│   │   ├── pathchk.md
│   │   ├── pax.md
│   │   ├── pbmclean.md
│   │   ├── pbmlife.md
│   │   ├── pbmmake.md
│   │   ├── pbmmask.md
│   │   ├── pbmnoise.md
│   │   ├── pbmpage.md
│   │   ├── pbmpscale.md
│   │   ├── pbmreduce.md
│   │   ├── pbmtext.md
│   │   ├── pbmtextps.md
│   │   ├── pbmto4425.md
│   │   ├── pbmtoascii.md
│   │   ├── pbmtoatk.md
│   │   ├── pbmtobbnbg.md
│   │   ├── pbmtocmuwm.md
│   │   ├── pbmtoepsi.md
│   │   ├── pbmtoepson.md
│   │   ├── pbmtoescp2.md
│   │   ├── pbmtogem.md
│   │   ├── pbmtogo.md
│   │   ├── pbmtoicon.md
│   │   ├── pbmtolj.md
│   │   ├── pbmtomacp.md
│   │   ├── pbmtomda.md
│   │   ├── pbmtomgr.md
│   │   ├── pbmtonokia.md
│   │   ├── pbmtopgm.md
│   │   ├── pbmtopi3.md
│   │   ├── pbmtoplot.md
│   │   ├── pbmtoppa.md
│   │   ├── pbmtoptx.md
│   │   ├── pbmtosunicon.md
│   │   ├── pbmtowbmp.md
│   │   ├── pbmtox10bm.md
│   │   ├── pbmtoxbm.md
│   │   ├── pbmtoybm.md
│   │   ├── pbmtozinc.md
│   │   ├── pbmupc.md
│   │   ├── pbzip2.md
│   │   ├── pcapfix.md
│   │   ├── pcdindex.md
│   │   ├── pcdovtoppm.md
│   │   ├── pcxtoppm.md
│   │   ├── pdf-parser.md
│   │   ├── pdffonts.md
│   │   ├── pdfgrep.md
│   │   ├── pdfimages.md
│   │   ├── pdfinfo.md
│   │   ├── pdfjam.md
│   │   ├── pdfjoin.md
│   │   ├── pdflatex.md
│   │   ├── pdfposter.md
│   │   ├── pdfseparate.md
│   │   ├── pdftex.md
│   │   ├── pdftk.md
│   │   ├── pdftocairo.md
│   │   ├── pdftotext.md
│   │   ├── pdfunite.md
│   │   ├── pecl.md
│   │   ├── peco.md
│   │   ├── pee.md
│   │   ├── peerflix.md
│   │   ├── peerindex.md
│   │   ├── peludna-prognoza.md
│   │   ├── perl-rename.md
│   │   ├── perl.md
│   │   ├── perlbrew.md
│   │   ├── perldoc.md
│   │   ├── pest.md
│   │   ├── pfetch.md
│   │   ├── pg_amcheck.md
│   │   ├── pg_archivecleanup.md
│   │   ├── pg_basebackup.md
│   │   ├── pg_checksums.md
│   │   ├── pg_combinebackup.md
│   │   ├── pg_config.md
│   │   ├── pg_controldata.md
│   │   ├── pg_createsubscriber.md
│   │   ├── pg_ctl.md
│   │   ├── pg_dump.md
│   │   ├── pg_dumpall.md
│   │   ├── pg_isready.md
│   │   ├── pg_receivewal.md
│   │   ├── pg_recvlogical.md
│   │   ├── pg_resetwal.md
│   │   ├── pg_restore.md
│   │   ├── pg_rewind.md
│   │   ├── pg_test_fsync.md
│   │   ├── pg_test_timing.md
│   │   ├── pg_upgrade.md
│   │   ├── pg_verifybackup.md
│   │   ├── pg_waldump.md
│   │   ├── pg_walsummary.md
│   │   ├── pgbench.md
│   │   ├── pgcli.md
│   │   ├── pgmbentley.md
│   │   ├── pgmcrater.md
│   │   ├── pgmdeshadow.md
│   │   ├── pgmedge.md
│   │   ├── pgmenhance.md
│   │   ├── pgmhist.md
│   │   ├── pgmkernel.md
│   │   ├── pgmmake.md
│   │   ├── pgmnoise.md
│   │   ├── pgmnorm.md
│   │   ├── pgmoil.md
│   │   ├── pgmramp.md
│   │   ├── pgmslice.md
│   │   ├── pgmtexture.md
│   │   ├── pgmtofs.md
│   │   ├── pgmtolispm.md
│   │   ├── pgmtopbm.md
│   │   ├── pgmtopgm.md
│   │   ├── pgmtoppm.md
│   │   ├── pgmtosbig.md
│   │   ├── pgmtost4.md
│   │   ├── pgrep.md
│   │   ├── phan.md
│   │   ├── phing.md
│   │   ├── phive.md
│   │   ├── php-artisan.md
│   │   ├── php-coveralls.md
│   │   ├── php-cs-fixer.md
│   │   ├── php-yii.md
│   │   ├── php.md
│   │   ├── phpbu.md
│   │   ├── phpcbf.md
│   │   ├── phpcpd.md
│   │   ├── phpcs.md
│   │   ├── phpdox.md
│   │   ├── phpenv.md
│   │   ├── phpize.md
│   │   ├── phploc.md
│   │   ├── phpmd.md
│   │   ├── phpspec.md
│   │   ├── phpstan.md
│   │   ├── phpstorm.md
│   │   ├── phpunit.md
│   │   ├── pi1toppm.md
│   │   ├── pi3topbm.md
│   │   ├── piactl.md
│   │   ├── pic.md
│   │   ├── picard.md
│   │   ├── picgo.md
│   │   ├── pickle.md
│   │   ├── pico.md
│   │   ├── picocom.md
│   │   ├── picom-trans.md
│   │   ├── picom.md
│   │   ├── picotool.md
│   │   ├── picttoppm.md
│   │   ├── pie.md
│   │   ├── pigz.md
│   │   ├── ping.md
│   │   ├── ping.py.md
│   │   ├── ping6.md
│   │   ├── ping6.py.md
│   │   ├── pinky.md
│   │   ├── pint.md
│   │   ├── pinta.md
│   │   ├── pio-access.md
│   │   ├── pio-account.md
│   │   ├── pio-boards.md
│   │   ├── pio-check.md
│   │   ├── pio-ci.md
│   │   ├── pio-debug.md
│   │   ├── pio-device.md
│   │   ├── pio-home.md
│   │   ├── pio-init.md
│   │   ├── pio-lib.md
│   │   ├── pio-org.md
│   │   ├── pio-pkg.md
│   │   ├── pio-platform.md
│   │   ├── pio-project.md
│   │   ├── pio-remote.md
│   │   ├── pio-run.md
│   │   ├── pio-settings.md
│   │   ├── pio-system.md
│   │   ├── pio-team.md
│   │   ├── pio-test.md
│   │   ├── pio-update.md
│   │   ├── pio-upgrade.md
│   │   ├── pio.md
│   │   ├── piodebuggdb.md
│   │   ├── pip-cache.md
│   │   ├── pip-check.md
│   │   ├── pip-config.md
│   │   ├── pip-debug.md
│   │   ├── pip-download.md
│   │   ├── pip-freeze.md
│   │   ├── pip-hash.md
│   │   ├── pip-index.md
│   │   ├── pip-inspect.md
│   │   ├── pip-install.md
│   │   ├── pip-list.md
│   │   ├── pip-lock.md
│   │   ├── pip-search.md
│   │   ├── pip-show.md
│   │   ├── pip-uninstall.md
│   │   ├── pip-wheel.md
│   │   ├── pip.md
│   │   ├── pip3.md
│   │   ├── pipenv.md
│   │   ├── piper.md
│   │   ├── pipes.sh.md
│   │   ├── pipx.md
│   │   ├── pixi-config.md
│   │   ├── pixi-global.md
│   │   ├── pixi-project.md
│   │   ├── pixi-task.md
│   │   ├── pixi.md
│   │   ├── pixiecore.md
│   │   ├── pixterm.md
│   │   ├── pjtoppm.md
│   │   ├── pkcs11-tool.md
│   │   ├── pkg-config.md
│   │   ├── pkgz.md
│   │   ├── pkill.md
│   │   ├── pkl.md
│   │   ├── plantuml.md
│   │   ├── platformio.md
│   │   ├── play.md
│   │   ├── plenv.md
│   │   ├── plesk.md
│   │   ├── plink.md
│   │   ├── plocate.md
│   │   ├── pm2.md
│   │   ├── pngcheck.md
│   │   ├── pngcrush.md
│   │   ├── pngquant.md
│   │   ├── pngtopam.md
│   │   ├── pngtopnm.md
│   │   ├── pnmalias.md
│   │   ├── pnmarith.md
│   │   ├── pnmcolormap.md
│   │   ├── pnmcomp.md
│   │   ├── pnmconvol.md
│   │   ├── pnmcrop.md
│   │   ├── pnmcut.md
│   │   ├── pnmdepth.md
│   │   ├── pnmenlarge.md
│   │   ├── pnmfile.md
│   │   ├── pnmflip.md
│   │   ├── pnmgamma.md
│   │   ├── pnmhisteq.md
│   │   ├── pnmhistmap.md
│   │   ├── pnmindex.md
│   │   ├── pnminterp.md
│   │   ├── pnminvert.md
│   │   ├── pnmmargin.md
│   │   ├── pnmmercator.md
│   │   ├── pnmmontage.md
│   │   ├── pnmnlfilt.md
│   │   ├── pnmnorm.md
│   │   ├── pnmpad.md
│   │   ├── pnmpaste.md
│   │   ├── pnmpsnr.md
│   │   ├── pnmquant.md
│   │   ├── pnmquantall.md
│   │   ├── pnmremap.md
│   │   ├── pnmrotate.md
│   │   ├── pnmscale.md
│   │   ├── pnmscalefixed.md
│   │   ├── pnmshear.md
│   │   ├── pnmsmooth.md
│   │   ├── pnmsplit.md
│   │   ├── pnmtile.md
│   │   ├── pnmtoddif.md
│   │   ├── pnmtofiasco.md
│   │   ├── pnmtofits.md
│   │   ├── pnmtojpeg.md
│   │   ├── pnmtopalm.md
│   │   ├── pnmtopclxl.md
│   │   ├── pnmtoplainpnm.md
│   │   ├── pnmtopng.md
│   │   ├── pnmtopnm.md
│   │   ├── pnmtops.md
│   │   ├── pnmtorast.md
│   │   ├── pnmtorle.md
│   │   ├── pnmtosgi.md
│   │   ├── pnmtosir.md
│   │   ├── pnmtotiff.md
│   │   ├── pnmtotiffcmyk.md
│   │   ├── pnmtoxwd.md
│   │   ├── pnpm-audit.md
│   │   ├── pnpm-outdated.md
│   │   ├── pnpm.md
│   │   ├── pnpx.md
│   │   ├── pocount.md
│   │   ├── podman-build.md
│   │   ├── podman-compose.md
│   │   ├── podman-export.md
│   │   ├── podman-image-load.md
│   │   ├── podman-image-pull.md
│   │   ├── podman-image.md
│   │   ├── podman-images.md
│   │   ├── podman-import.md
│   │   ├── podman-load.md
│   │   ├── podman-login.md
│   │   ├── podman-machine.md
│   │   ├── podman-ps.md
│   │   ├── podman-pull.md
│   │   ├── podman-rmi.md
│   │   ├── podman-run.md
│   │   ├── podman-save.md
│   │   ├── podman.md
│   │   ├── poetry-about.md
│   │   ├── poetry-add.md
│   │   ├── poetry-build.md
│   │   ├── poetry-cache.md
│   │   ├── poetry-check.md
│   │   ├── poetry-config.md
│   │   ├── poetry-debug.md
│   │   ├── poetry-env.md
│   │   ├── poetry-export.md
│   │   ├── poetry-help.md
│   │   ├── poetry-init.md
│   │   ├── poetry-install.md
│   │   ├── poetry-list.md
│   │   ├── poetry-lock.md
│   │   ├── poetry-new.md
│   │   ├── poetry-publish.md
│   │   ├── poetry-python.md
│   │   ├── poetry-remove.md
│   │   ├── poetry-run.md
│   │   ├── poetry-search.md
│   │   ├── poetry-self.md
│   │   ├── poetry-shell.md
│   │   ├── poetry-show.md
│   │   ├── poetry-source.md
│   │   ├── poetry-sync.md
│   │   ├── poetry-update.md
│   │   ├── poetry-version.md
│   │   ├── poetry.md
│   │   ├── pokeget.md
│   │   ├── polybar-msg.md
│   │   ├── polybar.md
│   │   ├── pop.md
│   │   ├── popd.md
│   │   ├── popeye.md
│   │   ├── postcss.md
│   │   ├── postgres.md
│   │   ├── powershell.md
│   │   ├── ppmbrighten.md
│   │   ├── ppmchange.md
│   │   ├── ppmcie.md
│   │   ├── ppmcolormask.md
│   │   ├── ppmdim.md
│   │   ├── ppmdist.md
│   │   ├── ppmdither.md
│   │   ├── ppmdraw.md
│   │   ├── ppmfade.md
│   │   ├── ppmflash.md
│   │   ├── ppmforge.md
│   │   ├── ppmglobe.md
│   │   ├── ppmhist.md
│   │   ├── ppmlabel.md
│   │   ├── ppmmake.md
│   │   ├── ppmmix.md
│   │   ├── ppmnorm.md
│   │   ├── ppmntsc.md
│   │   ├── ppmpat.md
│   │   ├── ppmquant.md
│   │   ├── ppmquantall.md
│   │   ├── ppmrainbow.md
│   │   ├── ppmrelief.md
│   │   ├── ppmshadow.md
│   │   ├── ppmshift.md
│   │   ├── ppmspread.md
│   │   ├── ppmtoacad.md
│   │   ├── ppmtoapplevol.md
│   │   ├── ppmtoarbtxt.md
│   │   ├── ppmtoascii.md
│   │   ├── ppmtobmp.md
│   │   ├── ppmtoeyuv.md
│   │   ├── ppmtogif.md
│   │   ├── ppmtoicr.md
│   │   ├── ppmtoilbm.md
│   │   ├── ppmtojpeg.md
│   │   ├── ppmtoleaf.md
│   │   ├── ppmtolj.md
│   │   ├── ppmtomap.md
│   │   ├── ppmtomitsu.md
│   │   ├── ppmtompeg.md
│   │   ├── ppmtoneo.md
│   │   ├── ppmtopcx.md
│   │   ├── ppmtopgm.md
│   │   ├── ppmtopi1.md
│   │   ├── ppmtopict.md
│   │   ├── ppmtopj.md
│   │   ├── ppmtopjxl.md
│   │   ├── ppmtoppm.md
│   │   ├── ppmtopuzz.md
│   │   ├── ppmtorgb3.md
│   │   ├── ppmtosixel.md
│   │   ├── ppmtospu.md
│   │   ├── ppmtoterm.md
│   │   ├── ppmtotga.md
│   │   ├── ppmtouil.md
│   │   ├── ppmtowinicon.md
│   │   ├── ppmtoxpm.md
│   │   ├── ppmtoyuv.md
│   │   ├── ppmtoyuvsplit.md
│   │   ├── ppmtv.md
│   │   ├── ppmwheel.md
│   │   ├── pppd.md
│   │   ├── pprof.md
│   │   ├── pr.md
│   │   ├── pre-commit.md
│   │   ├── prename.md
│   │   ├── presenterm.md
│   │   ├── prettier.md
│   │   ├── pretty-bytes.md
│   │   ├── print.md
│   │   ├── print.zsh.md
│   │   ├── printenv.md
│   │   ├── printf.md
│   │   ├── procs.md
│   │   ├── progpilot.md
│   │   ├── progress.md
│   │   ├── projucer.md
│   │   ├── promtool.md
│   │   ├── propelauth.md
│   │   ├── prosodyctl.md
│   │   ├── protector.md
│   │   ├── protoc.md
│   │   ├── prowler-aws.md
│   │   ├── prowler-azure.md
│   │   ├── prowler-gcp.md
│   │   ├── prowler-github.md
│   │   ├── prowler-kubernetes.md
│   │   ├── prowler-m365.md
│   │   ├── prowler.md
│   │   ├── proxify.md
│   │   ├── prqlc.md
│   │   ├── ps-nvm.md
│   │   ├── ps.md
│   │   ├── psalm.md
│   │   ├── psexec.py.md
│   │   ├── psgrep.md
│   │   ├── psidtopgm.md
│   │   ├── psql.md
│   │   ├── pssh.md
│   │   ├── pstopnm.md
│   │   ├── psysh.md
│   │   ├── pt.md
│   │   ├── ptargrep.md
│   │   ├── ptghci.md
│   │   ├── ptpython.md
│   │   ├── ptpython3.md
│   │   ├── pueue-add.md
│   │   ├── pueue-clean.md
│   │   ├── pueue-completions.md
│   │   ├── pueue-edit.md
│   │   ├── pueue-enqueue.md
│   │   ├── pueue-follow.md
│   │   ├── pueue-group.md
│   │   ├── pueue-help.md
│   │   ├── pueue-kill.md
│   │   ├── pueue-log.md
│   │   ├── pueue-parallel.md
│   │   ├── pueue-pause.md
│   │   ├── pueue-remove.md
│   │   ├── pueue-reset.md
│   │   ├── pueue-restart.md
│   │   ├── pueue-send.md
│   │   ├── pueue-shutdown.md
│   │   ├── pueue-start.md
│   │   ├── pueue-stash.md
│   │   ├── pueue-status.md
│   │   ├── pueue-switch.md
│   │   ├── pueue.md
│   │   ├── pulumi-about.md
│   │   ├── pulumi-cancel.md
│   │   ├── pulumi-config.md
│   │   ├── pulumi-console.md
│   │   ├── pulumi-destroy.md
│   │   ├── pulumi-down.md
│   │   ├── pulumi-env.md
│   │   ├── pulumi-gen-completion.md
│   │   ├── pulumi-import.md
│   │   ├── pulumi-install.md
│   │   ├── pulumi-login.md
│   │   ├── pulumi-logout.md
│   │   ├── pulumi-new.md
│   │   ├── pulumi-org.md
│   │   ├── pulumi-plugin.md
│   │   ├── pulumi-policy.md
│   │   ├── pulumi-preview.md
│   │   ├── pulumi-refresh.md
│   │   ├── pulumi-schema.md
│   │   ├── pulumi-stack-hist.md
│   │   ├── pulumi-stack-history.md
│   │   ├── pulumi-stack.md
│   │   ├── pulumi-state.md
│   │   ├── pulumi-up.md
│   │   ├── pulumi-update.md
│   │   ├── pulumi-version.md
│   │   ├── pulumi-whoami.md
│   │   ├── pulumi.md
│   │   ├── pup.md
│   │   ├── puppet-agent.md
│   │   ├── puppet-apply.md
│   │   ├── puppet.md
│   │   ├── pushd.md
│   │   ├── pushln.md
│   │   ├── putty.md
│   │   ├── pv.md
│   │   ├── pwd.md
│   │   ├── pwgen.md
│   │   ├── pwqgen.md
│   │   ├── pwsh.md
│   │   ├── py-spy.md
│   │   ├── pyats-shell.md
│   │   ├── pyats-version.md
│   │   ├── pyats.md
│   │   ├── pycodestyle.md
│   │   ├── pydoc.md
│   │   ├── pydocstyle.md
│   │   ├── pyenv-virtualenv.md
│   │   ├── pyenv.md
│   │   ├── pyflakes.md
│   │   ├── pygbag.md
│   │   ├── pygmentize.md
│   │   ├── pyinfra.md
│   │   ├── pylint.md
│   │   ├── pypy.md
│   │   ├── pystun3.md
│   │   ├── pytest.md
│   │   ├── python-m-json.tool.md
│   │   ├── python.md
│   │   ├── python3.md
│   │   ├── q.md
│   │   ├── qalc.md
│   │   ├── qc.md
│   │   ├── qcp.md
│   │   ├── qdbus.md
│   │   ├── qemu-img.md
│   │   ├── qemu-system-i386.md
│   │   ├── qemu-system-riscv64.md
│   │   ├── qemu-system-x86_64.md
│   │   ├── qgis.md
│   │   ├── qmake.md
│   │   ├── qmmp.md
│   │   ├── qmv.md
│   │   ├── qoitopam.md
│   │   ├── qownnotes.md
│   │   ├── qpdf.md
│   │   ├── qr.md
│   │   ├── qrencode.md
│   │   ├── qrttoppm.md
│   │   ├── qtcreator.md
│   │   ├── quarkus.md
│   │   ├── quarto.md
│   │   ├── quilt.md
│   │   ├── quota.md
│   │   ├── qutebrowser.md
│   │   ├── qwen.md
│   │   ├── r.1.md
│   │   ├── r.md
│   │   ├── r.zsh.md
│   │   ├── r2.md
│   │   ├── r2e.md
│   │   ├── rabbitmq-diagnostics.md
│   │   ├── rabbitmq-plugins.md
│   │   ├── rabbitmq-queues.md
│   │   ├── rabbitmq-streams.md
│   │   ├── rabbitmq-upgrade.md
│   │   ├── rabbitmqctl-cluster.md
│   │   ├── rabbitmqctl-users.md
│   │   ├── rabbitmqctl-vhosts.md
│   │   ├── rabbitmqctl.md
│   │   ├── rabin2.md
│   │   ├── racket.md
│   │   ├── raco.md
│   │   ├── radare2.md
│   │   ├── rage.md
│   │   ├── rails-console.md
│   │   ├── rails-db.md
│   │   ├── rails-destroy.md
│   │   ├── rails-generate.md
│   │   ├── rails-new.md
│   │   ├── rails-routes.md
│   │   ├── rails-server.md
│   │   ├── rails.md
│   │   ├── railway.md
│   │   ├── rainbowstream.md
│   │   ├── rake.md
│   │   ├── raku.md
│   │   ├── ranger.md
│   │   ├── rapper.md
│   │   ├── rar.md
│   │   ├── rarcrack.md
│   │   ├── rasttopnm.md
│   │   ├── rawtopgm.md
│   │   ├── rawtoppm.md
│   │   ├── rbac-lookup.md
│   │   ├── rbash.md
│   │   ├── rbenv.md
│   │   ├── rbt.md
│   │   ├── rbw.md
│   │   ├── rc.md
│   │   ├── rcat.md
│   │   ├── rclone.md
│   │   ├── rcs.md
│   │   ├── rcsdiff.md
│   │   ├── rcsmerge.md
│   │   ├── rdfind.md
│   │   ├── rdiff-backup.md
│   │   ├── rdp_check.py.md
│   │   ├── react-native-start.md
│   │   ├── react-native.md
│   │   ├── read.md
│   │   ├── readarray.md
│   │   ├── readlink.md
│   │   ├── readonly.md
│   │   ├── realpath.md
│   │   ├── recon-ng.md
│   │   ├── recsel.md
│   │   ├── rector.md
│   │   ├── redis-benchmark.md
│   │   ├── redis-cli.md
│   │   ├── redis-server.md
│   │   ├── redshift.md
│   │   ├── reflac.md
│   │   ├── reflex.md
│   │   ├── regedit.md
│   │   ├── regex.md
│   │   ├── rehash.md
│   │   ├── reindexdb.md
│   │   ├── rekor-cli.md
│   │   ├── remove-nodeversion.md
│   │   ├── rename.md
│   │   ├── renice.md
│   │   ├── repomix.md
│   │   ├── repren.md
│   │   ├── resolvconf.md
│   │   ├── restic.md
│   │   ├── resticprofile-schedule.md
│   │   ├── resticprofile-unschedule.md
│   │   ├── resticprofile.md
│   │   ├── resume.md
│   │   ├── retry.md
│   │   ├── return.md
│   │   ├── reuse.md
│   │   ├── rfetch.md
│   │   ├── rg.md
│   │   ├── rga.md
│   │   ├── rgb3toppm.md
│   │   ├── rgpt.md
│   │   ├── rgrep.md
│   │   ├── rhash.md
│   │   ├── ri.md
│   │   ├── rich.md
│   │   ├── rip.md
│   │   ├── ripgrep.md
│   │   ├── rkdeveloptool.md
│   │   ├── rlatopam.md
│   │   ├── rletopnm.md
│   │   ├── rlog.md
│   │   ├── rlwrap.md
│   │   ├── rm.md
│   │   ├── rmdir.md
│   │   ├── rmlint.md
│   │   ├── rnano.md
│   │   ├── roave-backward-compatibility-check.md
│   │   ├── robo.md
│   │   ├── roll.md
│   │   ├── ropgadget.md
│   │   ├── ropper.md
│   │   ├── route.md
│   │   ├── rpcdump.py.md
│   │   ├── rpcmap.py.md
│   │   ├── rpi-imager.md
│   │   ├── rpk.md
│   │   ├── rr.md
│   │   ├── rsactftool.py.md
│   │   ├── rscript.md
│   │   ├── rspec.md
│   │   ├── rsql.md
│   │   ├── rsstail.md
│   │   ├── rsync.md
│   │   ├── rtl_sdr.md
│   │   ├── rtmpdump.md
│   │   ├── rtv.md
│   │   ├── rubocop.md
│   │   ├── ruby.md
│   │   ├── ruff-check.md
│   │   ├── ruff-format.md
│   │   ├── ruff.md
│   │   ├── run-help.md
│   │   ├── runit.md
│   │   ├── runsv.md
│   │   ├── runsvchdir.md
│   │   ├── runsvdir.md
│   │   ├── rustc.md
│   │   ├── rustdoc.md
│   │   ├── rustfmt.md
│   │   ├── rustic.md
│   │   ├── rustscan.md
│   │   ├── rustup-check.md
│   │   ├── rustup-completions.md
│   │   ├── rustup-component.md
│   │   ├── rustup-default.md
│   │   ├── rustup-doc.md
│   │   ├── rustup-help.md
│   │   ├── rustup-init.sh.md
│   │   ├── rustup-install.md
│   │   ├── rustup-man.md
│   │   ├── rustup-override.md
│   │   ├── rustup-run.md
│   │   ├── rustup-self.md
│   │   ├── rustup-set.md
│   │   ├── rustup-show.md
│   │   ├── rustup-target.md
│   │   ├── rustup-toolchain.md
│   │   ├── rustup-uninstall.md
│   │   ├── rustup-update.md
│   │   ├── rustup-which.md
│   │   ├── rustup.md
│   │   ├── rvm.md
│   │   ├── s.md
│   │   ├── s3cmd.md
│   │   ├── safe.md
│   │   ├── sails.md
│   │   ├── salt-call.md
│   │   ├── salt-key.md
│   │   ├── salt-run.md
│   │   ├── salt.md
│   │   ├── sam2p.md
│   │   ├── sambapipe.py.md
│   │   ├── samtools.md
│   │   ├── sass.md
│   │   ├── satis.md
│   │   ├── sbcl.md
│   │   ├── sbigtopgm.md
│   │   ├── sbt.md
│   │   ├── sbuild.md
│   │   ├── sc_analysis_dump.md
│   │   ├── sc_tracediff.md
│   │   ├── sc_ttlexp.md
│   │   ├── sc_warts2csv.md
│   │   ├── sc_warts2json.md
│   │   ├── sc_warts2pcap.md
│   │   ├── sc_warts2text.md
│   │   ├── sc_wartscat.md
│   │   ├── sc_wartsdump.md
│   │   ├── sc_wartsfilter.md
│   │   ├── sc_wartsfix.md
│   │   ├── scala-cli.md
│   │   ├── scala.md
│   │   ├── scalafmt.md
│   │   ├── scamper.md
│   │   ├── scan-build.md
│   │   ├── scc.md
│   │   ├── sccache.md
│   │   ├── sccmap.md
│   │   ├── scd.md
│   │   ├── scdoc.md
│   │   ├── scheme.md
│   │   ├── scim.md
│   │   ├── scp.md
│   │   ├── scrapy.md
│   │   ├── scrcpy.md
│   │   ├── screen.md
│   │   ├── screenfetch.md
│   │   ├── sd.md
│   │   ├── sdcv.md
│   │   ├── sdiff.md
│   │   ├── sdk.md
│   │   ├── sdkmanager.md
│   │   ├── searchsploit.md
│   │   ├── secrethub.md
│   │   ├── secretsdump.py.md
│   │   ├── security-checker.md
│   │   ├── sed.md
│   │   ├── select.md
│   │   ├── semver.md
│   │   ├── sendmail.md
│   │   ├── seq.md
│   │   ├── sequelize.md
│   │   ├── sequin.md
│   │   ├── serialver.md
│   │   ├── serve.md
│   │   ├── serverless.md
│   │   ├── set-nodeinstalllocation.md
│   │   ├── set-nodeversion.md
│   │   ├── set.md
│   │   ├── setopt.md
│   │   ├── sf.md
│   │   ├── sfdk-apply.md
│   │   ├── sfdk-build-init.md
│   │   ├── sfdk-build-requires.md
│   │   ├── sfdk-build-shell.md
│   │   ├── sfdk-check.md
│   │   ├── sfdk-cmake.md
│   │   ├── sfdk-compiledb.md
│   │   ├── sfdk-config.md
│   │   ├── sfdk-deploy.md
│   │   ├── sfdk-device.md
│   │   ├── sfdk-emulator-device-model-list.md
│   │   ├── sfdk-emulator-device-model-show.md
│   │   ├── sfdk-emulator-install.md
│   │   ├── sfdk-emulator-remove.md
│   │   ├── sfdk-emulator.md
│   │   ├── sfdk-engine.md
│   │   ├── sfdk-init.md
│   │   ├── sfdk-maintain.md
│   │   ├── sfdk-make-install.md
│   │   ├── sfdk-make.md
│   │   ├── sfdk-package.md
│   │   ├── sfdk-prepare.md
│   │   ├── sfdk-qmake.md
│   │   ├── sfdk-qmltypes.md
│   │   ├── sfdk-scrape.md
│   │   ├── sfdk-undeploy.md
│   │   ├── sfdk.md
│   │   ├── sfdp.md
│   │   ├── sftp.md
│   │   ├── sg.md
│   │   ├── sg_raw.md
│   │   ├── sgdisk.md
│   │   ├── sgitopnm.md
│   │   ├── sgpt.md
│   │   ├── sh.md
│   │   ├── sha1sum.md
│   │   ├── sha224sum.md
│   │   ├── sha256sum.md
│   │   ├── sha384sum.md
│   │   ├── sha512sum.md
│   │   ├── shar.md
│   │   ├── shards.md
│   │   ├── shasum.md
│   │   ├── shc.md
│   │   ├── shellcheck.md
│   │   ├── sherlock.md
│   │   ├── shfmt.md
│   │   ├── shift.md
│   │   ├── shiori.md
│   │   ├── shopt.md
│   │   ├── shotcut.md
│   │   ├── showfigfonts.md
│   │   ├── showmount.md
│   │   ├── shred.md
│   │   ├── shuf.md
│   │   ├── siege.md
│   │   ├── silicon.md
│   │   ├── simplehttpserver.md
│   │   ├── sindresorhus.md
│   │   ├── singularity.md
│   │   ├── sipcalc.md
│   │   ├── sirtopnm.md
│   │   ├── sk.md
│   │   ├── skaffold.md
│   │   ├── skate.md
│   │   ├── skicka.md
│   │   ├── skopeo.md
│   │   ├── sl.md
│   │   ├── slackcat.md
│   │   ├── sldtoppm.md
│   │   ├── sleep.md
│   │   ├── slim.md
│   │   ├── slimrb.md
│   │   ├── slocate.md
│   │   ├── smalltalkci.md
│   │   ├── smartctl.md
│   │   ├── smbclient.md
│   │   ├── smbclient.py.md
│   │   ├── smbmap.md
│   │   ├── smbserver.py.md
│   │   ├── sn.md
│   │   ├── snakefmt.md
│   │   ├── sngrep.md
│   │   ├── sniff.py.md
│   │   ├── sniffer.py.md
│   │   ├── snmpbulkget.md
│   │   ├── snmpdf.md
│   │   ├── snmpget.md
│   │   ├── snmpgetnext.md
│   │   ├── snmpnetstat.md
│   │   ├── snmpset.md
│   │   ├── snmpstatus.md
│   │   ├── snmptable.md
│   │   ├── snmptest.md
│   │   ├── snmpwalk.md
│   │   ├── snort.md
│   │   ├── snowsql.md
│   │   ├── snyk.md
│   │   ├── socat.md
│   │   ├── soffice.md
│   │   ├── solcjs.md
│   │   ├── solo.md
│   │   ├── sonar-scanner.md
│   │   ├── sops.md
│   │   ├── sort.md
│   │   ├── soupault.md
│   │   ├── source.md
│   │   ├── sox.md
│   │   ├── soxi.md
│   │   ├── spark.md
│   │   ├── spctoppm.md
│   │   ├── speak-ng.md
│   │   ├── spectacle.md
│   │   ├── speed-test.md
│   │   ├── speedcrunch.md
│   │   ├── speedtest-cli.md
│   │   ├── speedtest-rs.md
│   │   ├── speedtest.md
│   │   ├── spf.md
│   │   ├── spfquery.md
│   │   ├── sphinx-build.md
│   │   ├── spicetify.md
│   │   ├── spike.md
│   │   ├── split.md
│   │   ├── sponge.md
│   │   ├── spotdl.md
│   │   ├── spotify_player.md
│   │   ├── spottopgm.md
│   │   ├── sputoppm.md
│   │   ├── sq.md
│   │   ├── sqlite-utils.md
│   │   ├── sqlite3.md
│   │   ├── sqlmap.md
│   │   ├── sqlx.md
│   │   ├── sqsc.md
│   │   ├── squid.md
│   │   ├── sr.md
│   │   ├── srftopam.md
│   │   ├── srm.md
│   │   ├── srun.md
│   │   ├── ss-local.md
│   │   ├── ssh-add.md
│   │   ├── ssh-agent.md
│   │   ├── ssh-copy-id.md
│   │   ├── ssh-keygen.md
│   │   ├── ssh-keyscan.md
│   │   ├── ssh.md
│   │   ├── sshd.md
│   │   ├── sshfs.md
│   │   ├── sshpass.md
│   │   ├── sshuttle.md
│   │   ├── sslscan.md
│   │   ├── st-flash.md
│   │   ├── st-info.md
│   │   ├── st-util.md
│   │   ├── st.2.md
│   │   ├── st4topgm.md
│   │   ├── stack.md
│   │   ├── standard-version.md
│   │   ├── standard.md
│   │   ├── starship-init.md
│   │   ├── starship.md
│   │   ├── stat.md
│   │   ├── stdbuf.md
│   │   ├── steam.md
│   │   ├── steamcmd.md
│   │   ├── step.md
│   │   ├── stern.md
│   │   ├── stl2gts.md
│   │   ├── stolonctl.md
│   │   ├── stormlock.md
│   │   ├── stow.md
│   │   ├── streamlink.md
│   │   ├── streamlit.md
│   │   ├── stress-ng.md
│   │   ├── stressapptest.md
│   │   ├── strings.md
│   │   ├── strip-nondeterminism.md
│   │   ├── stripe.md
│   │   ├── stty.md
│   │   ├── stun.md
│   │   ├── stylua.md
│   │   ├── subfinder.md
│   │   ├── subl.md
│   │   ├── subliminal.md
│   │   ├── sublist3r.md
│   │   ├── sudo.md
│   │   ├── sudoedit.md
│   │   ├── sui-client-faucet.md
│   │   ├── sui-client-ptb.md
│   │   ├── sui-client.md
│   │   ├── sui-move.md
│   │   ├── sui.md
│   │   ├── sum.md
│   │   ├── sunicontopnm.md
│   │   ├── sup.md
│   │   ├── supabase.md
│   │   ├── supervisorctl.md
│   │   ├── supervisord.md
│   │   ├── surfraw.md
│   │   ├── surge.md
│   │   ├── suspend.md
│   │   ├── sv.md
│   │   ├── svg2png.md
│   │   ├── svgcleaner.md
│   │   ├── svgo.md
│   │   ├── svgr.md
│   │   ├── svgtopam.md
│   │   ├── svn-changelist.md
│   │   ├── svn.md
│   │   ├── swagger-codegen.md
│   │   ├── sway.md
│   │   ├── swaybg.md
│   │   ├── swayidle.md
│   │   ├── swaylock.md
│   │   ├── swaymsg.md
│   │   ├── swc.md
│   │   ├── swift.md
│   │   ├── swig.md
│   │   ├── swipl.md
│   │   ├── symfony.md
│   │   ├── sync.md
│   │   ├── syncthing.md
│   │   ├── sysbench.md
│   │   ├── tabula.md
│   │   ├── tac.md
│   │   ├── tail.md
│   │   ├── tailscale-file.md
│   │   ├── tailscale-funnel.md
│   │   ├── tailscale-set.md
│   │   ├── tailscale-ssh.md
│   │   ├── tailscale-up.md
│   │   ├── tailscale.md
│   │   ├── takeout.md
│   │   ├── talosctl.md
│   │   ├── tar.md
│   │   ├── tarsnap-keygen.md
│   │   ├── tarsnap.md
│   │   ├── task.md
│   │   ├── tb.md
│   │   ├── tbl.md
│   │   ├── tcc.md
│   │   ├── tcpdump.md
│   │   ├── tcpreplay.md
│   │   ├── tcsh.md
│   │   ├── tdf.md
│   │   ├── tea.md
│   │   ├── tectonic.md
│   │   ├── tee.md
│   │   ├── telegram-desktop.md
│   │   ├── telnet.md
│   │   ├── termdown.md
│   │   ├── terminalizer.md
│   │   ├── terraform-apply.md
│   │   ├── terraform-console.md
│   │   ├── terraform-destroy.md
│   │   ├── terraform-fmt.md
│   │   ├── terraform-init.md
│   │   ├── terraform-login.md
│   │   ├── terraform-logout.md
│   │   ├── terraform-output.md
│   │   ├── terraform-plan.md
│   │   ├── terraform.md
│   │   ├── terragrunt.md
│   │   ├── tesseract.md
│   │   ├── test.md
│   │   ├── testssl.md
│   │   ├── tex-fmt.md
│   │   ├── tex.md
│   │   ├── texcount.md
│   │   ├── texdoc.md
│   │   ├── texliveonfly.md
│   │   ├── textql.md
│   │   ├── tgatoppm.md
│   │   ├── tgcloud.md
│   │   ├── tginfo.md
│   │   ├── tgpt.md
│   │   ├── tgsend.md
│   │   ├── tgutil.md
│   │   ├── theharvester.md
│   │   ├── then.md
│   │   ├── thinkjettopbm.md
│   │   ├── thunderbird.md
│   │   ├── ticketconverter.py.md
│   │   ├── tidy.md
│   │   ├── tifftopnm.md
│   │   ├── tig.md
│   │   ├── time.md
│   │   ├── timeout.md
│   │   ├── times.md
│   │   ├── timetrap.md
│   │   ├── timew.md
│   │   ├── timg.md
│   │   ├── timidity.md
│   │   ├── tio.md
│   │   ├── tldr-lint.md
│   │   ├── tldr.md
│   │   ├── tldrl.md
│   │   ├── tlmgr-arch.md
│   │   ├── tlmgr-backup.md
│   │   ├── tlmgr-candidates.md
│   │   ├── tlmgr-check.md
│   │   ├── tlmgr-conf.md
│   │   ├── tlmgr-dump-tlpdb.md
│   │   ├── tlmgr-generate.md
│   │   ├── tlmgr-gui.md
│   │   ├── tlmgr-info.md
│   │   ├── tlmgr-install.md
│   │   ├── tlmgr-key.md
│   │   ├── tlmgr-option.md
│   │   ├── tlmgr-paper.md
│   │   ├── tlmgr-path.md
│   │   ├── tlmgr-pinning.md
│   │   ├── tlmgr-platform.md
│   │   ├── tlmgr-recreate-tlpdb.md
│   │   ├── tlmgr-remove.md
│   │   ├── tlmgr-repository.md
│   │   ├── tlmgr-restore.md
│   │   ├── tlmgr-search.md
│   │   ├── tlmgr-shell.md
│   │   ├── tlmgr-update.md
│   │   ├── tlmgr.md
│   │   ├── tlsx.md
│   │   ├── tmpmail.md
│   │   ├── tmsu.md
│   │   ├── tmux.md
│   │   ├── tmuxinator.md
│   │   ├── todo.md
│   │   ├── todo.sh.md
│   │   ├── todoist.md
│   │   ├── todoman.md
│   │   ├── tofu-fmt.md
│   │   ├── tofu-output.md
│   │   ├── tofu-plan.md
│   │   ├── tofu.md
│   │   ├── toipe.md
│   │   ├── tokei.md
│   │   ├── tookie-osint.md
│   │   ├── topgrade.md
│   │   ├── topydo.md
│   │   ├── touch.md
│   │   ├── tox.md
│   │   ├── tpp.md
│   │   ├── tput.md
│   │   ├── tqdm.md
│   │   ├── tr.md
│   │   ├── traceroute.md
│   │   ├── traefik.md
│   │   ├── trafilatura.md
│   │   ├── trans.md
│   │   ├── transcode.md
│   │   ├── transcrypt.md
│   │   ├── transfersh.md
│   │   ├── transmission-cli.md
│   │   ├── transmission-create.md
│   │   ├── transmission-daemon.md
│   │   ├── transmission-edit.md
│   │   ├── transmission-remote.md
│   │   ├── transmission-show.md
│   │   ├── transmission.md
│   │   ├── trap.md
│   │   ├── trash-cli.md
│   │   ├── travis.md
│   │   ├── trawl.md
│   │   ├── trdsql.md
│   │   ├── tre.md
│   │   ├── tred.md
│   │   ├── tree.md
│   │   ├── treemd.md
│   │   ├── trip.md
│   │   ├── trivy.md
│   │   ├── troff.md
│   │   ├── true.md
│   │   ├── truffle.md
│   │   ├── trufflehog.md
│   │   ├── truncate.md
│   │   ├── trunk.io.md
│   │   ├── trunk.md
│   │   ├── trunk.rs.md
│   │   ├── ts-node.md
│   │   ├── ts.md
│   │   ├── tsc.md
│   │   ├── tslint.md
│   │   ├── tsort.md
│   │   ├── tspin.md
│   │   ├── tsv-filter.md
│   │   ├── tt.md
│   │   ├── tts.md
│   │   ├── tty-clock.md
│   │   ├── tty.md
│   │   ├── ttyd.md
│   │   ├── tuc.md
│   │   ├── tuckr.md
│   │   ├── tuir.md
│   │   ├── tuitube.md
│   │   ├── turbo.md
│   │   ├── tv.md
│   │   ├── twine.md
│   │   ├── twm.md
│   │   ├── twopi.md
│   │   ├── twurl-accounts.md
│   │   ├── twurl.md
│   │   ├── tye.md
│   │   ├── type.md
│   │   ├── typeinc.md
│   │   ├── typeorm.md
│   │   ├── typeset.md
│   │   ├── typst.md
│   │   ├── tzconfig.md
│   │   ├── u3d.md
│   │   ├── ufraw-batch.md
│   │   ├── ug.md
│   │   ├── ugrep.md
│   │   ├── ulimit.md
│   │   ├── umask.md
│   │   ├── umount.md
│   │   ├── unalias.md
│   │   ├── uname.md
│   │   ├── unar.md
│   │   ├── unclutter.md
│   │   ├── uncrustify.md
│   │   ├── unexpand.md
│   │   ├── unflatten.md
│   │   ├── unfunction.md
│   │   ├── unimatrix.md
│   │   ├── uniq.md
│   │   ├── unison.md
│   │   ├── units.md
│   │   ├── unlink.md
│   │   ├── unlzma.md
│   │   ├── unp.md
│   │   ├── unrar.md
│   │   ├── unset.md
│   │   ├── unsetopt.md
│   │   ├── until.md
│   │   ├── unxz.md
│   │   ├── unzip.md
│   │   ├── unzstd.md
│   │   ├── updog.md
│   │   ├── upt.md
│   │   ├── uptime.md
│   │   ├── upx.md
│   │   ├── users.md
│   │   ├── usleep.md
│   │   ├── usql.md
│   │   ├── uudecode.md
│   │   ├── uuencode.md
│   │   ├── uv-add.md
│   │   ├── uv-build.md
│   │   ├── uv-cache.md
│   │   ├── uv-export.md
│   │   ├── uv-help.md
│   │   ├── uv-init.md
│   │   ├── uv-lock.md
│   │   ├── uv-pip.md
│   │   ├── uv-publish.md
│   │   ├── uv-python.md
│   │   ├── uv-remove.md
│   │   ├── uv-run.md
│   │   ├── uv-self.md
│   │   ├── uv-sync.md
│   │   ├── uv-tool.md
│   │   ├── uv-tree.md
│   │   ├── uv-venv.md
│   │   ├── uv-version.md
│   │   ├── uv.md
│   │   ├── uvicorn.md
│   │   ├── uvx.md
│   │   ├── v.md
│   │   ├── vacuumdb.md
│   │   ├── vagrant-box.md
│   │   ├── vagrant-destroy.md
│   │   ├── vagrant-global-status.md
│   │   ├── vagrant-halt.md
│   │   ├── vagrant-init.md
│   │   ├── vagrant-plugin.md
│   │   ├── vagrant-port.md
│   │   ├── vagrant-reload.md
│   │   ├── vagrant-resume.md
│   │   ├── vagrant-snapshot.md
│   │   ├── vagrant-ssh-config.md
│   │   ├── vagrant-ssh.md
│   │   ├── vagrant-status.md
│   │   ├── vagrant-suspend.md
│   │   ├── vagrant-upload.md
│   │   ├── vagrant-validate.md
│   │   ├── vagrant-version.md
│   │   ├── vagrant.md
│   │   ├── vainfo.md
│   │   ├── vala.md
│   │   ├── valac.md
│   │   ├── vale.md
│   │   ├── valgrind.md
│   │   ├── valkey-cli.md
│   │   ├── var-dump-server.md
│   │   ├── varnishlog.md
│   │   ├── vault.md
│   │   ├── vboxmanage-clonevm.md
│   │   ├── vboxmanage-cloud.md
│   │   ├── vboxmanage-controlvm.md
│   │   ├── vboxmanage-createvm.md
│   │   ├── vboxmanage-export.md
│   │   ├── vboxmanage-extpack.md
│   │   ├── vboxmanage-import.md
│   │   ├── vboxmanage-list.md
│   │   ├── vboxmanage-modifyvm.md
│   │   ├── vboxmanage-movevm.md
│   │   ├── vboxmanage-registervm.md
│   │   ├── vboxmanage-showvminfo.md
│   │   ├── vboxmanage-startvm.md
│   │   ├── vboxmanage-unregistervm.md
│   │   ├── vboxmanage.md
│   │   ├── vc.md
│   │   ├── vcluster.md
│   │   ├── vcpkg.md
│   │   ├── vcsh.md
│   │   ├── vdir.md
│   │   ├── vectorize-pixelart.md
│   │   ├── vegeta.md
│   │   ├── vela.md
│   │   ├── velero.md
│   │   ├── venv.md
│   │   ├── vercel.md
│   │   ├── verilator.md
│   │   ├── vertical-bar.md
│   │   ├── vet.md
│   │   ├── vf.md
│   │   ├── vgmstream_cli.md
│   │   ├── vgrep.md
│   │   ├── vhs.md
│   │   ├── vi.md
│   │   ├── vibe.md
│   │   ├── vidir.md
│   │   ├── view.md
│   │   ├── vifm.md
│   │   ├── vim.md
│   │   ├── vimdiff.md
│   │   ├── vimtutor.md
│   │   ├── vinmap.md
│   │   ├── vipe.md
│   │   ├── virsh-connect.md
│   │   ├── virsh-domblklist.md
│   │   ├── virsh-help.md
│   │   ├── virsh-list.md
│   │   ├── virsh-pool-autostart.md
│   │   ├── virsh-pool-build.md
│   │   ├── virsh-pool-define-as.md
│   │   ├── virsh-pool-delete.md
│   │   ├── virsh-pool-destroy.md
│   │   ├── virsh-pool-info.md
│   │   ├── virsh-pool-list.md
│   │   ├── virsh-pool-start.md
│   │   ├── virsh-pool-undefine.md
│   │   ├── virsh-undefine.md
│   │   ├── virsh.md
│   │   ├── virt-viewer.md
│   │   ├── virtualenv.md
│   │   ├── virtualenvwrapper.md
│   │   ├── visudo.md
│   │   ├── vite.md
│   │   ├── vitest.md
│   │   ├── viu.md
│   │   ├── vivaldi.md
│   │   ├── vkcube.md
│   │   ├── vladimyr.md
│   │   ├── vlc.md
│   │   ├── vmtouch.md
│   │   ├── volta.md
│   │   ├── vsce.md
│   │   ├── vt.md
│   │   ├── vue-build.md
│   │   ├── vue-init.md
│   │   ├── vue-serve.md
│   │   ├── vue.md
│   │   ├── vulkaninfo.md
│   │   ├── w.md
│   │   ├── w3m.md
│   │   ├── wafw00f.md
│   │   ├── waifu2x-ncnn-vulkan.md
│   │   ├── wait.md
│   │   ├── waitress-serve.md
│   │   ├── wakeonlan.md
│   │   ├── wal.md
│   │   ├── wapm.md
│   │   ├── warp-cli.md
│   │   ├── warp-diag.md
│   │   ├── wasm-objdump.md
│   │   ├── wasm-opt.md
│   │   ├── wasm2c.md
│   │   ├── wasm2wat.md
│   │   ├── wat2wasm.md
│   │   ├── watch.md
│   │   ├── watchexec.md
│   │   ├── watchman.md
│   │   ├── watson.md
│   │   ├── waybar.md
│   │   ├── waymore.md
│   │   ├── wbmptopbm.md
│   │   ├── wc.md
│   │   ├── wcurl.md
│   │   ├── wdiff.md
│   │   ├── weasyprint.md
│   │   ├── web-ext.md
│   │   ├── webpack.md
│   │   ├── webpmux.md
│   │   ├── webstorm.md
│   │   ├── webtorrent.md
│   │   ├── weechat.md
│   │   ├── wezterm-cli.md
│   │   ├── wezterm.md
│   │   ├── wfuzz.md
│   │   ├── wget.md
│   │   ├── wget2.md
│   │   ├── whatwaf.md
│   │   ├── whatweb.md
│   │   ├── whence.md
│   │   ├── where.md
│   │   ├── which.md
│   │   ├── while.md
│   │   ├── whisper.md
│   │   ├── who.md
│   │   ├── whoami.md
│   │   ├── whois.md
│   │   ├── wiggle.md
│   │   ├── wikiman.md
│   │   ├── wikit.md
│   │   ├── winicontopam.md
│   │   ├── winicontoppm.md
│   │   ├── wipeclean.md
│   │   ├── wishlist.md
│   │   ├── wkhtmltopdf.md
│   │   ├── wlc.md
│   │   ├── wlsunset.md
│   │   ├── wn.md
│   │   ├── wondershaper.md
│   │   ├── wordgrinder.md
│   │   ├── wormhole.md
│   │   ├── wp.md
│   │   ├── wpa_supplicant.md
│   │   ├── wpaclean.md
│   │   ├── wpm.md
│   │   ├── wpscan.md
│   │   ├── wrangler.md
│   │   ├── write.md
│   │   ├── wrk.md
│   │   ├── wuzz.md
│   │   ├── x-ping.md
│   │   ├── x-tping.md
│   │   ├── x.md
│   │   ├── x11docker.md
│   │   ├── x8.md
│   │   ├── x_x.md
│   │   ├── xar.md
│   │   ├── xargs.md
│   │   ├── xbmtopbm.md
│   │   ├── xcaddy.md
│   │   ├── xcv.md
│   │   ├── xdelta.md
│   │   ├── xdelta3.md
│   │   ├── xe.md
│   │   ├── xephyr.md
│   │   ├── xetex.md
│   │   ├── xev.md
│   │   ├── xgettext.md
│   │   ├── xh.md
│   │   ├── xidel.md
│   │   ├── ximtoppm.md
│   │   ├── xkcdpass.md
│   │   ├── xkill.md
│   │   ├── xlsclients.md
│   │   ├── xmake.md
│   │   ├── xml-c14n.md
│   │   ├── xml-canonic.md
│   │   ├── xml-depyx.md
│   │   ├── xml-edit.md
│   │   ├── xml-elements.md
│   │   ├── xml-escape.md
│   │   ├── xml-format.md
│   │   ├── xml-list.md
│   │   ├── xml-p2x.md
│   │   ├── xml-pyx.md
│   │   ├── xml-select.md
│   │   ├── xml-transform.md
│   │   ├── xml-unescape.md
│   │   ├── xml-validate.md
│   │   ├── xml-xmln.md
│   │   ├── xml.md
│   │   ├── xmllint.md
│   │   ├── xmlstarlet.md
│   │   ├── xmlto.md
│   │   ├── xo.md
│   │   ├── xonsh.md
│   │   ├── xpdf.md
│   │   ├── xplr.md
│   │   ├── xpmtoppm.md
│   │   ├── xprop.md
│   │   ├── xsp.md
│   │   ├── xsv.md
│   │   ├── xteddy.md
│   │   ├── xvminitoppm.md
│   │   ├── xwdtopnm.md
│   │   ├── xwininfo.md
│   │   ├── xxd.md
│   │   ├── xxh.md
│   │   ├── xz.md
│   │   ├── xzcat.md
│   │   ├── xzcmp.md
│   │   ├── xzdiff.md
│   │   ├── xzegrep.md
│   │   ├── xzfgrep.md
│   │   ├── xzgrep.md
│   │   ├── xzless.md
│   │   ├── xzmore.md
│   │   ├── ya.md
│   │   ├── yacas.md
│   │   ├── yacc.md
│   │   ├── yadm-alt.md
│   │   ├── yadm-bootstrap.md
│   │   ├── yadm-clone.md
│   │   ├── yadm-config.md
│   │   ├── yadm-decrypt.md
│   │   ├── yadm-encrypt.md
│   │   ├── yadm-enter.md
│   │   ├── yadm-git-crypt.md
│   │   ├── yadm-gitconfig.md
│   │   ├── yadm-init.md
│   │   ├── yadm-introspect.md
│   │   ├── yadm-list.md
│   │   ├── yadm-perms.md
│   │   ├── yadm-transcrypt.md
│   │   ├── yadm-upgrade.md
│   │   ├── yadm.md
│   │   ├── yank.md
│   │   ├── yapf.md
│   │   ├── yara.md
│   │   ├── yarac.md
│   │   ├── yard.md
│   │   ├── yarn-why.md
│   │   ├── yarn.md
│   │   ├── yazi.md
│   │   ├── ybacklight.md
│   │   ├── ybmtopbm.md
│   │   ├── yek.md
│   │   ├── yes.md
│   │   ├── yesod.md
│   │   ├── ykinfo.md
│   │   ├── ykman-config.md
│   │   ├── ykman-fido.md
│   │   ├── ykman-oath.md
│   │   ├── ykman-openpgp.md
│   │   ├── ykman.md
│   │   ├── yolo.md
│   │   ├── you-get.md
│   │   ├── youtube-dl.md
│   │   ├── youtube-viewer.md
│   │   ├── yq.md
│   │   ├── yt-dlp.md
│   │   ├── ytmdl.md
│   │   ├── yuvsplittoppm.md
│   │   ├── yuvtoppm.md
│   │   ├── yuy2topam.md
│   │   ├── z.md
│   │   ├── zabbix_agent2.md
│   │   ├── zabbix_agentd.md
│   │   ├── zabbix_server.md
│   │   ├── zapier-analytics.md
│   │   ├── zapier-build.md
│   │   ├── zapier-convert.md
│   │   ├── zapier-history.md
│   │   ├── zapier-init.md
│   │   ├── zapier-login.md
│   │   ├── zapier-push.md
│   │   ├── zapier-scaffold.md
│   │   ├── zapier-test.md
│   │   ├── zapier-validate.md
│   │   ├── zapier-versions.md
│   │   ├── zapier.md
│   │   ├── zbarimg.md
│   │   ├── zcat.md
│   │   ├── zcmp.md
│   │   ├── zdb.md
│   │   ├── zdiff.md
│   │   ├── zed.md
│   │   ├── zeditor.md
│   │   ├── zeek.md
│   │   ├── zegrep.md
│   │   ├── zeisstopnm.md
│   │   ├── zek.md
│   │   ├── zellij.md
│   │   ├── zeroclaw-agent.md
│   │   ├── zeroclaw-channel.md
│   │   ├── zeroclaw-cron.md
│   │   ├── zeroclaw-daemon.md
│   │   ├── zeroclaw-doctor.md
│   │   ├── zeroclaw-gateway.md
│   │   ├── zeroclaw-hardware.md
│   │   ├── zeroclaw-integrations.md
│   │   ├── zeroclaw-migrate.md
│   │   ├── zeroclaw-models.md
│   │   ├── zeroclaw-onboard.md
│   │   ├── zeroclaw-service.md
│   │   ├── zeroclaw-skills.md
│   │   ├── zeroclaw-status.md
│   │   ├── zeroclaw.md
│   │   ├── zerotier-cli.md
│   │   ├── zerotier-idtool.md
│   │   ├── zerotier-one.md
│   │   ├── zfgrep.md
│   │   ├── zformat.md
│   │   ├── zfs.md
│   │   ├── zgrep.md
│   │   ├── zig.md
│   │   ├── zinit.md
│   │   ├── zint.md
│   │   ├── zip.md
│   │   ├── zip2john.md
│   │   ├── zipalign.md
│   │   ├── zipcloak.md
│   │   ├── zipgrep.md
│   │   ├── zipinfo.md
│   │   ├── zipnote.md
│   │   ├── zle.md
│   │   ├── zless.md
│   │   ├── zlib-flate.md
│   │   ├── zm.md
│   │   ├── zmap.md
│   │   ├── zmore.md
│   │   ├── zmv.md
│   │   ├── znew.md
│   │   ├── zola.md
│   │   ├── zopflipng.md
│   │   ├── zotero.md
│   │   ├── zoxide.md
│   │   ├── zpaq.md
│   │   ├── zpool.md
│   │   ├── zrok.md
│   │   ├── zrun.md
│   │   ├── zsh.md
│   │   ├── zstd.md
│   │   ├── zstdcat.md
│   │   ├── zstdless.md
│   │   ├── zstdmt.md
│   │   ├── zsteg.md
│   │   ├── {.md
│   │   ├── }.md
│   │   └── ~.md
│   ├── dos/
│   │   ├── boot.md
│   │   ├── cd.md
│   │   ├── chdir.md
│   │   ├── choice.md
│   │   ├── cls.md
│   │   ├── config.md
│   │   ├── copy.md
│   │   ├── del.md
│   │   ├── dir.md
│   │   ├── exit.md
│   │   ├── imgmount.md
│   │   ├── ipxnet.md
│   │   ├── keyb.md
│   │   ├── loadfix.md
│   │   ├── loadhigh.md
│   │   ├── md.md
│   │   ├── mem.md
│   │   ├── mixer.md
│   │   ├── mount.md
│   │   ├── path.md
│   │   ├── rd.md
│   │   ├── ren.md
│   │   ├── rescan.md
│   │   ├── set.md
│   │   ├── type.md
│   │   └── ver.md
│   ├── freebsd/
│   │   ├── base64.md
│   │   ├── cal.md
│   │   ├── chfn.md
│   │   ├── chpass.md
│   │   ├── chsh.md
│   │   ├── df.md
│   │   ├── ipmitool.md
│   │   ├── look.md
│   │   ├── pkg.md
│   │   ├── procstat.md
│   │   ├── sed.md
│   │   ├── sockstat.md
│   │   ├── ypchfn.md
│   │   ├── ypchpass.md
│   │   └── ypchsh.md
│   ├── linux/
│   │   ├── a2disconf.md
│   │   ├── a2dismod.md
│   │   ├── a2dissite.md
│   │   ├── a2enconf.md
│   │   ├── a2enmod.md
│   │   ├── a2ensite.md
│   │   ├── a2query.md
│   │   ├── aa-audit.md
│   │   ├── aa-cleanprof.md
│   │   ├── aa-complain.md
│   │   ├── aa-decode.md
│   │   ├── aa-disable.md
│   │   ├── aa-enforce.md
│   │   ├── aa-genprof.md
│   │   ├── aa-logprof.md
│   │   ├── aa-mergeprof.md
│   │   ├── aa-remove-unknown.md
│   │   ├── aa-status.md
│   │   ├── aa-teardown.md
│   │   ├── aa-unconfined.md
│   │   ├── aa-update-browser.md
│   │   ├── abbr.md
│   │   ├── abroot.md
│   │   ├── abrt-action-analyze-backtrace.md
│   │   ├── abrt-action-analyze-c.md
│   │   ├── abrt-cli.md
│   │   ├── abrt.md
│   │   ├── ac.md
│   │   ├── acountry.md
│   │   ├── acpi.md
│   │   ├── acpi_listen.md
│   │   ├── add-apt-repository.md
│   │   ├── addpart.md
│   │   ├── addr2line.md
│   │   ├── adduser.md
│   │   ├── adig.md
│   │   ├── agetty.md
│   │   ├── ahost.md
│   │   ├── aide.md
│   │   ├── alien.md
│   │   ├── alpaca.md
│   │   ├── alpine.md
│   │   ├── alsamixer.md
│   │   ├── alternatives.md
│   │   ├── amdgpu_top.md
│   │   ├── amixer.md
│   │   ├── anbox.md
│   │   ├── apache2ctl.md
│   │   ├── apachectl.md
│   │   ├── apk.md
│   │   ├── aplay.md
│   │   ├── apparmor_parser.md
│   │   ├── apparmor_status.md
│   │   ├── appman.md
│   │   ├── apport-bug.md
│   │   ├── apptainer-build.md
│   │   ├── apptainer-cache.md
│   │   ├── apptainer-config.md
│   │   ├── apptainer-delete.md
│   │   ├── apptainer-exec.md
│   │   ├── apptainer-inspect.md
│   │   ├── apptainer-overlay.md
│   │   ├── apptainer-pull.md
│   │   ├── apptainer-push.md
│   │   ├── apptainer-registry.md
│   │   ├── apptainer-run-help.md
│   │   ├── apptainer-run.md
│   │   ├── apptainer-search.md
│   │   ├── apptainer-shell.md
│   │   ├── apptainer-sign.md
│   │   ├── apptainer-test.md
│   │   ├── apptainer-verify.md
│   │   ├── apptainer.md
│   │   ├── apt-add-repository.md
│   │   ├── apt-cache.md
│   │   ├── apt-clone.md
│   │   ├── apt-file.md
│   │   ├── apt-get.md
│   │   ├── apt-install.md
│   │   ├── apt-key.md
│   │   ├── apt-mark.md
│   │   ├── apt-moo.md
│   │   ├── apt.md
│   │   ├── aptitude.md
│   │   ├── apx-pkgmanagers.md
│   │   ├── apx-stacks.md
│   │   ├── apx-subsystems.md
│   │   ├── apx.md
│   │   ├── arch-chroot.md
│   │   ├── archey.md
│   │   ├── archinstall.md
│   │   ├── archivemount.md
│   │   ├── archlinux-java.md
│   │   ├── arecord.md
│   │   ├── arithmetic.md
│   │   ├── ark-survival-ascended.md
│   │   ├── ark-survival-evolved.md
│   │   ├── ark.md
│   │   ├── arpaname.md
│   │   ├── arpspoof.md
│   │   ├── arptables.md
│   │   ├── as.md
│   │   ├── ascii-xfr.md
│   │   ├── ascii.md
│   │   ├── asciiart.md
│   │   ├── asterisk.md
│   │   ├── at.md
│   │   ├── atop.md
│   │   ├── audit2allow.md
│   │   ├── audit2why.md
│   │   ├── auditctl.md
│   │   ├── aur-sync.md
│   │   ├── aur.md
│   │   ├── aura.md
│   │   ├── auracle.md
│   │   ├── aureport.md
│   │   ├── aurman.md
│   │   ├── aurpublish.md
│   │   ├── aurvote.md
│   │   ├── ausearch.md
│   │   ├── ausyscall.md
│   │   ├── authconfig.md
│   │   ├── auto-cpufreq.md
│   │   ├── autoexpect.md
│   │   ├── autopkgtest.md
│   │   ├── autorandr.md
│   │   ├── autorecon.md
│   │   ├── avahi-browse.md
│   │   ├── avahi-resolve-address.md
│   │   ├── avahi-resolve-host-name.md
│   │   ├── avahi-resolve.md
│   │   ├── avifenc.md
│   │   ├── away.md
│   │   ├── backlight_control.md
│   │   ├── balooctl.md
│   │   ├── barotrauma.md
│   │   ├── batcat.md
│   │   ├── batch.md
│   │   ├── battop.md
│   │   ├── bcachefs-device.md
│   │   ├── bcachefs.md
│   │   ├── bchunk.md
│   │   ├── beep.md
│   │   ├── beet.md
│   │   ├── betterdiscordctl.md
│   │   ├── betterlockscreen.md
│   │   ├── bindfs.md
│   │   ├── bitwise.md
│   │   ├── blastn.md
│   │   ├── blastp.md
│   │   ├── bleachbit.md
│   │   ├── blight.md
│   │   ├── blkdiscard.md
│   │   ├── blkid.md
│   │   ├── blkpr.md
│   │   ├── blockdev.md
│   │   ├── bluebuild.md
│   │   ├── bluetoothctl.md
│   │   ├── bluetoothd.md
│   │   ├── bluetui.md
│   │   ├── blurlock.md
│   │   ├── bmon.md
│   │   ├── boltctl.md
│   │   ├── bootc-switch.md
│   │   ├── bootc.md
│   │   ├── bootctl.md
│   │   ├── bore-local.md
│   │   ├── bore.md
│   │   ├── bpftool.md
│   │   ├── bpftrace.md
│   │   ├── br.md
│   │   ├── braa.md
│   │   ├── brctl.md
│   │   ├── bridge.md
│   │   ├── brightnessctl.md
│   │   ├── broot.md
│   │   ├── bspc.md
│   │   ├── bspwm.md
│   │   ├── bsub.md
│   │   ├── btrbk.md
│   │   ├── btrfs-balance.md
│   │   ├── btrfs-check.md
│   │   ├── btrfs-device.md
│   │   ├── btrfs-filesystem.md
│   │   ├── btrfs-inspect-internal.md
│   │   ├── btrfs-property.md
│   │   ├── btrfs-rescue.md
│   │   ├── btrfs-restore.md
│   │   ├── btrfs-scrub.md
│   │   ├── btrfs-subvolume.md
│   │   ├── btrfs-version.md
│   │   ├── btrfs.md
│   │   ├── bully.md
│   │   ├── burpsuite.md
│   │   ├── busctl.md
│   │   ├── bwa.md
│   │   ├── bwrap.md
│   │   ├── byzanz-record.md
│   │   ├── cacaclock.md
│   │   ├── cacademo.md
│   │   ├── cacafire.md
│   │   ├── cacaview.md
│   │   ├── caffeinate.md
│   │   ├── caffeine-indicator.md
│   │   ├── caffeine.md
│   │   ├── cage.md
│   │   ├── caja.md
│   │   ├── cal.md
│   │   ├── calcurse.md
│   │   ├── caligula.md
│   │   ├── cam.md
│   │   ├── cat.md
│   │   ├── cbatticon.md
│   │   ├── cc.md
│   │   ├── cdrdao.md
│   │   ├── cdrecord.md
│   │   ├── cec-client.md
│   │   ├── cec-ctl.md
│   │   ├── ceph.md
│   │   ├── cephadm.md
│   │   ├── certbot.md
│   │   ├── certtool.md
│   │   ├── cewl.md
│   │   ├── cfdisk.md
│   │   ├── cgclassify.md
│   │   ├── cgcreate.md
│   │   ├── cgexec.md
│   │   ├── cgroups.md
│   │   ├── chage.md
│   │   ├── chat.md
│   │   ├── chattr.md
│   │   ├── chcat.md
│   │   ├── chcon.md
│   │   ├── chcpu.md
│   │   ├── check-dfsg-status.md
│   │   ├── check-language-support.md
│   │   ├── check-support-status.md
│   │   ├── checkinstall.md
│   │   ├── checkupdates-aur.md
│   │   ├── checkupdates.md
│   │   ├── chfn.md
│   │   ├── chkconfig.md
│   │   ├── chmem.md
│   │   ├── chntpw.md
│   │   ├── choom.md
│   │   ├── chpasswd.md
│   │   ├── chrt.md
│   │   ├── chsh.md
│   │   ├── chvt.md
│   │   ├── cliphist.md
│   │   ├── cloud-init.md
│   │   ├── cockpit-bridge.md
│   │   ├── cockpit-desktop.md
│   │   ├── cockpit-tls.md
│   │   ├── cockpit-ws.md
│   │   ├── cointop.md
│   │   ├── col.md
│   │   ├── collectd.md
│   │   ├── colrm.md
│   │   ├── column.md
│   │   ├── compose.md
│   │   ├── compress.md
│   │   ├── compseq.md
│   │   ├── compsize.md
│   │   ├── conky.md
│   │   ├── conntrack.md
│   │   ├── coredumpctl.md
│   │   ├── counter-strike-2.md
│   │   ├── cpufreq-aperf.md
│   │   ├── cpufreq-info.md
│   │   ├── cpufreq-set.md
│   │   ├── cpuid.md
│   │   ├── cpulimit.md
│   │   ├── cpupower.md
│   │   ├── create-image.md
│   │   ├── create_ap.md
│   │   ├── createrepo.md
│   │   ├── crond.md
│   │   ├── cryptcat.md
│   │   ├── cryptsetup-luksformat.md
│   │   ├── cryptsetup-open.md
│   │   ├── cryptsetup.md
│   │   ├── cs2.md
│   │   ├── csplit.md
│   │   ├── ctop.md
│   │   ├── ctr.md
│   │   ├── ctrlaltdel.md
│   │   ├── cu.md
│   │   ├── curlie.md
│   │   ├── cuyo.md
│   │   ├── daemon.md
│   │   ├── daemonize.md
│   │   ├── darling.md
│   │   ├── datamash.md
│   │   ├── dbclient.md
│   │   ├── dbus-daemon.md
│   │   ├── dconf-read.md
│   │   ├── dconf-reset.md
│   │   ├── dconf-write.md
│   │   ├── dconf.md
│   │   ├── dd.md
│   │   ├── ddcutil.md
│   │   ├── ddrescue.md
│   │   ├── deb-get.md
│   │   ├── debchange.md
│   │   ├── debman.md
│   │   ├── debootstrap.md
│   │   ├── deborphan.md
│   │   ├── debsecan.md
│   │   ├── debtap.md
│   │   ├── debugfs.md
│   │   ├── debuginfod-find.md
│   │   ├── debuild.md
│   │   ├── decode-dimms.md
│   │   ├── delpart.md
│   │   ├── deluser.md
│   │   ├── dex.md
│   │   ├── df.md
│   │   ├── dget.md
│   │   ├── dhcpcd.md
│   │   ├── dialog.md
│   │   ├── diff3.md
│   │   ├── diffimg.md
│   │   ├── dir.md
│   │   ├── dirb.md
│   │   ├── dirbuster.md
│   │   ├── distrobox-create.md
│   │   ├── distrobox-enter.md
│   │   ├── distrobox-export.md
│   │   ├── distrobox-host-exec.md
│   │   ├── distrobox-list.md
│   │   ├── distrobox-rm.md
│   │   ├── distrobox-stop.md
│   │   ├── distrobox-upgrade.md
│   │   ├── distrobox.md
│   │   ├── dkms.md
│   │   ├── dm-tool.md
│   │   ├── dmenu.md
│   │   ├── dmesg.md
│   │   ├── dmidecode.md
│   │   ├── dnf-builddep.md
│   │   ├── dnf-changelog.md
│   │   ├── dnf-clean.md
│   │   ├── dnf-config-manager.md
│   │   ├── dnf-deplist.md
│   │   ├── dnf-download.md
│   │   ├── dnf-group.md
│   │   ├── dnf-install.md
│   │   ├── dnf-module.md
│   │   ├── dnf-repoquery.md
│   │   ├── dnf-reposync.md
│   │   ├── dnf-versionlock.md
│   │   ├── dnf.md
│   │   ├── dnf4.md
│   │   ├── dnf5-group.md
│   │   ├── dnf5.md
│   │   ├── dnsdomainname.md
│   │   ├── dnsmap.md
│   │   ├── dnsrecon.md
│   │   ├── dnstracer.md
│   │   ├── do-release-upgrade.md
│   │   ├── dockerd.md
│   │   ├── dolphin.md
│   │   ├── dos2unix.md
│   │   ├── dphys-swapfile.md
│   │   ├── dpigs.md
│   │   ├── dpkg-deb.md
│   │   ├── dpkg-query.md
│   │   ├── dpkg-reconfigure.md
│   │   ├── dpkg.md
│   │   ├── dracut.md
│   │   ├── drawing.md
│   │   ├── drm_info.md
│   │   ├── dropbearconvert.md
│   │   ├── dropbearkey.md
│   │   ├── dstat.md
│   │   ├── dump.exfat.md
│   │   ├── dumpe2fs.md
│   │   ├── duperemove.md
│   │   ├── dutree.md
│   │   ├── dysk.md
│   │   ├── e2freefrag.md
│   │   ├── e2fsck.md
│   │   ├── e2image.md
│   │   ├── e2label.md
│   │   ├── e2undo.md
│   │   ├── e4defrag.md
│   │   ├── ebuild.md
│   │   ├── eclean-kernel.md
│   │   ├── eclean.md
│   │   ├── edit.md
│   │   ├── edquota.md
│   │   ├── efibootdump.md
│   │   ├── efibootmgr.md
│   │   ├── efivar.md
│   │   ├── eglinfo.md
│   │   ├── ego.md
│   │   ├── einfo.md
│   │   ├── eix.md
│   │   ├── eject.md
│   │   ├── elink.md
│   │   ├── emaint.md
│   │   ├── emerge.md
│   │   ├── engrampa.md
│   │   ├── enum4linux.md
│   │   ├── envycontrol.md
│   │   ├── eog.md
│   │   ├── eopkg.md
│   │   ├── equery.md
│   │   ├── esearch.md
│   │   ├── eselect-kernel.md
│   │   ├── eselect-locale.md
│   │   ├── eselect-news.md
│   │   ├── eselect-profile.md
│   │   ├── eselect-repository.md
│   │   ├── eselect.md
│   │   ├── etckeeper.md
│   │   ├── ethtool.md
│   │   ├── eu-readelf.md
│   │   ├── euse.md
│   │   ├── evince.md
│   │   ├── evtest.md
│   │   ├── eww.md
│   │   ├── exch.md
│   │   ├── exec.md
│   │   ├── exif.md
│   │   ├── exiqgrep.md
│   │   ├── expac.md
│   │   ├── expect.md
│   │   ├── explodepkg.md
│   │   ├── export.md
│   │   ├── extrace.md
│   │   ├── extrepo.md
│   │   ├── extundelete.md
│   │   ├── eyed3.md
│   │   ├── f5fpc.md
│   │   ├── factorio.md
│   │   ├── fadvise.md
│   │   ├── fail2ban-client.md
│   │   ├── faillock.md
│   │   ├── fakeroot.md
│   │   ├── faketime.md
│   │   ├── fallocate.md
│   │   ├── fancontrol.md
│   │   ├── farge.md
│   │   ├── fatlabel.md
│   │   ├── fatrace.md
│   │   ├── fbgrab.md
│   │   ├── fbi.md
│   │   ├── fbset.md
│   │   ├── fcrackzip.md
│   │   ├── fdisk.md
│   │   ├── feedreader.md
│   │   ├── fftest.md
│   │   ├── fgconsole.md
│   │   ├── filefrag.md
│   │   ├── finch.md
│   │   ├── fincore.md
│   │   ├── findfs.md
│   │   ├── findmnt.md
│   │   ├── firejail.md
│   │   ├── firewall-cmd.md
│   │   ├── fixfiles.md
│   │   ├── flameshot.md
│   │   ├── flash.md
│   │   ├── flashrom.md
│   │   ├── flatpak-builder.md
│   │   ├── flatpak-mask.md
│   │   ├── flatpak-remote-info.md
│   │   ├── flatpak-run.md
│   │   ├── flatpak-update.md
│   │   ├── flatpak.md
│   │   ├── flex.md
│   │   ├── flock.md
│   │   ├── fluidsynth.md
│   │   ├── fold.md
│   │   ├── fonttools-subset.md
│   │   ├── fonttools.md
│   │   ├── foot.md
│   │   ├── foreman.md
│   │   ├── fprintd-delete.md
│   │   ├── fprintd-enroll.md
│   │   ├── fprintd-list.md
│   │   ├── fprintd-verify.md
│   │   ├── fprintd.md
│   │   ├── free.md
│   │   ├── fs_cli.md
│   │   ├── fsadm.md
│   │   ├── fsck.md
│   │   ├── fscrypt.md
│   │   ├── fstrim.md
│   │   ├── fuser.md
│   │   ├── fuzzel.md
│   │   ├── fwconsole.md
│   │   ├── fwupdmgr.md
│   │   ├── fwupdtool.md
│   │   ├── gamescope.md
│   │   ├── gbp.md
│   │   ├── gcov.md
│   │   ├── gcrane-completion.md
│   │   ├── gdbus.md
│   │   ├── gdebi.md
│   │   ├── gdisk.md
│   │   ├── gedit.md
│   │   ├── genfstab.md
│   │   ├── genie.md
│   │   ├── genisoimage.md
│   │   ├── genkernel.md
│   │   ├── getcap.md
│   │   ├── getconf.md
│   │   ├── getenforce.md
│   │   ├── getent.md
│   │   ├── getfacl.md
│   │   ├── getfattr.md
│   │   ├── getopt.md
│   │   ├── getsebool.md
│   │   ├── gif2webp.md
│   │   ├── gio-trash.md
│   │   ├── gio.md
│   │   ├── gksu.md
│   │   ├── gksudo.md
│   │   ├── gnome-calculator.md
│   │   ├── gnome-extensions.md
│   │   ├── gnome-screenshot.md
│   │   ├── gnome-software.md
│   │   ├── gnome-terminal.md
│   │   ├── goaccess.md
│   │   ├── goldeneye.py.md
│   │   ├── goobook.md
│   │   ├── google-chrome-stable.md
│   │   ├── gpasswd.md
│   │   ├── gpclient.md
│   │   ├── gpm.md
│   │   ├── gpu-screen-recorder.md
│   │   ├── grim.md
│   │   ├── groupadd.md
│   │   ├── groupdel.md
│   │   ├── groupmod.md
│   │   ├── growpart.md
│   │   ├── grub-bios-setup.md
│   │   ├── grub-editenv.md
│   │   ├── grub-file.md
│   │   ├── grub-install.md
│   │   ├── grub-mkconfig.md
│   │   ├── grub-mkrescue.md
│   │   ├── grub-mount.md
│   │   ├── grub-probe.md
│   │   ├── grub-reboot.md
│   │   ├── grub-script-check.md
│   │   ├── grub-set-default.md
│   │   ├── grub2-mkpasswd-pbkdf2.md
│   │   ├── grubby.md
│   │   ├── gs.md
│   │   ├── gsettings.md
│   │   ├── gst-launch-1.0-pipewiresrc.md
│   │   ├── gst-launch-1.0-v4l2src.md
│   │   ├── gtk-launch.md
│   │   ├── guake.md
│   │   ├── guix-package.md
│   │   ├── gummy.md
│   │   ├── gzexe.md
│   │   ├── halt.md
│   │   ├── handlr.md
│   │   ├── hardinfo.md
│   │   ├── haveged.md
│   │   ├── hcitool.md
│   │   ├── hd-idle.md
│   │   ├── hddtemp.md
│   │   ├── hdparm.md
│   │   ├── head.md
│   │   ├── hexdump.md
│   │   ├── hlint.md
│   │   ├── hollywood.md
│   │   ├── homectl.md
│   │   ├── homeshick.md
│   │   ├── hostnamectl.md
│   │   ├── htpdate.md
│   │   ├── http-prompt.md
│   │   ├── http_load.md
│   │   ├── hwclock.md
│   │   ├── hwinfo.md
│   │   ├── hwloc-ls.md
│   │   ├── hyprctl.md
│   │   ├── hyprpaper.md
│   │   ├── hyprpicker.md
│   │   ├── hyprpm.md
│   │   ├── hyprshot.md
│   │   ├── hyprsunset.md
│   │   ├── i2cdetect.md
│   │   ├── i2cdump.md
│   │   ├── i2cget.md
│   │   ├── i2cset.md
│   │   ├── i3-scrot.md
│   │   ├── i386.md
│   │   ├── i3exit.md
│   │   ├── i3status.md
│   │   ├── i7z.md
│   │   ├── ico.md
│   │   ├── id3v2.md
│   │   ├── ifdown.md
│   │   ├── ifmetric.md
│   │   ├── ifstat.md
│   │   ├── ifstatus.md
│   │   ├── iftop.md
│   │   ├── ifup.md
│   │   ├── ikaros.md
│   │   ├── img2txt.md
│   │   ├── img2webp.md
│   │   ├── imgp.md
│   │   ├── imhex.md
│   │   ├── imp.md
│   │   ├── impala.md
│   │   ├── importctl.md
│   │   ├── imv.md
│   │   ├── informant.md
│   │   ├── init.md
│   │   ├── inotifywait.md
│   │   ├── inputattach.md
│   │   ├── insmod.md
│   │   ├── installpkg.md
│   │   ├── instaloader.md
│   │   ├── intercept.md
│   │   ├── inxi.md
│   │   ├── ionice.md
│   │   ├── iostat.md
│   │   ├── ip-address.md
│   │   ├── ip-link.md
│   │   ├── ip-maddress.md
│   │   ├── ip-monitor.md
│   │   ├── ip-neighbour.md
│   │   ├── ip-netconf.md
│   │   ├── ip-route-add.md
│   │   ├── ip-route-get.md
│   │   ├── ip-route-list.md
│   │   ├── ip-route-show.md
│   │   ├── ip-route.md
│   │   ├── ip-rule.md
│   │   ├── ip-stats.md
│   │   ├── ip-tuntap.md
│   │   ├── ip.md
│   │   ├── ip6tables-restore.md
│   │   ├── ip6tables-save.md
│   │   ├── ip6tables.md
│   │   ├── ipcmk.md
│   │   ├── ipcrm.md
│   │   ├── ipcs.md
│   │   ├── ipmitool.md
│   │   ├── ipset.md
│   │   ├── iptables-restore.md
│   │   ├── iptables-save.md
│   │   ├── iptables.md
│   │   ├── iscsiadm.md
│   │   ├── isoinfo.md
│   │   ├── isosize.md
│   │   ├── iw-dev.md
│   │   ├── iw.md
│   │   ├── iwconfig.md
│   │   ├── iwctl.md
│   │   ├── iwinfo.md
│   │   ├── iwlist.md
│   │   ├── jhead.md
│   │   ├── jobs.md
│   │   ├── journalctl.md
│   │   ├── jpegtran.md
│   │   ├── just.js.md
│   │   ├── kde-builder.md
│   │   ├── kde-inhibit.md
│   │   ├── kdesrc-build.md
│   │   ├── kdialog.md
│   │   ├── kdocker.md
│   │   ├── kernel-install.md
│   │   ├── kexec.md
│   │   ├── keyctl.md
│   │   ├── keyd.md
│   │   ├── kill.md
│   │   ├── kinfocenter.md
│   │   ├── kjv.md
│   │   ├── kmod.md
│   │   ├── kmscon.md
│   │   ├── knock.md
│   │   ├── knockd.md
│   │   ├── koji-build.md
│   │   ├── koji-buildinfo.md
│   │   ├── koji-call.md
│   │   ├── koji-cancel.md
│   │   ├── koji-download-build.md
│   │   ├── koji-help.md
│   │   ├── koji-resubmit.md
│   │   ├── koji-tag-build.md
│   │   ├── koji-taginfo.md
│   │   ├── koji-untag-build.md
│   │   ├── koji.md
│   │   ├── konsave.md
│   │   ├── konsole.md
│   │   ├── kpackagetool5.md
│   │   ├── kpackagetool6.md
│   │   ├── kpartx.md
│   │   ├── krdpserver.md
│   │   ├── kreadconfig5.md
│   │   ├── krfb-virtualmonitor.md
│   │   ├── kscreen-console.md
│   │   ├── kscreen-doctor.md
│   │   ├── ksvgtopng5.md
│   │   ├── kwallet-query.md
│   │   ├── kwrite.md
│   │   ├── kwriteconfig5.md
│   │   ├── laptop-detect.md
│   │   ├── larasail.md
│   │   ├── last.md
│   │   ├── lastb.md
│   │   ├── lastlog.md
│   │   ├── latte-dock.md
│   │   ├── lbu.md
│   │   ├── lchage.md
│   │   ├── lci.md
│   │   ├── ldapdomaindump.md
│   │   ├── ldconfig.md
│   │   ├── ldd.md
│   │   ├── lddd.md
│   │   ├── ledctl.md
│   │   ├── legit.md
│   │   ├── lex.md
│   │   ├── lftp.md
│   │   ├── libinput.md
│   │   ├── libtool.md
│   │   ├── libtoolize.md
│   │   ├── libuser-lid.md
│   │   ├── lid.idutils.md
│   │   ├── lid.libuser.md
│   │   ├── lid.md
│   │   ├── light.md
│   │   ├── limine-enroll-config.md
│   │   ├── limine-entry-tool.md
│   │   ├── limine-scan.md
│   │   ├── limine-snapper-sync.md
│   │   ├── limine.md
│   │   ├── line.md
│   │   ├── links.md
│   │   ├── links2.md
│   │   ├── linux-boot-prober.md
│   │   ├── linux32.md
│   │   ├── linux64.md
│   │   ├── lldpctl.md
│   │   ├── lnav.md
│   │   ├── lndir.md
│   │   ├── loadkeys.md
│   │   ├── locale-gen.md
│   │   ├── locale.md
│   │   ├── localectl.md
│   │   ├── localedef.md
│   │   ├── locate.md
│   │   ├── logger.md
│   │   ├── login.md
│   │   ├── loginctl.md
│   │   ├── logread.md
│   │   ├── logrotate.md
│   │   ├── logsave.md
│   │   ├── logwatch.md
│   │   ├── look.md
│   │   ├── lookandfeeltool.md
│   │   ├── losetup.md
│   │   ├── lrunzip.md
│   │   ├── lrzip.md
│   │   ├── lrztar.md
│   │   ├── lrzuntar.md
│   │   ├── lsattr.md
│   │   ├── lsb_release.md
│   │   ├── lsblk.md
│   │   ├── lscpu.md
│   │   ├── lsdev.md
│   │   ├── lsfd.md
│   │   ├── lshw.md
│   │   ├── lsinitrd.md
│   │   ├── lsipc.md
│   │   ├── lslocks.md
│   │   ├── lslogins.md
│   │   ├── lsmem.md
│   │   ├── lsmod.md
│   │   ├── lsns.md
│   │   ├── lspci.md
│   │   ├── lsscsi.md
│   │   ├── lstopo-no-graphics.md
│   │   ├── lsusb.md
│   │   ├── ltrace.md
│   │   ├── lure.md
│   │   ├── lvchange.md
│   │   ├── lvconvert.md
│   │   ├── lvcreate.md
│   │   ├── lvdisplay.md
│   │   ├── lvextend.md
│   │   ├── lvm.md
│   │   ├── lvm_import_vdo.md
│   │   ├── lvmconfig.md
│   │   ├── lvmdevices.md
│   │   ├── lvmdiskscan.md
│   │   ├── lvmdump.md
│   │   ├── lvmpersist.md
│   │   ├── lvmpolld.md
│   │   ├── lvmsadc.md
│   │   ├── lvmsar.md
│   │   ├── lvreduce.md
│   │   ├── lvremove.md
│   │   ├── lvrename.md
│   │   ├── lvresize.md
│   │   ├── lvs.md
│   │   ├── lvscan.md
│   │   ├── lxc-attach.md
│   │   ├── lxc-checkconfig.md
│   │   ├── lxc-console.md
│   │   ├── lxc-create.md
│   │   ├── lxc-destroy.md
│   │   ├── lxc-info.md
│   │   ├── lxc-ls.md
│   │   ├── lxc-network.md
│   │   ├── lxc-profile.md
│   │   ├── lxc-start.md
│   │   ├── lxc-stop.md
│   │   ├── lxc-top.md
│   │   ├── lxc.md
│   │   ├── lxi.md
│   │   ├── lxterminal.md
│   │   ├── lynis.md
│   │   ├── lz.md
│   │   ├── mac2unix.md
│   │   ├── macchanger.md
│   │   ├── machinectl.md
│   │   ├── maim.md
│   │   ├── makepkg.md
│   │   ├── mako.md
│   │   ├── makoctl-dismiss.md
│   │   ├── makoctl-invoke.md
│   │   ├── makoctl-mode.md
│   │   ├── makoctl.md
│   │   ├── mandb.md
│   │   ├── mangohud.md
│   │   ├── manpath.md
│   │   ├── mashtree.md
│   │   ├── matchpathcon.md
│   │   ├── mate-about.md
│   │   ├── mate-calc-cmd.md
│   │   ├── mate-calc.md
│   │   ├── mate-screenshot.md
│   │   ├── mate-search-tool.md
│   │   ├── mbw.md
│   │   ├── mcookie.md
│   │   ├── mdadm.md
│   │   ├── mdbook.md
│   │   ├── mediamtx.md
│   │   ├── megadl.md
│   │   ├── megatools-dl.md
│   │   ├── mesg.md
│   │   ├── mhwd-gpu.md
│   │   ├── mhwd-kernel.md
│   │   ├── mhwd.md
│   │   ├── microcom.md
│   │   ├── mimetype.md
│   │   ├── minicom.md
│   │   ├── mke2fs.md
│   │   ├── mkfs.bcachefs.md
│   │   ├── mkfs.btrfs.md
│   │   ├── mkfs.cramfs.md
│   │   ├── mkfs.erofs.md
│   │   ├── mkfs.exfat.md
│   │   ├── mkfs.ext4.md
│   │   ├── mkfs.f2fs.md
│   │   ├── mkfs.fat.md
│   │   ├── mkfs.md
│   │   ├── mkfs.minix.md
│   │   ├── mkfs.ntfs.md
│   │   ├── mkfs.vfat.md
│   │   ├── mkfs.xfs.md
│   │   ├── mkhomedir_helper.md
│   │   ├── mkid.md
│   │   ├── mkinitcpio.md
│   │   ├── mkinitfs.md
│   │   ├── mkisofs.md
│   │   ├── mklost+found.md
│   │   ├── mknod.md
│   │   ├── mkosi.md
│   │   ├── mksquashfs.md
│   │   ├── mkswap.md
│   │   ├── mktemp.md
│   │   ├── mkvpropedit.md
│   │   ├── mlabel.md
│   │   ├── mmcli.md
│   │   ├── mmdebstrap.md
│   │   ├── mocp.md
│   │   ├── modetest.md
│   │   ├── modinfo.md
│   │   ├── modprobe.md
│   │   ├── module.md
│   │   ├── mokutil.md
│   │   ├── mono.md
│   │   ├── mons.md
│   │   ├── mopac.md
│   │   ├── more.md
│   │   ├── mount.cifs.md
│   │   ├── mount.ddi.md
│   │   ├── mount.md
│   │   ├── mount.smb3.md
│   │   ├── mount.steamos.md
│   │   ├── mountpoint.md
│   │   ├── mpg123.md
│   │   ├── mpstat.md
│   │   ├── mssh.md
│   │   ├── mt.md
│   │   ├── mux.md
│   │   ├── nala.md
│   │   ├── namcap.md
│   │   ├── named.md
│   │   ├── namei.md
│   │   ├── natural-selection-2.md
│   │   ├── nautilus.md
│   │   ├── navi.md
│   │   ├── ncal.md
│   │   ├── ncat.md
│   │   ├── ndctl.md
│   │   ├── needrestart.md
│   │   ├── nemo.md
│   │   ├── neo.md
│   │   ├── nerdctl.md
│   │   ├── nethogs.md
│   │   ├── netplan.md
│   │   ├── netselect-apt.md
│   │   ├── netselect.md
│   │   ├── networkctl.md
│   │   ├── newgrp.md
│   │   ├── newrole.md
│   │   ├── nft-monitor.md
│   │   ├── nft.md
│   │   ├── nitch.md
│   │   ├── nitrogen.md
│   │   ├── nixos-container.md
│   │   ├── nixos-option.md
│   │   ├── nixos-rebuild.md
│   │   ├── nl.md
│   │   ├── nm-online.md
│   │   ├── nmcli-agent.md
│   │   ├── nmcli-connection.md
│   │   ├── nmcli-device.md
│   │   ├── nmcli-general.md
│   │   ├── nmcli-monitor.md
│   │   ├── nmcli-networking.md
│   │   ├── nmcli-radio.md
│   │   ├── nmcli.md
│   │   ├── nmon.md
│   │   ├── nmtui-connect.md
│   │   ├── nmtui-edit.md
│   │   ├── nmtui-hostname.md
│   │   ├── nmtui.md
│   │   ├── nologin.md
│   │   ├── nordvpn.md
│   │   ├── nova.md
│   │   ├── nsenter.md
│   │   ├── nsnake.md
│   │   ├── nstat.md
│   │   ├── nsxiv.md
│   │   ├── ntfsfix.md
│   │   ├── ntpd.md
│   │   ├── ntpdate.md
│   │   ├── ntpq.md
│   │   ├── numactl.md
│   │   ├── numlockx.md
│   │   ├── nvtop.md
│   │   ├── obabel.md
│   │   ├── objcopy.md
│   │   ├── oma.md
│   │   ├── oniux.md
│   │   ├── oomctl.md
│   │   ├── openfortivpn.md
│   │   ├── openrc.md
│   │   ├── openvpn3.md
│   │   ├── opera-stable.md
│   │   ├── opkg.md
│   │   ├── optimus-manager.md
│   │   ├── ostree.md
│   │   ├── owut.md
│   │   ├── pacaur.md
│   │   ├── paccache.md
│   │   ├── paccapability.md
│   │   ├── paccheck.md
│   │   ├── pacconf.md
│   │   ├── pacdiff.md
│   │   ├── pacfile.md
│   │   ├── pacgraph.md
│   │   ├── pacinfo.md
│   │   ├── pacini.md
│   │   ├── pacinstall.md
│   │   ├── paclock.md
│   │   ├── paclog.md
│   │   ├── pacman-d.md
│   │   ├── pacman-database.md
│   │   ├── pacman-deptest.md
│   │   ├── pacman-f.md
│   │   ├── pacman-files.md
│   │   ├── pacman-key.md
│   │   ├── pacman-mirrors.md
│   │   ├── pacman-q.md
│   │   ├── pacman-query.md
│   │   ├── pacman-r.md
│   │   ├── pacman-remove.md
│   │   ├── pacman-s.md
│   │   ├── pacman-sync.md
│   │   ├── pacman-t.md
│   │   ├── pacman-u.md
│   │   ├── pacman-upgrade.md
│   │   ├── pacman.md
│   │   ├── pacman4console.md
│   │   ├── pacremove.md
│   │   ├── pacrepairdb.md
│   │   ├── pacrepairfile.md
│   │   ├── pacreport.md
│   │   ├── pacsift.md
│   │   ├── pacstall.md
│   │   ├── pacstrap.md
│   │   ├── pacsync.md
│   │   ├── pactrans.md
│   │   ├── pactree.md
│   │   ├── palworld.md
│   │   ├── pamac.md
│   │   ├── partclone.md
│   │   ├── parted.interactive.md
│   │   ├── parted.md
│   │   ├── partprobe.md
│   │   ├── partx.md
│   │   ├── paru.md
│   │   ├── pasuspender.md
│   │   ├── patool.md
│   │   ├── paxs.md
│   │   ├── pct-clone.md
│   │   ├── pct-config.md
│   │   ├── pct-console.md
│   │   ├── pct-create.md
│   │   ├── pct-destroy.md
│   │   ├── pct-exec.md
│   │   ├── pct-mount.md
│   │   ├── pct-move-volume.md
│   │   ├── pct-move_volume.md
│   │   ├── pct-resize.md
│   │   ├── pct-set.md
│   │   ├── pct-status.md
│   │   ├── pct-template.md
│   │   ├── pct-unmount.md
│   │   ├── pct.md
│   │   ├── pdbedit.md
│   │   ├── pdfattach.md
│   │   ├── pdfbook2.md
│   │   ├── pdfcrop.md
│   │   ├── pdfdetach.md
│   │   ├── pdftohtml.md
│   │   ├── pdftoppm.md
│   │   ├── pdfxup.md
│   │   ├── perf.md
│   │   ├── pg.md
│   │   ├── phar.md
│   │   ├── photorec.md
│   │   ├── phpdismod.md
│   │   ├── phpenmod.md
│   │   ├── phpquery.md
│   │   ├── physlock.md
│   │   ├── pi.md
│   │   ├── pidof.md
│   │   ├── pidstat.md
│   │   ├── pihole.md
│   │   ├── pikman.md
│   │   ├── pinout.md
│   │   ├── pipetron.md
│   │   ├── pipewire-pulse.md
│   │   ├── pipewire.md
│   │   ├── pirut.md
│   │   ├── pivot_root.md
│   │   ├── pivpn.md
│   │   ├── pkcon.md
│   │   ├── pkexec.md
│   │   ├── pkgadd.md
│   │   ├── pkgctl-auth.md
│   │   ├── pkgctl-build.md
│   │   ├── pkgctl-db-update.md
│   │   ├── pkgctl-diff.md
│   │   ├── pkgctl-release.md
│   │   ├── pkgctl-repo.md
│   │   ├── pkgctl.md
│   │   ├── pkgdiff.md
│   │   ├── pkgfile.md
│   │   ├── pkginfo.md
│   │   ├── pkgmk.md
│   │   ├── pkgrm.md
│   │   ├── pkgstats.md
│   │   ├── pkgtool.md
│   │   ├── plasma-apply-colorscheme.md
│   │   ├── plasma-apply-cursortheme.md
│   │   ├── plasma-apply-desktoptheme.md
│   │   ├── plasma-apply-lookandfeel.md
│   │   ├── plasma-apply-wallpaperimage.md
│   │   ├── plasmashell.md
│   │   ├── playerctl.md
│   │   ├── pluma.md
│   │   ├── pmap.md
│   │   ├── pmount.md
│   │   ├── po4a-gettextize.md
│   │   ├── po4a-translate.md
│   │   ├── po4a-updatepo.md
│   │   ├── po4a.md
│   │   ├── pokego.md
│   │   ├── portablectl.md
│   │   ├── portageq.md
│   │   ├── ports.md
│   │   ├── postconf.md
│   │   ├── postfix.md
│   │   ├── poweroff.md
│   │   ├── powerprofilesctl.md
│   │   ├── powerstat.md
│   │   ├── powertop.md
│   │   ├── pridecat.md
│   │   ├── prime-run.md
│   │   ├── print.runmailcap.md
│   │   ├── prlimit.md
│   │   ├── pro.md
│   │   ├── proctl.md
│   │   ├── project-zomboid.md
│   │   ├── protontricks.md
│   │   ├── protonvpn-connect.md
│   │   ├── protonvpn.md
│   │   ├── prt-get.md
│   │   ├── pstoedit.md
│   │   ├── pstree.md
│   │   ├── ptx.md
│   │   ├── ptyxis.md
│   │   ├── pulseaudio-ctl.md
│   │   ├── pulseaudio.md
│   │   ├── pvchange.md
│   │   ├── pvck.md
│   │   ├── pvcreate.md
│   │   ├── pvdisplay.md
│   │   ├── pve-firewall.md
│   │   ├── pveam.md
│   │   ├── pvecm.md
│   │   ├── pveperf.md
│   │   ├── pvesh.md
│   │   ├── pvesm.md
│   │   ├── pveum.md
│   │   ├── pveversion.md
│   │   ├── pvremove.md
│   │   ├── pvs.md
│   │   ├── pvscan.md
│   │   ├── pw-cat.md
│   │   ├── pw-cli.md
│   │   ├── pw-config.md
│   │   ├── pw-container.md
│   │   ├── pw-dot.md
│   │   ├── pw-dump.md
│   │   ├── pw-jack.md
│   │   ├── pw-link.md
│   │   ├── pw-loopback.md
│   │   ├── pw-metadata.md
│   │   ├── pw-mididump.md
│   │   ├── pw-mon.md
│   │   ├── pw-play.md
│   │   ├── pw-profiler.md
│   │   ├── pw-record.md
│   │   ├── pw-reserve.md
│   │   ├── pw-top.md
│   │   ├── pw-v4l2.md
│   │   ├── pwdx.md
│   │   ├── pwn.md
│   │   ├── pyrit.md
│   │   ├── qjoypad.md
│   │   ├── qm-agent.md
│   │   ├── qm-cleanup.md
│   │   ├── qm-clone.md
│   │   ├── qm-cloudinit.md
│   │   ├── qm-config.md
│   │   ├── qm-create.md
│   │   ├── qm-delsnapshot.md
│   │   ├── qm-destroy.md
│   │   ├── qm-disk.md
│   │   ├── qm-guest-exec.md
│   │   ├── qm-guest.md
│   │   ├── qm-help.md
│   │   ├── qm-importdisk.md
│   │   ├── qm-list.md
│   │   ├── qm-listsnapshot.md
│   │   ├── qm-migrate.md
│   │   ├── qm-monitor.md
│   │   ├── qm-move-disk.md
│   │   ├── qm-move_disk.md
│   │   ├── qm-mtunnel.md
│   │   ├── qm-nbdstop.md
│   │   ├── qm-pending.md
│   │   ├── qm-reboot.md
│   │   ├── qm-rescan.md
│   │   ├── qm-reset.md
│   │   ├── qm-resize.md
│   │   ├── qm-resume.md
│   │   ├── qm-rollback.md
│   │   ├── qm-sendkey.md
│   │   ├── qm-set.md
│   │   ├── qm-showcmd.md
│   │   ├── qm-shutdown.md
│   │   ├── qm-snapshot.md
│   │   ├── qm-start.md
│   │   ├── qm-status.md
│   │   ├── qm-stop.md
│   │   ├── qm-suspend.md
│   │   ├── qm-template.md
│   │   ├── qm-terminal.md
│   │   ├── qm-unlink.md
│   │   ├── qm-unlock.md
│   │   ├── qm-vncproxy.md
│   │   ├── qm-wait.md
│   │   ├── qm.md
│   │   ├── qmrestore.md
│   │   ├── qrcp.md
│   │   ├── qsub.md
│   │   ├── qtchooser.md
│   │   ├── qtile.md
│   │   ├── quickemu.md
│   │   ├── quickget.md
│   │   ├── quotacheck.md
│   │   ├── radeontop.md
│   │   ├── rankmirrors.md
│   │   ├── raspi-config.md
│   │   ├── raspinfo.md
│   │   ├── raw.md
│   │   ├── rc-service.md
│   │   ├── rc-status.md
│   │   ├── rc-update.md
│   │   ├── rcp.md
│   │   ├── rdesktop.md
│   │   ├── readcd.md
│   │   ├── readelf.md
│   │   ├── readpe.md
│   │   ├── reboot.md
│   │   ├── reflector.md
│   │   ├── register_new_matrix_user.md
│   │   ├── remote-viewer.md
│   │   ├── removepkg.md
│   │   ├── rename.md
│   │   ├── rename.util.md
│   │   ├── renice.md
│   │   ├── repo-add.md
│   │   ├── repo-remove.md
│   │   ├── reportbug.md
│   │   ├── repquota.md
│   │   ├── reptyr.md
│   │   ├── reset.md
│   │   ├── resize.md
│   │   ├── resize2fs.md
│   │   ├── resolvectl.md
│   │   ├── resolveip.md
│   │   ├── restorecon.md
│   │   ├── restorecond.md
│   │   ├── retroarch.md
│   │   ├── rev.md
│   │   ├── rexec.md
│   │   ├── rfkill.md
│   │   ├── rig.md
│   │   ├── ripmime.md
│   │   ├── rkhunter.md
│   │   ├── rlogin.md
│   │   ├── rmmod.md
│   │   ├── rnm.md
│   │   ├── rofi.md
│   │   ├── rolldice.md
│   │   ├── routel.md
│   │   ├── rpcclient.md
│   │   ├── rpcinfo.md
│   │   ├── rpi-eeprom-update.md
│   │   ├── rpi-otp-private-key.md
│   │   ├── rpicam-hello.md
│   │   ├── rpicam-jpeg.md
│   │   ├── rpicam-raw.md
│   │   ├── rpicam-still.md
│   │   ├── rpicam-vid.md
│   │   ├── rpm-ostree.md
│   │   ├── rpm.md
│   │   ├── rpm2cpio.md
│   │   ├── rpmbuild.md
│   │   ├── rpmconf.md
│   │   ├── rpmkeys.md
│   │   ├── rpmspec.md
│   │   ├── rsh.md
│   │   ├── rspamc.md
│   │   ├── rtcwake.md
│   │   ├── rtmon.md
│   │   ├── rtorrent.md
│   │   ├── ruget.md
│   │   ├── run-mailcap.md
│   │   ├── run0.md
│   │   ├── run_init.md
│   │   ├── runcon.md
│   │   ├── runlevel.md
│   │   ├── runlim.md
│   │   ├── runuser.md
│   │   ├── rusnapshot.md
│   │   ├── sa.md
│   │   ├── sacct.md
│   │   ├── sacctmgr.md
│   │   ├── salloc.md
│   │   ├── sam.md
│   │   ├── sar.md
│   │   ├── sattach.md
│   │   ├── sbatch.md
│   │   ├── sbcast.md
│   │   ├── sbctl.md
│   │   ├── scancel.md
│   │   ├── scanimage.md
│   │   ├── schroot.md
│   │   ├── scontrol.md
│   │   ├── screenkey.md
│   │   ├── script.md
│   │   ├── scriptlive.md
│   │   ├── scriptreplay.md
│   │   ├── scrontab.md
│   │   ├── scrot.md
│   │   ├── scrun.md
│   │   ├── sdiag.md
│   │   ├── sealert.md
│   │   ├── secon.md
│   │   ├── secret-tool.md
│   │   ├── sed.md
│   │   ├── see.md
│   │   ├── selinuxenabled.md
│   │   ├── semanage-boolean.md
│   │   ├── semanage-fcontext.md
│   │   ├── semanage-interface.md
│   │   ├── semanage-login.md
│   │   ├── semanage-permissive.md
│   │   ├── semanage-port.md
│   │   ├── semanage-user.md
│   │   ├── semanage.md
│   │   ├── semodule.md
│   │   ├── sensible-browser.md
│   │   ├── sensible-editor.md
│   │   ├── sensors.md
│   │   ├── service.md
│   │   ├── sesearch.md
│   │   ├── sestatus.md
│   │   ├── setarch.md
│   │   ├── setcap.md
│   │   ├── setenforce.md
│   │   ├── setfacl.md
│   │   ├── setfattr.md
│   │   ├── setfiles.md
│   │   ├── setfont.md
│   │   ├── setsebool.md
│   │   ├── setserial.md
│   │   ├── setsid.md
│   │   ├── setxkbmap.md
│   │   ├── sfdisk.md
│   │   ├── sfill.md
│   │   ├── sh5util.md
│   │   ├── shar.md
│   │   ├── shiny-mirrors.md
│   │   ├── shnsplit.md
│   │   ├── shntool-split.md
│   │   ├── showkey.md
│   │   ├── shutdown.md
│   │   ├── sic.md
│   │   ├── silentcast.md
│   │   ├── sinfo.md
│   │   ├── size.md
│   │   ├── slabtop.md
│   │   ├── slapt-get.md
│   │   ├── slapt-src.md
│   │   ├── sleep.md
│   │   ├── slop.md
│   │   ├── slurmctld.md
│   │   ├── slurmd.md
│   │   ├── slurmdbd.md
│   │   ├── slurmrestd.md
│   │   ├── slurmstepd.md
│   │   ├── slurp.md
│   │   ├── sm.md
│   │   ├── smbcacls.md
│   │   ├── smbget.md
│   │   ├── smbnetfs.md
│   │   ├── smbpasswd.md
│   │   ├── smem.md
│   │   ├── snake4.md
│   │   ├── snake4scores.md
│   │   ├── snap.esa.md
│   │   ├── snap.md
│   │   ├── snap.pkg.md
│   │   ├── snapper.md
│   │   ├── sockstat.md
│   │   ├── spa-acp-tool.md
│   │   ├── spa-inspect.md
│   │   ├── spa-json-dump.md
│   │   ├── spa-resample.md
│   │   ├── speaker-test.md
│   │   ├── spectre-meltdown-checker.md
│   │   ├── speedometer.md
│   │   ├── speedread.md
│   │   ├── spi.md
│   │   ├── sport.md
│   │   ├── sprio.md
│   │   ├── sprof.md
│   │   ├── sqfscat.md
│   │   ├── sqfstar.md
│   │   ├── squeue.md
│   │   ├── sreport.md
│   │   ├── srun.md
│   │   ├── ss.md
│   │   ├── sshare.md
│   │   ├── sslstrip.md
│   │   ├── sstat.md
│   │   ├── st.1.md
│   │   ├── st.md
│   │   ├── startx.md
│   │   ├── steamos-add-to-steam.md
│   │   ├── steamos-boot-install.md
│   │   ├── steamos-chroot.md
│   │   ├── steamos-devmode.md
│   │   ├── steamos-dump-info.md
│   │   ├── steamos-factory-reset-config.md
│   │   ├── steamos-factory-reset.md
│   │   ├── steamos-finalize-install.md
│   │   ├── steamos-readonly.md
│   │   ├── steamos-select-branch.md
│   │   ├── steamos-session-select.md
│   │   ├── steamos-update.md
│   │   ├── steamosctl.md
│   │   ├── steghide.md
│   │   ├── stegsnow.md
│   │   ├── strace.md
│   │   ├── stratis.md
│   │   ├── stress.md
│   │   ├── strigger.md
│   │   ├── strip.md
│   │   ├── su.md
│   │   ├── sulogin.md
│   │   ├── sview.md
│   │   ├── swaks.md
│   │   ├── swaplabel.md
│   │   ├── swapoff.md
│   │   ├── swapon.md
│   │   ├── switch_root.md
│   │   ├── swupd.md
│   │   ├── swww.md
│   │   ├── sxiv.md
│   │   ├── synopkg.md
│   │   ├── synoupgrade.md
│   │   ├── sysctl.md
│   │   ├── sysdig.md
│   │   ├── systemctl-add-requires.md
│   │   ├── systemctl-add-wants.md
│   │   ├── systemctl-bind.md
│   │   ├── systemctl-cancel.md
│   │   ├── systemctl-cat.md
│   │   ├── systemctl-condreload.md
│   │   ├── systemctl-condrestart.md
│   │   ├── systemctl-condstop.md
│   │   ├── systemctl-daemon-reexec.md
│   │   ├── systemctl-daemon-reload.md
│   │   ├── systemctl-default.md
│   │   ├── systemctl-disable.md
│   │   ├── systemctl-edit.md
│   │   ├── systemctl-emergency.md
│   │   ├── systemctl-enable.md
│   │   ├── systemctl-exit.md
│   │   ├── systemctl-force-reload.md
│   │   ├── systemctl-freeze.md
│   │   ├── systemctl-get-default.md
│   │   ├── systemctl-halt.md
│   │   ├── systemctl-help.md
│   │   ├── systemctl-hibernate.md
│   │   ├── systemctl-hybrid-sleep.md
│   │   ├── systemctl-import-environment.md
│   │   ├── systemctl-is-active.md
│   │   ├── systemctl-is-enabled.md
│   │   ├── systemctl-is-failed.md
│   │   ├── systemctl-is-system-running.md
│   │   ├── systemctl-isolate.md
│   │   ├── systemctl-kexec.md
│   │   ├── systemctl-kill.md
│   │   ├── systemctl-link.md
│   │   ├── systemctl-list-automounts.md
│   │   ├── systemctl-list-dependencies.md
│   │   ├── systemctl-list-jobs.md
│   │   ├── systemctl-list-machines.md
│   │   ├── systemctl-list-paths.md
│   │   ├── systemctl-list-sockets.md
│   │   ├── systemctl-list-timers.md
│   │   ├── systemctl-list-unit-files.md
│   │   ├── systemctl-list-units.md
│   │   ├── systemctl-log-level.md
│   │   ├── systemctl-log-target.md
│   │   ├── systemctl-mask.md
│   │   ├── systemctl-mount-image.md
│   │   ├── systemctl-poweroff.md
│   │   ├── systemctl-preset-all.md
│   │   ├── systemctl-preset.md
│   │   ├── systemctl-reboot.md
│   │   ├── systemctl-reenable.md
│   │   ├── systemctl-reload-or-restart.md
│   │   ├── systemctl-reload-or-try-restart.md
│   │   ├── systemctl-reload.md
│   │   ├── systemctl-rescue.md
│   │   ├── systemctl-reset-failed.md
│   │   ├── systemctl-restart.md
│   │   ├── systemctl-revert.md
│   │   ├── systemctl-service-log-level.md
│   │   ├── systemctl-service-log-target.md
│   │   ├── systemctl-service-watchdogs.md
│   │   ├── systemctl-set-default.md
│   │   ├── systemctl-set-environment.md
│   │   ├── systemctl-set-property.md
│   │   ├── systemctl-show-environment.md
│   │   ├── systemctl-show.md
│   │   ├── systemctl-soft-reboot.md
│   │   ├── systemctl-start.md
│   │   ├── systemctl-status.md
│   │   ├── systemctl-stop.md
│   │   ├── systemctl-suspend-then-hibernate.md
│   │   ├── systemctl-suspend.md
│   │   ├── systemctl-switch-root.md
│   │   ├── systemctl-thaw.md
│   │   ├── systemctl-try-reload-or-restart.md
│   │   ├── systemctl-try-restart.md
│   │   ├── systemctl-unmask.md
│   │   ├── systemctl-unset-environment.md
│   │   ├── systemctl-whoami.md
│   │   ├── systemctl.md
│   │   ├── systemd-ac-power.md
│   │   ├── systemd-analyze.md
│   │   ├── systemd-ask-password.md
│   │   ├── systemd-cat.md
│   │   ├── systemd-cgls.md
│   │   ├── systemd-cgtop.md
│   │   ├── systemd-confext.md
│   │   ├── systemd-creds.md
│   │   ├── systemd-cryptenroll.md
│   │   ├── systemd-cryptsetup.md
│   │   ├── systemd-delta.md
│   │   ├── systemd-detect-virt.md
│   │   ├── systemd-dissect.md
│   │   ├── systemd-escape.md
│   │   ├── systemd-firstboot.md
│   │   ├── systemd-hwdb.md
│   │   ├── systemd-id128.md
│   │   ├── systemd-inhibit.md
│   │   ├── systemd-machine-id-setup.md
│   │   ├── systemd-mount.md
│   │   ├── systemd-notify.md
│   │   ├── systemd-nspawn.md
│   │   ├── systemd-path.md
│   │   ├── systemd-repart.md
│   │   ├── systemd-resolve.md
│   │   ├── systemd-run.md
│   │   ├── systemd-socket-activate.md
│   │   ├── systemd-stdio-bridge.md
│   │   ├── systemd-sysext.md
│   │   ├── systemd-sysusers.md
│   │   ├── systemd-tmpfiles.md
│   │   ├── systemd-tty-ask-password-agent.md
│   │   ├── systemd-umount.md
│   │   ├── systemsettings.md
│   │   ├── systool.md
│   │   ├── tailf.md
│   │   ├── talk.md
│   │   ├── taskset.md
│   │   ├── tc.md
│   │   ├── tcpflow.md
│   │   ├── tcpick.md
│   │   ├── tcpkill.md
│   │   ├── tcptraceroute.md
│   │   ├── telinit.md
│   │   ├── terminator.md
│   │   ├── termshark.md
│   │   ├── termusic.md
│   │   ├── terraria.md
│   │   ├── tftp.md
│   │   ├── thunar.md
│   │   ├── tic.md
│   │   ├── timedatectl.md
│   │   ├── timeshift.md
│   │   ├── tlp-stat.md
│   │   ├── tlp.md
│   │   ├── tmt-run.md
│   │   ├── tmt-try.md
│   │   ├── tmt.md
│   │   ├── tod.md
│   │   ├── togglesebool.md
│   │   ├── toilet.md
│   │   ├── tomb.md
│   │   ├── toolbox-create.md
│   │   ├── toolbox-enter.md
│   │   ├── toolbox-help.md
│   │   ├── toolbox-init-container.md
│   │   ├── toolbox-list.md
│   │   ├── toolbox-rm.md
│   │   ├── toolbox-rmi.md
│   │   ├── toolbox-run.md
│   │   ├── toolbox.md
│   │   ├── top.md
│   │   ├── tor.md
│   │   ├── torify.md
│   │   ├── torsocks.md
│   │   ├── toybox.md
│   │   ├── trace-cmd-list.md
│   │   ├── trace-cmd-record.md
│   │   ├── trace-cmd-report.md
│   │   ├── trace-cmd.md
│   │   ├── tracepath.md
│   │   ├── trap.md
│   │   ├── trash-empty.md
│   │   ├── trash-list.md
│   │   ├── trash-put.md
│   │   ├── trash-restore.md
│   │   ├── trash-rm.md
│   │   ├── trash.md
│   │   ├── trashy.md
│   │   ├── trayer.md
│   │   ├── treetime.md
│   │   ├── trizen.md
│   │   ├── trust.md
│   │   ├── tshark.md
│   │   ├── ttyplot.md
│   │   ├── tune.exfat.md
│   │   ├── tune2fs.md
│   │   ├── tuned-adm.md
│   │   ├── tunelp.md
│   │   ├── turbostat.md
│   │   ├── tuxi.md
│   │   ├── tzselect.md
│   │   ├── ubuntu-bug.md
│   │   ├── ubuntu-drivers.md
│   │   ├── ubuntu-security-status.md
│   │   ├── ubus.md
│   │   ├── uci.md
│   │   ├── udevadm.md
│   │   ├── udevmon.md
│   │   ├── udiskie-dmenu.md
│   │   ├── udiskie-mount.md
│   │   ├── udiskie-umount.md
│   │   ├── udiskie.md
│   │   ├── udisksctl.md
│   │   ├── ufw.md
│   │   ├── uinput.md
│   │   ├── ul.md
│   │   ├── umount.md
│   │   ├── uname26.md
│   │   ├── uncompress.md
│   │   ├── unix2dos.md
│   │   ├── unix2mac.md
│   │   ├── unmount.md
│   │   ├── unopkg.md
│   │   ├── unrtf.md
│   │   ├── unshadow.md
│   │   ├── unshare.md
│   │   ├── unsquashfs.md
│   │   ├── unzipsfx.md
│   │   ├── update-alternatives.md
│   │   ├── update-ca-certificates.md
│   │   ├── update-grub.md
│   │   ├── update-initramfs.md
│   │   ├── update-rc.d.md
│   │   ├── updatectl.md
│   │   ├── updatedb.md
│   │   ├── updpkgsums.md
│   │   ├── upgradepkg.md
│   │   ├── upnpc.md
│   │   ├── upower.md
│   │   ├── uprecords.md
│   │   ├── urpme.md
│   │   ├── urpmf.md
│   │   ├── urpmi.addmedia.md
│   │   ├── urpmi.md
│   │   ├── urpmi.removemedia.md
│   │   ├── urpmi.update.md
│   │   ├── urpmq.md
│   │   ├── urxvt.md
│   │   ├── usbip.md
│   │   ├── useradd.md
│   │   ├── userdbctl.md
│   │   ├── userdel.md
│   │   ├── usermod.md
│   │   ├── utmpdump.md
│   │   ├── uuid.md
│   │   ├── uuidd.md
│   │   ├── uuidgen.md
│   │   ├── uuidparse.md
│   │   ├── uvcdynctrl.md
│   │   ├── v4l2-ctl.md
│   │   ├── valheim.md
│   │   ├── vcgencmd.md
│   │   ├── ventoy.md
│   │   ├── veracrypt.md
│   │   ├── vgcfgbackup.md
│   │   ├── vgcfgrestore.md
│   │   ├── vgchange.md
│   │   ├── vgcreate.md
│   │   ├── vgdisplay.md
│   │   ├── vgextend.md
│   │   ├── vgremove.md
│   │   ├── vgs.md
│   │   ├── vgscan.md
│   │   ├── viewnior.md
│   │   ├── vigr.md
│   │   ├── vipw.md
│   │   ├── virt-clone.md
│   │   ├── virt-install.md
│   │   ├── virt-manager.md
│   │   ├── virt-qemu-run.md
│   │   ├── virt-sparsify.md
│   │   ├── virt-sysprep.md
│   │   ├── virt-what.md
│   │   ├── virt-xml-validate.md
│   │   ├── virt-xml.md
│   │   ├── vivaldi-stable.md
│   │   ├── vkpurge.md
│   │   ├── vlock.md
│   │   ├── vmstat.md
│   │   ├── vmware-checkvm.md
│   │   ├── vncserver.md
│   │   ├── vncviewer.md
│   │   ├── vnstat.md
│   │   ├── vnstati.md
│   │   ├── vpnc.md
│   │   ├── vrms.md
│   │   ├── vso.md
│   │   ├── vzdump.md
│   │   ├── waitpid.md
│   │   ├── wajig.md
│   │   ├── wal-telegram.md
│   │   ├── wall.md
│   │   ├── wami.md
│   │   ├── warpd.md
│   │   ├── waydroid.md
│   │   ├── waypipe.md
│   │   ├── wdctl.md
│   │   ├── wev.md
│   │   ├── wf-recorder.md
│   │   ├── wg-quick.md
│   │   ├── wg.md
│   │   ├── whatis.md
│   │   ├── whereis.md
│   │   ├── whiptail.md
│   │   ├── wifi-menu.md
│   │   ├── wine.md
│   │   ├── winetricks.md
│   │   ├── wipefs.md
│   │   ├── wireplumber.md
│   │   ├── wl-copy.md
│   │   ├── wl-paste.md
│   │   ├── wmctrl.md
│   │   ├── wodim.md
│   │   ├── woeusb.md
│   │   ├── wofi.md
│   │   ├── wol.md
│   │   ├── wpa_cli.md
│   │   ├── wpa_passphrase.md
│   │   ├── wpctl.md
│   │   ├── wpexec.md
│   │   ├── write.md
│   │   ├── wtf.md
│   │   ├── wtype.md
│   │   ├── x0vncserver.md
│   │   ├── x11vnc.md
│   │   ├── x86_64.md
│   │   ├── xauth.md
│   │   ├── xbacklight.md
│   │   ├── xbps-install.md
│   │   ├── xbps-query.md
│   │   ├── xbps-remove.md
│   │   ├── xbps.md
│   │   ├── xclip.md
│   │   ├── xclock.md
│   │   ├── xcowsay.md
│   │   ├── xcursorgen.md
│   │   ├── xdg-desktop-menu.md
│   │   ├── xdg-mime.md
│   │   ├── xdg-open.md
│   │   ├── xdg-settings.md
│   │   ├── xdg-user-dir.md
│   │   ├── xdg-user-dirs-update.md
│   │   ├── xdotool.md
│   │   ├── xdp-filter.md
│   │   ├── xed.md
│   │   ├── xeyes.md
│   │   ├── xfce4-screenshooter.md
│   │   ├── xfce4-terminal.md
│   │   ├── xfreerdp.md
│   │   ├── xfs_admin.md
│   │   ├── xfs_repair.md
│   │   ├── xhost.md
│   │   ├── xinput.md
│   │   ├── xman.md
│   │   ├── xmodmap.md
│   │   ├── xmount.md
│   │   ├── xrandr.md
│   │   ├── xrdb.md
│   │   ├── xsel.md
│   │   ├── xset.md
│   │   ├── xsetwacom.md
│   │   ├── xterm.md
│   │   ├── xtrlock.md
│   │   ├── xvfb-run.md
│   │   ├── xwinwrap.md
│   │   ├── xxhsum.md
│   │   ├── yad.md
│   │   ├── yakuake.md
│   │   ├── yaourt.md
│   │   ├── yay.md
│   │   ├── ydotool.md
│   │   ├── yetris.md
│   │   ├── yplan.md
│   │   ├── ytfzf.md
│   │   ├── yum-config-manager.md
│   │   ├── yum.md
│   │   ├── yumdownloader.md
│   │   ├── zathura.md
│   │   ├── zbarcam.md
│   │   ├── zdump.md
│   │   ├── zenity.md
│   │   ├── zforce.md
│   │   ├── zic.md
│   │   ├── zile.md
│   │   ├── zipsplit.md
│   │   ├── znc.md
│   │   ├── zramctl.md
│   │   ├── zsync.md
│   │   └── zypper.md
│   ├── netbsd/
│   │   ├── cal.md
│   │   ├── chfn.md
│   │   ├── chpass.md
│   │   ├── chsh.md
│   │   ├── df.md
│   │   ├── pkgin.md
│   │   ├── sed.md
│   │   └── sockstat.md
│   ├── openbsd/
│   │   ├── cal.md
│   │   ├── chfn.md
│   │   ├── chpass.md
│   │   ├── chsh.md
│   │   ├── df.md
│   │   ├── pkg.md
│   │   ├── pkg_add.md
│   │   ├── pkg_delete.md
│   │   ├── pkg_info.md
│   │   └── sed.md
│   ├── osx/
│   │   ├── aa.md
│   │   ├── afinfo.md
│   │   ├── afplay.md
│   │   ├── aiac.md
│   │   ├── airport.md
│   │   ├── airportd.md
│   │   ├── apachectl.md
│   │   ├── applecamerad.md
│   │   ├── appsleepd.md
│   │   ├── arch.md
│   │   ├── archey.md
│   │   ├── as.md
│   │   ├── asr.md
│   │   ├── autofsd.md
│   │   ├── automount.md
│   │   ├── automountd.md
│   │   ├── autoraise.md
│   │   ├── auvaltool.md
│   │   ├── avbdeviced.md
│   │   ├── backupd.md
│   │   ├── base64.md
│   │   ├── bc.md
│   │   ├── bclm.md
│   │   ├── biomesyncd.md
│   │   ├── biometrickitd.md
│   │   ├── bird.md
│   │   ├── bless.md
│   │   ├── bnepd.md
│   │   ├── brightness.md
│   │   ├── caffeinate.md
│   │   ├── cal.md
│   │   ├── carthage.md
│   │   ├── cat.md
│   │   ├── cfprefsd.md
│   │   ├── chflags.md
│   │   ├── chpass.md
│   │   ├── cloudd.md
│   │   ├── cloudphotod.md
│   │   ├── codesign.md
│   │   ├── contactsd.md
│   │   ├── coreaudiod.md
│   │   ├── coreautha.md
│   │   ├── coreauthd.md
│   │   ├── corebrightnessd.md
│   │   ├── coredatad.md
│   │   ├── cot.md
│   │   ├── csrutil.md
│   │   ├── csshx.md
│   │   ├── ctkd.md
│   │   ├── cut.md
│   │   ├── cvfsck.md
│   │   ├── dark-mode.md
│   │   ├── darwin-rebuild.md
│   │   ├── date.md
│   │   ├── dd.md
│   │   ├── defaults.md
│   │   ├── deleted.md
│   │   ├── df.md
│   │   ├── dhcp6d.md
│   │   ├── diskutil-partitiondisk.md
│   │   ├── diskutil.md
│   │   ├── distnoted.md
│   │   ├── ditto.md
│   │   ├── dmesg.md
│   │   ├── dockutil.md
│   │   ├── dot_clean.md
│   │   ├── drutil.md
│   │   ├── dtrace.md
│   │   ├── du.md
│   │   ├── duti.md
│   │   ├── emond.md
│   │   ├── fdesetup.md
│   │   ├── filecoordinationd.md
│   │   ├── fileicon.md
│   │   ├── fontd.md
│   │   ├── fsck.md
│   │   ├── ftxdiff.md
│   │   ├── fuser.md
│   │   ├── g[.md
│   │   ├── gb2sum.md
│   │   ├── gbase32.md
│   │   ├── gbase64.md
│   │   ├── gbasename.md
│   │   ├── gbasenc.md
│   │   ├── gcat.md
│   │   ├── gchcon.md
│   │   ├── gchgrp.md
│   │   ├── gchmod.md
│   │   ├── gchown.md
│   │   ├── gchroot.md
│   │   ├── gcksum.md
│   │   ├── gcomm.md
│   │   ├── gcp.md
│   │   ├── gcrane-completion.md
│   │   ├── gcsplit.md
│   │   ├── gcut.md
│   │   ├── gdate.md
│   │   ├── gdd.md
│   │   ├── gdf.md
│   │   ├── gdir.md
│   │   ├── gdircolors.md
│   │   ├── gdirname.md
│   │   ├── gdnsdomainname.md
│   │   ├── gecho.md
│   │   ├── ged.md
│   │   ├── gegrep.md
│   │   ├── genv.md
│   │   ├── getfileinfo.md
│   │   ├── gexpand.md
│   │   ├── gexpr.md
│   │   ├── gfactor.md
│   │   ├── gfalse.md
│   │   ├── gfgrep.md
│   │   ├── gfind.md
│   │   ├── gfmt.md
│   │   ├── gfold.md
│   │   ├── gftp.md
│   │   ├── ggrep.md
│   │   ├── ggroups.md
│   │   ├── ghead.md
│   │   ├── ghostid.md
│   │   ├── ghostname.md
│   │   ├── gid.md
│   │   ├── gifconfig.md
│   │   ├── gindent.md
│   │   ├── ginstall.md
│   │   ├── gjoin.md
│   │   ├── gkill.md
│   │   ├── glibtool.md
│   │   ├── glibtoolize.md
│   │   ├── glink.md
│   │   ├── gln.md
│   │   ├── glocate.md
│   │   ├── glogger.md
│   │   ├── glogname.md
│   │   ├── gls.md
│   │   ├── gmake.md
│   │   ├── gmd5sum.md
│   │   ├── gmkdir.md
│   │   ├── gmkfifo.md
│   │   ├── gmknod.md
│   │   ├── gmktemp.md
│   │   ├── gmv.md
│   │   ├── gnice.md
│   │   ├── gnl.md
│   │   ├── gnohup.md
│   │   ├── gnproc.md
│   │   ├── gnumfmt.md
│   │   ├── god.md
│   │   ├── goku.md
│   │   ├── gpaste.md
│   │   ├── gpathchk.md
│   │   ├── gping.md
│   │   ├── gping6.md
│   │   ├── gpinky.md
│   │   ├── gpr.md
│   │   ├── gprintenv.md
│   │   ├── gprintf.md
│   │   ├── gptx.md
│   │   ├── gpwd.md
│   │   ├── grcp.md
│   │   ├── greadlink.md
│   │   ├── grealpath.md
│   │   ├── grexec.md
│   │   ├── grlogin.md
│   │   ├── grm.md
│   │   ├── grmdir.md
│   │   ├── grsh.md
│   │   ├── gruncon.md
│   │   ├── gsed.md
│   │   ├── gseq.md
│   │   ├── gsha1sum.md
│   │   ├── gsha224sum.md
│   │   ├── gsha256sum.md
│   │   ├── gsha384sum.md
│   │   ├── gsha512sum.md
│   │   ├── gshred.md
│   │   ├── gshuf.md
│   │   ├── gsleep.md
│   │   ├── gsort.md
│   │   ├── gsplit.md
│   │   ├── gstat.md
│   │   ├── gstdbuf.md
│   │   ├── gstty.md
│   │   ├── gsum.md
│   │   ├── gsync.md
│   │   ├── gtac.md
│   │   ├── gtail.md
│   │   ├── gtalk.md
│   │   ├── gtar.md
│   │   ├── gtee.md
│   │   ├── gtelnet.md
│   │   ├── gtest.md
│   │   ├── gtftp.md
│   │   ├── gtime.md
│   │   ├── gtimeout.md
│   │   ├── gtouch.md
│   │   ├── gtr.md
│   │   ├── gtraceroute.md
│   │   ├── gtrue.md
│   │   ├── gtruncate.md
│   │   ├── gtsort.md
│   │   ├── gtty.md
│   │   ├── guname.md
│   │   ├── gunexpand.md
│   │   ├── guniq.md
│   │   ├── gunits.md
│   │   ├── gunlink.md
│   │   ├── gupdatedb.md
│   │   ├── guptime.md
│   │   ├── gusers.md
│   │   ├── gvdir.md
│   │   ├── gwc.md
│   │   ├── gwhich.md
│   │   ├── gwho.md
│   │   ├── gwhoami.md
│   │   ├── gwhois.md
│   │   ├── gxargs.md
│   │   ├── gyes.md
│   │   ├── hdiutil.md
│   │   ├── head.md
│   │   ├── herd-list.md
│   │   ├── herd.md
│   │   ├── hidd.md
│   │   ├── icalbuddy.md
│   │   ├── indent.md
│   │   ├── internetsharing.md
│   │   ├── iostat.md
│   │   ├── ipconfig.md
│   │   ├── istats.md
│   │   ├── java_home.md
│   │   ├── kmutil.md
│   │   ├── launchctl.md
│   │   ├── launchd.md
│   │   ├── lipo.md
│   │   ├── lldb.md
│   │   ├── llvm-lipo.md
│   │   ├── locate.md
│   │   ├── log.md
│   │   ├── look.md
│   │   ├── lpstat.md
│   │   ├── lsappinfo.md
│   │   ├── m.md
│   │   ├── mac-cleanup.md
│   │   ├── machine.md
│   │   ├── mas.md
│   │   ├── mate.md
│   │   ├── md5.md
│   │   ├── mdfind.md
│   │   ├── mdls.md
│   │   ├── mdutil.md
│   │   ├── mist.md
│   │   ├── mktemp.md
│   │   ├── mo.md
│   │   ├── mole.md
│   │   ├── mysides.md
│   │   ├── netstat.md
│   │   ├── nettop.md
│   │   ├── networkquality.md
│   │   ├── networksetup.md
│   │   ├── nfcd.md
│   │   ├── notifyd.md
│   │   ├── nvram.md
│   │   ├── ocspd.md
│   │   ├── open.md
│   │   ├── opensnoop.md
│   │   ├── orb.md
│   │   ├── osascript.md
│   │   ├── pbcopy.md
│   │   ├── pbpaste.md
│   │   ├── photoanalysisd.md
│   │   ├── photolibraryd.md
│   │   ├── ping.md
│   │   ├── pkgutil.md
│   │   ├── plutil.md
│   │   ├── pmset.md
│   │   ├── pod.md
│   │   ├── port.md
│   │   ├── ps.md
│   │   ├── qlmanage.md
│   │   ├── rargs.md
│   │   ├── reboot.md
│   │   ├── rev.md
│   │   ├── route.md
│   │   ├── safeejectgpu.md
│   │   ├── say.md
│   │   ├── screencapture.md
│   │   ├── scutil.md
│   │   ├── sdef.md
│   │   ├── secd.md
│   │   ├── security.md
│   │   ├── securityd.md
│   │   ├── sed.md
│   │   ├── setfile.md
│   │   ├── shortcuts.md
│   │   ├── shuf.md
│   │   ├── shutdown.md
│   │   ├── signal.md
│   │   ├── sips.md
│   │   ├── sntp.md
│   │   ├── sntpd.md
│   │   ├── softwareupdate.md
│   │   ├── spctl.md
│   │   ├── split.md
│   │   ├── spotify.md
│   │   ├── stat.md
│   │   ├── sw_vers.md
│   │   ├── symptomsd.md
│   │   ├── sysctl.md
│   │   ├── system_profiler.md
│   │   ├── systemsetup.md
│   │   ├── systemsoundserverd.md
│   │   ├── tag.md
│   │   ├── tail.md
│   │   ├── tart.md
│   │   ├── tccutil.md
│   │   ├── terminal-notifier.md
│   │   ├── textutil.md
│   │   ├── timed.md
│   │   ├── tmutil.md
│   │   ├── top.md
│   │   ├── translationd.md
│   │   ├── trash.md
│   │   ├── uname.md
│   │   ├── universalaccessd.md
│   │   ├── uptime.md
│   │   ├── usernoted.md
│   │   ├── uuidgen.md
│   │   ├── valet.md
│   │   ├── vm_stat.md
│   │   ├── vpnd.md
│   │   ├── w.md
│   │   ├── wacaw.md
│   │   ├── warmd.md
│   │   ├── watchdogd.md
│   │   ├── watchlistd.md
│   │   ├── wc.md
│   │   ├── webinspectord.md
│   │   ├── whatis.md
│   │   ├── wifi-password.md
│   │   ├── wifivelocityd.md
│   │   ├── wps.md
│   │   ├── wwand.md
│   │   ├── xartstorageremoted.md
│   │   ├── xattr.md
│   │   ├── xcode-select.md
│   │   ├── xcodebuild.md
│   │   ├── xcodes-runtimes.md
│   │   ├── xcodes.md
│   │   ├── xcrun.md
│   │   ├── xctool.md
│   │   ├── xed.md
│   │   ├── xip.md
│   │   ├── xml2man.md
│   │   ├── xsand.md
│   │   ├── xsltproc.md
│   │   ├── yaa.md
│   │   └── yabai.md
│   ├── sunos/
│   │   ├── devfsadm.md
│   │   ├── dmesg.md
│   │   ├── prctl.md
│   │   ├── prstat.md
│   │   ├── share.md
│   │   ├── snoop.md
│   │   ├── svcadm.md
│   │   ├── svccfg.md
│   │   ├── svcs.md
│   │   ├── truss.md
│   │   └── zoneadm.md
│   └── windows/
│       ├── add-appxpackage.md
│       ├── assoc.md
│       ├── attrib.md
│       ├── bcdboot.md
│       ├── bleachbit.md
│       ├── bleachbit_console.md
│       ├── cd.md
│       ├── certutil.md
│       ├── chdir.md
│       ├── chkdsk.md
│       ├── choco-apikey.md
│       ├── choco-feature.md
│       ├── choco-info.md
│       ├── choco-install.md
│       ├── choco-list.md
│       ├── choco-new.md
│       ├── choco-outdated.md
│       ├── choco-pack.md
│       ├── choco-pin.md
│       ├── choco-push.md
│       ├── choco-search.md
│       ├── choco-source.md
│       ├── choco-uninstall.md
│       ├── choco-upgrade.md
│       ├── choco.md
│       ├── choice.md
│       ├── chrome.md
│       ├── chromium.md
│       ├── cinst.md
│       ├── cipher.md
│       ├── cl.md
│       ├── cleanmgr.md
│       ├── clear-history.md
│       ├── clear-host.md
│       ├── clear-recyclebin.md
│       ├── clear.md
│       ├── clhy.md
│       ├── clip.md
│       ├── clist.md
│       ├── cls.md
│       ├── cmd.md
│       ├── cmdkey.md
│       ├── cmstp.md
│       ├── color.md
│       ├── comp.md
│       ├── compress-archive.md
│       ├── copy.md
│       ├── cpush.md
│       ├── cuninst.md
│       ├── curl.md
│       ├── date.md
│       ├── del.md
│       ├── dir.md
│       ├── diskpart.md
│       ├── doskey.md
│       ├── driverquery.md
│       ├── enable-pnpdevice.md
│       ├── es.md
│       ├── eventcreate.md
│       ├── exit.md
│       ├── expand-archive.md
│       ├── expand.md
│       ├── explorer.md
│       ├── fc.md
│       ├── find.md
│       ├── findstr.md
│       ├── finger.md
│       ├── fondue.md
│       ├── for.md
│       ├── forfiles.md
│       ├── fsutil.md
│       ├── ftp.md
│       ├── ftype.md
│       ├── gal.md
│       ├── gcb.md
│       ├── gcrane-completion.md
│       ├── get-acl.md
│       ├── get-alias.md
│       ├── get-childitem.md
│       ├── get-clipboard.md
│       ├── get-command.md
│       ├── get-content.md
│       ├── get-date.md
│       ├── get-dedupproperties.md
│       ├── get-filehash.md
│       ├── get-help.md
│       ├── get-history.md
│       ├── get-location.md
│       ├── get-wuapiversion.md
│       ├── get-wuhistory.md
│       ├── get-wusettings.md
│       ├── getmac.md
│       ├── ghy.md
│       ├── gl.md
│       ├── gpupdate.md
│       ├── h.md
│       ├── history.md
│       ├── if.md
│       ├── install-module.md
│       ├── invoke-item.md
│       ├── invoke-webrequest.md
│       ├── ipconfig.md
│       ├── iscc.md
│       ├── iwr.md
│       ├── lib.md
│       ├── logoff.md
│       ├── measure-command.md
│       ├── measure-object.md
│       ├── mi.md
│       ├── microsoft-edge.md
│       ├── mimikatz-crypto.md
│       ├── mimikatz-dpapi.md
│       ├── mimikatz-event.md
│       ├── mimikatz-kerberos.md
│       ├── mimikatz-lsadump.md
│       ├── mimikatz-misc.md
│       ├── mimikatz-net.md
│       ├── mimikatz-privilege.md
│       ├── mimikatz-process.md
│       ├── mimikatz-sekurlsa.md
│       ├── mimikatz-service.md
│       ├── mimikatz-standard.md
│       ├── mimikatz-token.md
│       ├── mimikatz-vault.md
│       ├── mimikatz.md
│       ├── mkdir.md
│       ├── mklink.md
│       ├── more.md
│       ├── mount.md
│       ├── move-item.md
│       ├── move.md
│       ├── msedge.md
│       ├── msg.md
│       ├── msiexec.md
│       ├── mv.md
│       ├── net.md
│       ├── netsh-interface-portproxy.md
│       ├── netsh-wlan.md
│       ├── netsh.md
│       ├── netstat.md
│       ├── new-item.md
│       ├── nfsstat.md
│       ├── ni.md
│       ├── nmake.md
│       ├── nvm.md
│       ├── octo.md
│       ├── ospp.vbs.md
│       ├── out-string.md
│       ├── pabcnetcclear.md
│       ├── path.md
│       ├── pathping.md
│       ├── ping.md
│       ├── pipwin.md
│       ├── pnputil.md
│       ├── popd.md
│       ├── powercfg.md
│       ├── powershell.md
│       ├── print.win.md
│       ├── prompt.md
│       ├── psexec.md
│       ├── psping.md
│       ├── psversiontable.md
│       ├── pswindowsupdate.md
│       ├── pushd.md
│       ├── pwd.md
│       ├── pwlauncher.md
│       ├── pwsh-where.md
│       ├── py.md
│       ├── query.md
│       ├── rd.md
│       ├── rdpsign.md
│       ├── reg-add.md
│       ├── reg-compare.md
│       ├── reg-copy.md
│       ├── reg-delete.md
│       ├── reg-export.md
│       ├── reg-import.md
│       ├── reg-load.md
│       ├── reg-query.md
│       ├── reg-restore.md
│       ├── reg-save.md
│       ├── reg-unload.md
│       ├── reg.md
│       ├── remove-appxpackage.md
│       ├── remove-item.md
│       ├── ren.md
│       ├── rename-item.md
│       ├── repair-bde.md
│       ├── replace.md
│       ├── resolve-path.md
│       ├── ri.md
│       ├── rm.md
│       ├── rmdir.md
│       ├── rni.md
│       ├── robocopy.md
│       ├── rpcinfo.md
│       ├── runas.md
│       ├── sal.md
│       ├── sc.md
│       ├── scb.md
│       ├── scoop-bucket.md
│       ├── scoop.md
│       ├── sdelete.md
│       ├── sdelete64.md
│       ├── select-string.md
│       ├── set-acl.md
│       ├── set-alias.md
│       ├── set-clipboard.md
│       ├── set-date.md
│       ├── set-location.md
│       ├── set-service.md
│       ├── set-volume.md
│       ├── set.md
│       ├── setx.md
│       ├── sfc.md
│       ├── show-markdown.md
│       ├── showmount.md
│       ├── shutdown.md
│       ├── sl.md
│       ├── slmgr.md
│       ├── slmgr.vbs.md
│       ├── sls.md
│       ├── sort-object.md
│       ├── start-service.md
│       ├── stop-service.md
│       ├── subst.md
│       ├── systeminfo.md
│       ├── takeown.md
│       ├── taskkill.md
│       ├── tasklist.md
│       ├── tee-object.md
│       ├── test-json.md
│       ├── test-netconnection.md
│       ├── time.md
│       ├── title.md
│       ├── tracert.md
│       ├── tree.md
│       ├── tskill.md
│       ├── type.md
│       ├── tzutil.md
│       ├── uwfmgr.md
│       ├── vcvarsall.md
│       ├── ventoy.md
│       ├── ventoy2disk.md
│       ├── ver.md
│       ├── virtualboxvm.md
│       ├── vol.md
│       ├── vol.py.md
│       ├── vswhere.md
│       ├── w32tm.md
│       ├── wait-process.md
│       ├── wget.md
│       ├── where-object.md
│       ├── where.md
│       ├── whoami.md
│       ├── winget.md
│       ├── wmic.md
│       ├── wsl-open.md
│       ├── wsl.md
│       └── xcopy.md
├── pages.ar/
│   ├── android/
│   │   └── am.md
│   ├── common/
│   │   ├── $.md
│   │   ├── %.md
│   │   ├── ((.md
│   │   ├── ..md
│   │   ├── 7z.md
│   │   ├── arch.md
│   │   ├── arp.md
│   │   ├── azure-cli.md
│   │   ├── brew-abv.md
│   │   ├── brew-remove.md
│   │   ├── brew-rm.md
│   │   ├── bun-c.md
│   │   ├── bun-i.md
│   │   ├── bun-list.md
│   │   ├── bun-rm.md
│   │   ├── bun-x.md
│   │   ├── bunzip2.md
│   │   ├── bye.md
│   │   ├── bzcat.md
│   │   ├── bzegrep.md
│   │   ├── bzfgrep.md
│   │   ├── c++.md
│   │   ├── cat.md
│   │   ├── cd.md
│   │   ├── chdir.md
│   │   ├── chisel.md
│   │   ├── clang-cpp.md
│   │   ├── clojure.md
│   │   ├── cola.md
│   │   ├── comma.md
│   │   ├── compare.md
│   │   ├── copr.md
│   │   ├── crane-cp.md
│   │   ├── cut.md
│   │   ├── dhclient.md
│   │   ├── docker-commit.md
│   │   ├── docker-container-diff.md
│   │   ├── docker-container-remove.md
│   │   ├── docker-container-rename.md
│   │   ├── docker-container-rm.md
│   │   ├── docker-container-top.md
│   │   ├── docker-cp.md
│   │   ├── docker-diff.md
│   │   ├── docker-exec.md
│   │   ├── docker-images.md
│   │   ├── docker-load.md
│   │   ├── docker-logs.md
│   │   ├── docker-ps.md
│   │   ├── docker-pull.md
│   │   ├── docker-rename.md
│   │   ├── docker-rm.md
│   │   ├── docker-rmi.md
│   │   ├── docker-run.md
│   │   ├── docker-save.md
│   │   ├── docker-slim.md
│   │   ├── docker-start.md
│   │   ├── docker-stats.md
│   │   ├── docker-tag.md
│   │   ├── docker-top.md
│   │   ├── docker-update.md
│   │   ├── docker.md
│   │   ├── doppler.md
│   │   ├── du.md
│   │   ├── dzdo.md
│   │   ├── egrep.md
│   │   ├── fastmod.md
│   │   ├── fdfind.md
│   │   ├── ffmpeg.md
│   │   ├── fgrep.md
│   │   ├── file-rename.md
│   │   ├── find.md
│   │   ├── fossil-ci.md
│   │   ├── fossil-forget.md
│   │   ├── fossil-new.md
│   │   ├── fossil-rm.md
│   │   ├── ftp.md
│   │   ├── fzf.md
│   │   ├── g++.md
│   │   ├── gcc.md
│   │   ├── gdm-binary.md
│   │   ├── getln.md
│   │   ├── gh-a11y.md
│   │   ├── gh-agent.md
│   │   ├── gh-at.md
│   │   ├── gh-cs.md
│   │   ├── gh-rs.md
│   │   ├── git-add.md
│   │   ├── git-continue.md
│   │   ├── git-fetch.md
│   │   ├── git-init.md
│   │   ├── git-pull.md
│   │   ├── git-push.md
│   │   ├── git-stage.md
│   │   ├── git.md
│   │   ├── gnmic-sub.md
│   │   ├── go.md
│   │   ├── gpg.md
│   │   ├── gpg2.md
│   │   ├── grep.md
│   │   ├── gunzip.md
│   │   ├── hd.md
│   │   ├── helix.md
│   │   ├── host.md
│   │   ├── hping.md
│   │   ├── htop.md
│   │   ├── https.md
│   │   ├── huggingface-cli.md
│   │   ├── ic.md
│   │   ├── id.md
│   │   ├── identify.md
│   │   ├── ifconfig.md
│   │   ├── impacket-addcomputer.md
│   │   ├── impacket-getadusers.md
│   │   ├── impacket-getarch.md
│   │   ├── impacket-getnpusers.md
│   │   ├── impacket-gettgt.md
│   │   ├── impacket-getuserspns.md
│   │   ├── impacket-mqtt_check.md
│   │   ├── impacket-mssqlclient.md
│   │   ├── impacket-ntfs-read.md
│   │   ├── impacket-ping.md
│   │   ├── impacket-ping6.md
│   │   ├── impacket-psexec.md
│   │   ├── impacket-rdp_check.md
│   │   ├── impacket-rpcdump.md
│   │   ├── impacket-rpcmap.md
│   │   ├── impacket-sambapipe.md
│   │   ├── impacket-secretsdump.md
│   │   ├── impacket-smbclient.md
│   │   ├── impacket-smbserver.md
│   │   ├── impacket-sniff.md
│   │   ├── impacket-sniffer.md
│   │   ├── impacket-ticketconverter.md
│   │   ├── import.md
│   │   ├── j.md
│   │   ├── jco.md
│   │   ├── jfrog.md
│   │   ├── jira-browse.md
│   │   ├── jira-issues.md
│   │   ├── jira-navigate.md
│   │   ├── jira-projects.md
│   │   ├── jira-sprints.md
│   │   ├── jo.md
│   │   ├── jupyterlab.md
│   │   ├── kafkacat.md
│   │   ├── kill.md
│   │   ├── kite.md
│   │   ├── kr.md
│   │   ├── libreoffice.md
│   │   ├── llvm-ar.md
│   │   ├── llvm-g++.md
│   │   ├── llvm-gcc.md
│   │   ├── llvm-nm.md
│   │   ├── llvm-objdump.md
│   │   ├── llvm-strings.md
│   │   ├── ls.md
│   │   ├── lsof.md
│   │   ├── luantiserver.md
│   │   ├── lzcat.md
│   │   ├── lzcmp.md
│   │   ├── lzdiff.md
│   │   ├── lzegrep.md
│   │   ├── lzfgrep.md
│   │   ├── lzgrep.md
│   │   ├── lzless.md
│   │   ├── lzma.md
│   │   ├── lzmore.md
│   │   ├── mapfile.md
│   │   ├── minetest.md
│   │   ├── minetestserver.md
│   │   ├── mogrify.md
│   │   ├── montage.md
│   │   ├── mpicxx.md
│   │   ├── mpiexec.md
│   │   ├── mscore.md
│   │   ├── msedit.md
│   │   ├── mtr.md
│   │   ├── netcat.md
│   │   ├── netexec.md
│   │   ├── newsboat.md
│   │   ├── nm-classic.md
│   │   ├── node.md
│   │   ├── npm-author.md
│   │   ├── npm-it.md
│   │   ├── npm-list.md
│   │   ├── npm-rb.md
│   │   ├── npm-restart.md
│   │   ├── npm-run-script.md
│   │   ├── npm-start.md
│   │   ├── npm-stop.md
│   │   ├── npm-test.md
│   │   ├── npx.md
│   │   ├── ntl.md
│   │   ├── openai.md
│   │   ├── openssl-req.md
│   │   ├── openssl-x509.md
│   │   ├── openssl.md
│   │   ├── pamnoraw.md
│   │   ├── perl-rename.md
│   │   ├── pgrep.md
│   │   ├── picotool.md
│   │   ├── pio-init.md
│   │   ├── piodebuggdb.md
│   │   ├── pip.md
│   │   ├── pip3.md
│   │   ├── pkill.md
│   │   ├── platformio.md
│   │   ├── pnmdepth.md
│   │   ├── pnmtoplainpnm.md
│   │   ├── pnmtopnm.md
│   │   ├── podman-image-load.md
│   │   ├── podman-image-pull.md
│   │   ├── prename.md
│   │   ├── ps.md
│   │   ├── ptpython3.md
│   │   ├── pulumi-down.md
│   │   ├── pulumi-stack-hist.md
│   │   ├── pulumi-update.md
│   │   ├── pushln.md
│   │   ├── pwd.md
│   │   ├── python3.md
│   │   ├── r.zsh.md
│   │   ├── r2.md
│   │   ├── rbash.md
│   │   ├── rcat.md
│   │   ├── rehash.md
│   │   ├── rgrep.md
│   │   ├── rm.md
│   │   ├── rmdir.md
│   │   ├── robo.md
│   │   ├── rustup-install.md
│   │   ├── rustup-uninstall.md
│   │   ├── shred.md
│   │   ├── sr.md
│   │   ├── stat.md
│   │   ├── sudoedit.md
│   │   ├── tail.md
│   │   ├── tar.md
│   │   ├── tcpdump.md
│   │   ├── tldr.md
│   │   ├── tlmgr-arch.md
│   │   ├── todoman.md
│   │   ├── tox.md
│   │   ├── tr.md
│   │   ├── trash-cli.md
│   │   ├── typeset.md
│   │   ├── ug.md
│   │   ├── ulimit.md
│   │   ├── unfunction.md
│   │   ├── unlzma.md
│   │   ├── unxz.md
│   │   ├── unzstd.md
│   │   ├── uptime.md
│   │   ├── uv.md
│   │   ├── uvx.md
│   │   ├── vc.md
│   │   ├── vdir.md
│   │   ├── vi.md
│   │   ├── w.md
│   │   ├── watch.md
│   │   ├── wc.md
│   │   ├── who.md
│   │   ├── whoami.md
│   │   ├── whois.md
│   │   ├── xml-c14n.md
│   │   ├── xml-p2x.md
│   │   ├── xml-xmln.md
│   │   ├── xz.md
│   │   ├── xzcat.md
│   │   ├── xzegrep.md
│   │   ├── xzfgrep.md
│   │   ├── yt-dlp.md
│   │   ├── zcat.md
│   │   ├── zeditor.md
│   │   ├── zegrep.md
│   │   ├── zfgrep.md
│   │   ├── zip.md
│   │   ├── zstdcat.md
│   │   └── zstdmt.md
│   ├── dos/
│   │   └── chdir.md
│   ├── freebsd/
│   │   ├── chfn.md
│   │   ├── chsh.md
│   │   ├── ypchfn.md
│   │   ├── ypchpass.md
│   │   └── ypchsh.md
│   ├── linux/
│   │   ├── abrt.md
│   │   ├── alternatives.md
│   │   ├── apparmor_status.md
│   │   ├── apt-add-repository.md
│   │   ├── apt-get.md
│   │   ├── apt.md
│   │   ├── avahi-resolve-address.md
│   │   ├── avahi-resolve-host-name.md
│   │   ├── batcat.md
│   │   ├── blkid.md
│   │   ├── br.md
│   │   ├── cc.md
│   │   ├── cs2.md
│   │   ├── df.md
│   │   ├── dialog.md
│   │   ├── dir.md
│   │   ├── dnf-deplist.md
│   │   ├── dnf5.md
│   │   ├── dockerd.md
│   │   ├── fprintd.md
│   │   ├── getcap.md
│   │   ├── gpasswd.md
│   │   ├── head.md
│   │   ├── hostnamectl.md
│   │   ├── hwloc-ls.md
│   │   ├── i386.md
│   │   ├── ip-route-list.md
│   │   ├── ip-route-show.md
│   │   ├── kill.md
│   │   ├── lex.md
│   │   ├── libuser-lid.md
│   │   ├── limine-scan.md
│   │   ├── linux32.md
│   │   ├── linux64.md
│   │   ├── lookandfeeltool.md
│   │   ├── lrunzip.md
│   │   ├── lrzuntar.md
│   │   ├── megadl.md
│   │   ├── mkfs.vfat.md
│   │   ├── ncal.md
│   │   ├── nmtui-connect.md
│   │   ├── nmtui-edit.md
│   │   ├── nmtui-hostname.md
│   │   ├── pacinstall.md
│   │   ├── pacman-d.md
│   │   ├── pacman-f.md
│   │   ├── pacman-q.md
│   │   ├── pacman-r.md
│   │   ├── pacman-s.md
│   │   ├── pacman-t.md
│   │   ├── pacman-u.md
│   │   ├── pacman.md
│   │   ├── pacremove.md
│   │   ├── pct-move_volume.md
│   │   ├── pw-play.md
│   │   ├── pw-record.md
│   │   ├── qm-agent.md
│   │   ├── qm-importdisk.md
│   │   ├── qm-move-disk.md
│   │   ├── qm-move_disk.md
│   │   ├── qm-rescan.md
│   │   ├── qm-resize.md
│   │   ├── qm-unlink.md
│   │   ├── rkhunter.md
│   │   ├── setcap.md
│   │   ├── shntool-split.md
│   │   ├── ss.md
│   │   ├── steamos-boot-install.md
│   │   ├── systemctl-condreload.md
│   │   ├── systemctl-condrestart.md
│   │   ├── systemctl-condstop.md
│   │   ├── systemctl-force-reload.md
│   │   ├── systemctl-reload-or-try-restart.md
│   │   ├── systemctl.md
│   │   ├── systemd-umount.md
│   │   ├── tor.md
│   │   ├── trash-put.md
│   │   ├── ubuntu-bug.md
│   │   ├── ufw.md
│   │   ├── uname26.md
│   │   ├── update-grub.md
│   │   ├── vnstat.md
│   │   ├── x86_64.md
│   │   ├── xclip.md
│   │   └── yum-config-manager.md
│   ├── netbsd/
│   │   ├── chfn.md
│   │   └── chsh.md
│   ├── openbsd/
│   │   ├── chfn.md
│   │   └── chsh.md
│   ├── osx/
│   │   ├── aa.md
│   │   ├── llvm-lipo.md
│   │   └── mo.md
│   └── windows/
│       ├── bleachbit.md
│       ├── cinst.md
│       ├── clhy.md
│       ├── clist.md
│       ├── cpush.md
│       ├── cuninst.md
│       ├── del.md
│       ├── gcb.md
│       ├── ghy.md
│       ├── h.md
│       ├── history.md
│       ├── iwr.md
│       ├── pwsh-where.md
│       ├── ren.md
│       ├── rni.md
│       ├── sal.md
│       ├── scb.md
│       ├── slmgr.md
│       ├── sls.md
│       └── ventoy.md
├── pages.bn/
│   ├── android/
│   │   ├── am.md
│   │   ├── bugreport.md
│   │   ├── bugreportz.md
│   │   ├── cmd.md
│   │   ├── dalvikvm.md
│   │   ├── dumpsys.md
│   │   ├── getprop.md
│   │   ├── input.md
│   │   ├── logcat.md
│   │   ├── pkg.md
│   │   ├── pm.md
│   │   ├── screencap.md
│   │   ├── settings.md
│   │   └── wm.md
│   ├── common/
│   │   ├── !.md
│   │   ├── ((.md
│   │   ├── ,.md
│   │   ├── ..md
│   │   ├── 2to3.md
│   │   ├── 7z.md
│   │   ├── 7za.md
│   │   ├── 7zr.md
│   │   ├── [.md
│   │   ├── [[.md
│   │   ├── a2ping.md
│   │   ├── aapt.md
│   │   ├── ab.md
│   │   ├── abduco.md
│   │   ├── ac.md
│   │   ├── ack.md
│   │   ├── acme.sh-dns.md
│   │   ├── acme.sh.md
│   │   ├── aireplay-ng.md
│   │   ├── alias.md
│   │   ├── arch.md
│   │   ├── autojump.md
│   │   ├── azure-cli.md
│   │   ├── brew-abv.md
│   │   ├── brew-info.md
│   │   ├── brew-remove.md
│   │   ├── brew-rm.md
│   │   ├── brew-uninstall.md
│   │   ├── bun-c.md
│   │   ├── bun-create.md
│   │   ├── bun-i.md
│   │   ├── bun-install.md
│   │   ├── bun-list.md
│   │   ├── bun-pm-ls.md
│   │   ├── bun-remove.md
│   │   ├── bun-rm.md
│   │   ├── bun-x.md
│   │   ├── bunzip2.md
│   │   ├── bye.md
│   │   ├── bzcat.md
│   │   ├── bzegrep.md
│   │   ├── bzfgrep.md
│   │   ├── bzgrep.md
│   │   ├── bzip2.md
│   │   ├── c++.md
│   │   ├── chdir.md
│   │   ├── clang++.md
│   │   ├── clang-cpp.md
│   │   ├── clang.md
│   │   ├── clojure.md
│   │   ├── cola.md
│   │   ├── comma.md
│   │   ├── compare.md
│   │   ├── copr.md
│   │   ├── crane-cp.md
│   │   ├── docker-commit.md
│   │   ├── docker-container-diff.md
│   │   ├── docker-container-remove.md
│   │   ├── docker-container-rename.md
│   │   ├── docker-container-rm.md
│   │   ├── docker-container-top.md
│   │   ├── docker-cp.md
│   │   ├── docker-diff.md
│   │   ├── docker-exec.md
│   │   ├── docker-images.md
│   │   ├── docker-load.md
│   │   ├── docker-logs.md
│   │   ├── docker-ps.md
│   │   ├── docker-pull.md
│   │   ├── docker-rename.md
│   │   ├── docker-rm.md
│   │   ├── docker-rmi.md
│   │   ├── docker-run.md
│   │   ├── docker-save.md
│   │   ├── docker-slim.md
│   │   ├── docker-start.md
│   │   ├── docker-stats.md
│   │   ├── docker-tag.md
│   │   ├── docker-top.md
│   │   ├── docker-update.md
│   │   ├── egrep.md
│   │   ├── fdfind.md
│   │   ├── fgrep.md
│   │   ├── file-rename.md
│   │   ├── fossil-ci.md
│   │   ├── fossil-new.md
│   │   ├── fossil-rm.md
│   │   ├── gdm-binary.md
│   │   ├── getadusers.py.md
│   │   ├── getln.md
│   │   ├── getnpusers.py.md
│   │   ├── getuserspns.py.md
│   │   ├── gh-a11y.md
│   │   ├── gh-agent.md
│   │   ├── gh-at.md
│   │   ├── gh-cs.md
│   │   ├── gh-rs.md
│   │   ├── git-cherry-pick.md
│   │   ├── git-continue.md
│   │   ├── git-stage.md
│   │   ├── gnmic-sub.md
│   │   ├── gpg2.md
│   │   ├── grep.md
│   │   ├── gunzip.md
│   │   ├── gzip.md
│   │   ├── hd.md
│   │   ├── helix.md
│   │   ├── hping.md
│   │   ├── https.md
│   │   ├── huggingface-cli.md
│   │   ├── hx.md
│   │   ├── ic.md
│   │   ├── identify.md
│   │   ├── impacket-addcomputer.md
│   │   ├── impacket-getadusers.md
│   │   ├── impacket-getarch.md
│   │   ├── impacket-getnpusers.md
│   │   ├── impacket-gettgt.md
│   │   ├── impacket-getuserspns.md
│   │   ├── impacket-mqtt_check.md
│   │   ├── impacket-mssqlclient.md
│   │   ├── impacket-ntfs-read.md
│   │   ├── impacket-ping.md
│   │   ├── impacket-ping6.md
│   │   ├── impacket-psexec.md
│   │   ├── impacket-rdp_check.md
│   │   ├── impacket-rpcdump.md
│   │   ├── impacket-rpcmap.md
│   │   ├── impacket-sambapipe.md
│   │   ├── impacket-secretsdump.md
│   │   ├── impacket-smbclient.md
│   │   ├── impacket-smbserver.md
│   │   ├── impacket-sniff.md
│   │   ├── impacket-sniffer.md
│   │   ├── impacket-ticketconverter.md
│   │   ├── import.md
│   │   ├── j.md
│   │   ├── jco.md
│   │   ├── jfrog.md
│   │   ├── jira-browse.md
│   │   ├── jira-issue.md
│   │   ├── jira-issues.md
│   │   ├── jira-navigate.md
│   │   ├── jira-open.md
│   │   ├── jira-project.md
│   │   ├── jira-projects.md
│   │   ├── jira-sprint.md
│   │   ├── jira-sprints.md
│   │   ├── jo.md
│   │   ├── jupyterlab.md
│   │   ├── kafkacat.md
│   │   ├── kite.md
│   │   ├── kr.md
│   │   ├── libreoffice.md
│   │   ├── llvm-ar.md
│   │   ├── llvm-g++.md
│   │   ├── llvm-gcc.md
│   │   ├── llvm-nm.md
│   │   ├── llvm-objdump.md
│   │   ├── llvm-strings.md
│   │   ├── luanti.md
│   │   ├── luantiserver.md
│   │   ├── lzcat.md
│   │   ├── lzcmp.md
│   │   ├── lzdiff.md
│   │   ├── lzegrep.md
│   │   ├── lzfgrep.md
│   │   ├── lzgrep.md
│   │   ├── lzless.md
│   │   ├── lzma.md
│   │   ├── lzmore.md
│   │   ├── mapfile.md
│   │   ├── minetest.md
│   │   ├── minetestserver.md
│   │   ├── mogrify.md
│   │   ├── montage.md
│   │   ├── mpicxx.md
│   │   ├── mpiexec.md
│   │   ├── mscore.md
│   │   ├── msedit.md
│   │   ├── netcat.md
│   │   ├── netexec.md
│   │   ├── nm-classic.md
│   │   ├── npm-author.md
│   │   ├── npm-exec.md
│   │   ├── npm-install-test.md
│   │   ├── npm-it.md
│   │   ├── npm-list.md
│   │   ├── npm-ls.md
│   │   ├── npm-owner.md
│   │   ├── npm-rb.md
│   │   ├── npm-rebuild.md
│   │   ├── npm-restart.md
│   │   ├── npm-run-script.md
│   │   ├── npm-run.md
│   │   ├── npm-start.md
│   │   ├── npm-stop.md
│   │   ├── npm-test.md
│   │   ├── npx.md
│   │   ├── ntl.md
│   │   ├── pamnoraw.md
│   │   ├── pamtopnm.md
│   │   ├── perl-rename.md
│   │   ├── pio-init.md
│   │   ├── piodebuggdb.md
│   │   ├── pip3.md
│   │   ├── platformio.md
│   │   ├── pnmdepth.md
│   │   ├── pnmtoplainpnm.md
│   │   ├── pnmtopnm.md
│   │   ├── podman-image-load.md
│   │   ├── podman-image-pull.md
│   │   ├── prename.md
│   │   ├── ptpython3.md
│   │   ├── pulumi-down.md
│   │   ├── pulumi-stack-hist.md
│   │   ├── pulumi-update.md
│   │   ├── pushln.md
│   │   ├── python.md
│   │   ├── python3.md
│   │   ├── r.zsh.md
│   │   ├── r2.md
│   │   ├── rbash.md
│   │   ├── rcat.md
│   │   ├── regex.md
│   │   ├── rehash.md
│   │   ├── rgrep.md
│   │   ├── rustup-install.md
│   │   ├── rustup-uninstall.md
│   │   ├── sr.md
│   │   ├── sudoedit.md
│   │   ├── tlmgr-arch.md
│   │   ├── todoman.md
│   │   ├── trash-cli.md
│   │   ├── typeset.md
│   │   ├── ug.md
│   │   ├── unfunction.md
│   │   ├── unlzma.md
│   │   ├── unxz.md
│   │   ├── unzstd.md
│   │   ├── uvx.md
│   │   ├── vc.md
│   │   ├── vdir.md
│   │   ├── vi.md
│   │   ├── whoami.md
│   │   ├── xml-c14n.md
│   │   ├── xml-canonic.md
│   │   ├── xml-depyx.md
│   │   ├── xml-p2x.md
│   │   ├── xml-pyx.md
│   │   ├── xml-xmln.md
│   │   ├── xz.md
│   │   ├── xzcat.md
│   │   ├── xzegrep.md
│   │   ├── xzfgrep.md
│   │   ├── xzgrep.md
│   │   ├── zcat.md
│   │   ├── zeditor.md
│   │   ├── zegrep.md
│   │   ├── zfgrep.md
│   │   ├── zgrep.md
│   │   ├── zstd.md
│   │   ├── zstdcat.md
│   │   └── zstdmt.md
│   ├── dos/
│   │   └── chdir.md
│   ├── freebsd/
│   │   ├── chfn.md
│   │   ├── chpass.md
│   │   ├── chsh.md
│   │   ├── ypchfn.md
│   │   ├── ypchpass.md
│   │   └── ypchsh.md
│   ├── linux/
│   │   ├── a2disconf.md
│   │   ├── a2dismod.md
│   │   ├── a2dissite.md
│   │   ├── a2enconf.md
│   │   ├── a2enmod.md
│   │   ├── a2ensite.md
│   │   ├── a2query.md
│   │   ├── aa-audit.md
│   │   ├── aa-cleanprof.md
│   │   ├── aa-complain.md
│   │   ├── aa-decode.md
│   │   ├── aa-disable.md
│   │   ├── aa-enforce.md
│   │   ├── aa-genprof.md
│   │   ├── aa-logprof.md
│   │   ├── aa-mergeprof.md
│   │   ├── aa-status.md
│   │   ├── abrt.md
│   │   ├── alien.md
│   │   ├── alternatives.md
│   │   ├── apparmor_status.md
│   │   ├── apt-add-repository.md
│   │   ├── apt-cache.md
│   │   ├── apt-clone.md
│   │   ├── apt-file.md
│   │   ├── apt-get.md
│   │   ├── apt-install.md
│   │   ├── apt.md
│   │   ├── ark.md
│   │   ├── ascii.md
│   │   ├── asciiart.md
│   │   ├── avahi-resolve-address.md
│   │   ├── avahi-resolve-host-name.md
│   │   ├── avahi-resolve.md
│   │   ├── batcat.md
│   │   ├── br.md
│   │   ├── broot.md
│   │   ├── cat.md
│   │   ├── cc.md
│   │   ├── cs2.md
│   │   ├── dir.md
│   │   ├── dnf-deplist.md
│   │   ├── dnf5.md
│   │   ├── flameshot.md
│   │   ├── flash.md
│   │   ├── free.md
│   │   ├── hwloc-ls.md
│   │   ├── i386.md
│   │   ├── ip-route-show.md
│   │   ├── lex.md
│   │   ├── libuser-lid.md
│   │   ├── limine-scan.md
│   │   ├── linux32.md
│   │   ├── linux64.md
│   │   ├── lookandfeeltool.md
│   │   ├── lrunzip.md
│   │   ├── lrzuntar.md
│   │   ├── lz.md
│   │   ├── megadl.md
│   │   ├── mkfs.vfat.md
│   │   ├── ncal.md
│   │   ├── nmtui-connect.md
│   │   ├── nmtui-edit.md
│   │   ├── nmtui-hostname.md
│   │   ├── nmtui.md
│   │   ├── pacinstall.md
│   │   ├── pacman-d.md
│   │   ├── pacman-f.md
│   │   ├── pacman-q.md
│   │   ├── pacman-r.md
│   │   ├── pacman-s.md
│   │   ├── pacman-t.md
│   │   ├── pacman-u.md
│   │   ├── pacremove.md
│   │   ├── pct-move_volume.md
│   │   ├── pg.md
│   │   ├── poweroff.md
│   │   ├── pw-play.md
│   │   ├── pw-record.md
│   │   ├── qm-agent.md
│   │   ├── qm-disk.md
│   │   ├── qm-importdisk.md
│   │   ├── qm-move-disk.md
│   │   ├── qm-move_disk.md
│   │   ├── qm-rescan.md
│   │   ├── qm-resize.md
│   │   ├── qm-unlink.md
│   │   ├── setarch.md
│   │   ├── shntool-split.md
│   │   ├── snap.pkg.md
│   │   ├── steamos-boot-install.md
│   │   ├── systemctl-condreload.md
│   │   ├── systemctl-condrestart.md
│   │   ├── systemctl-condstop.md
│   │   ├── systemctl-force-reload.md
│   │   ├── systemctl-reload-or-try-restart.md
│   │   ├── systemd-umount.md
│   │   ├── trash-put.md
│   │   ├── trash.md
│   │   ├── ubuntu-bug.md
│   │   ├── uname26.md
│   │   ├── update-grub.md
│   │   ├── x86_64.md
│   │   └── yum-config-manager.md
│   ├── netbsd/
│   │   ├── chfn.md
│   │   └── chsh.md
│   ├── openbsd/
│   │   ├── chfn.md
│   │   └── chsh.md
│   ├── osx/
│   │   ├── aa.md
│   │   ├── chpass.md
│   │   ├── ditto.md
│   │   ├── llvm-lipo.md
│   │   └── mo.md
│   ├── sunos/
│   │   └── snoop.md
│   └── windows/
│       ├── bleachbit.md
│       ├── cd.md
│       ├── choice.md
│       ├── chrome.md
│       ├── cinst.md
│       ├── clear-history.md
│       ├── clhy.md
│       ├── clist.md
│       ├── color.md
│       ├── cpush.md
│       ├── cuninst.md
│       ├── curl.md
│       ├── date.md
│       ├── doskey.md
│       ├── exit.md
│       ├── find.md
│       ├── gcb.md
│       ├── get-history.md
│       ├── ghy.md
│       ├── h.md
│       ├── history.md
│       ├── mkdir.md
│       ├── net.md
│       ├── nvm.md
│       ├── path.md
│       ├── pwsh-where.md
│       ├── py.md
│       ├── ren.md
│       ├── rename-item.md
│       ├── rni.md
│       ├── sal.md
│       ├── scb.md
│       ├── scoop.md
│       ├── set.md
│       ├── slmgr.md
│       ├── sls.md
│       ├── time.md
│       ├── title.md
│       ├── ventoy.md
│       ├── wget.md
│       ├── where.md
│       ├── whoami.md
│       ├── winget.md
│       ├── wsl-open.md
│       └── wsl.md
├── pages.bs/
│   ├── common/
│   │   ├── ((.md
│   │   ├── ..md
│   │   ├── arch.md
│   │   ├── aria2.md
│   │   ├── azure-cli.md
│   │   ├── brew-abv.md
│   │   ├── brew-remove.md
│   │   ├── brew-rm.md
│   │   ├── bun-c.md
│   │   ├── bun-i.md
│   │   ├── bun-list.md
│   │   ├── bun-rm.md
│   │   ├── bun-x.md
│   │   ├── bunzip2.md
│   │   ├── bye.md
│   │   ├── bzcat.md
│   │   ├── bzegrep.md
│   │   ├── bzfgrep.md
│   │   ├── c++.md
│   │   ├── chdir.md
│   │   ├── clang-cpp.md
│   │   ├── clojure.md
│   │   ├── cola.md
│   │   ├── comma.md
│   │   ├── compare.md
│   │   ├── copr.md
│   │   ├── crane-cp.md
│   │   ├── createuser.md
│   │   ├── docker-commit.md
│   │   ├── docker-container-diff.md
│   │   ├── docker-container-remove.md
│   │   ├── docker-container-rename.md
│   │   ├── docker-container-rm.md
│   │   ├── docker-container-top.md
│   │   ├── docker-cp.md
│   │   ├── docker-diff.md
│   │   ├── docker-exec.md
│   │   ├── docker-images.md
│   │   ├── docker-load.md
│   │   ├── docker-logs.md
│   │   ├── docker-ps.md
│   │   ├── docker-pull.md
│   │   ├── docker-rename.md
│   │   ├── docker-rm.md
│   │   ├── docker-rmi.md
│   │   ├── docker-run.md
│   │   ├── docker-save.md
│   │   ├── docker-slim.md
│   │   ├── docker-start.md
│   │   ├── docker-stats.md
│   │   ├── docker-tag.md
│   │   ├── docker-top.md
│   │   ├── docker-update.md
│   │   ├── egrep.md
│   │   ├── false.md
│   │   ├── fdfind.md
│   │   ├── fgrep.md
│   │   ├── file-rename.md
│   │   ├── fossil-ci.md
│   │   ├── fossil-forget.md
│   │   ├── fossil-new.md
│   │   ├── fossil-rm.md
│   │   ├── gdm-binary.md
│   │   ├── getln.md
│   │   ├── gh-a11y.md
│   │   ├── gh-agent.md
│   │   ├── gh-at.md
│   │   ├── gh-cs.md
│   │   ├── gh-rs.md
│   │   ├── git-continue.md
│   │   ├── git-stage.md
│   │   ├── gnmic-sub.md
│   │   ├── gpg2.md
│   │   ├── gunzip.md
│   │   ├── hd.md
│   │   ├── head.md
│   │   ├── helix.md
│   │   ├── hping.md
│   │   ├── https.md
│   │   ├── huggingface-cli.md
│   │   ├── ic.md
│   │   ├── identify.md
│   │   ├── impacket-addcomputer.md
│   │   ├── impacket-getadusers.md
│   │   ├── impacket-getarch.md
│   │   ├── impacket-getnpusers.md
│   │   ├── impacket-gettgt.md
│   │   ├── impacket-getuserspns.md
│   │   ├── impacket-mqtt_check.md
│   │   ├── impacket-mssqlclient.md
│   │   ├── impacket-ntfs-read.md
│   │   ├── impacket-ping.md
│   │   ├── impacket-ping6.md
│   │   ├── impacket-psexec.md
│   │   ├── impacket-rdp_check.md
│   │   ├── impacket-rpcdump.md
│   │   ├── impacket-rpcmap.md
│   │   ├── impacket-sambapipe.md
│   │   ├── impacket-secretsdump.md
│   │   ├── impacket-smbclient.md
│   │   ├── impacket-smbserver.md
│   │   ├── impacket-sniff.md
│   │   ├── impacket-sniffer.md
│   │   ├── impacket-ticketconverter.md
│   │   ├── import.md
│   │   ├── j.md
│   │   ├── jco.md
│   │   ├── jfrog.md
│   │   ├── jira-browse.md
│   │   ├── jira-issues.md
│   │   ├── jira-navigate.md
│   │   ├── jira-projects.md
│   │   ├── jira-sprints.md
│   │   ├── jo.md
│   │   ├── jupyterlab.md
│   │   ├── kafkacat.md
│   │   ├── kite.md
│   │   ├── kr.md
│   │   ├── libreoffice.md
│   │   ├── llvm-ar.md
│   │   ├── llvm-g++.md
│   │   ├── llvm-gcc.md
│   │   ├── llvm-nm.md
│   │   ├── llvm-objdump.md
│   │   ├── llvm-strings.md
│   │   ├── logname.md
│   │   ├── luantiserver.md
│   │   ├── lzcat.md
│   │   ├── lzcmp.md
│   │   ├── lzdiff.md
│   │   ├── lzegrep.md
│   │   ├── lzfgrep.md
│   │   ├── lzgrep.md
│   │   ├── lzless.md
│   │   ├── lzma.md
│   │   ├── lzmore.md
│   │   ├── mapfile.md
│   │   ├── minetest.md
│   │   ├── minetestserver.md
│   │   ├── mkfifo.md
│   │   ├── mogrify.md
│   │   ├── montage.md
│   │   ├── mpicxx.md
│   │   ├── mpiexec.md
│   │   ├── mscore.md
│   │   ├── msedit.md
│   │   ├── netcat.md
│   │   ├── netexec.md
│   │   ├── nm-classic.md
│   │   ├── npm-author.md
│   │   ├── npm-it.md
│   │   ├── npm-list.md
│   │   ├── npm-rb.md
│   │   ├── npm-restart.md
│   │   ├── npm-run-script.md
│   │   ├── npm-start.md
│   │   ├── npm-stop.md
│   │   ├── npm-test.md
│   │   ├── npx.md
│   │   ├── ntl.md
│   │   ├── pamnoraw.md
│   │   ├── perl-rename.md
│   │   ├── pio-init.md
│   │   ├── piodebuggdb.md
│   │   ├── pip3.md
│   │   ├── platformio.md
│   │   ├── pnmdepth.md
│   │   ├── pnmtoplainpnm.md
│   │   ├── pnmtopnm.md
│   │   ├── podman-image-load.md
│   │   ├── podman-image-pull.md
│   │   ├── prename.md
│   │   ├── ptpython3.md
│   │   ├── pulumi-down.md
│   │   ├── pulumi-stack-hist.md
│   │   ├── pulumi-update.md
│   │   ├── pushln.md
│   │   ├── python3.md
│   │   ├── r.zsh.md
│   │   ├── r2.md
│   │   ├── rbash.md
│   │   ├── rcat.md
│   │   ├── rehash.md
│   │   ├── rgrep.md
│   │   ├── rustup-install.md
│   │   ├── rustup-uninstall.md
│   │   ├── sh.md
│   │   ├── sha1sum.md
│   │   ├── sha224sum.md
│   │   ├── sha256sum.md
│   │   ├── sha384sum.md
│   │   ├── sha512sum.md
│   │   ├── sr.md
│   │   ├── sudoedit.md
│   │   ├── tail.md
│   │   ├── time.md
│   │   ├── tldr-lint.md
│   │   ├── tldr.md
│   │   ├── tldrl.md
│   │   ├── tlmgr-arch.md
│   │   ├── todoman.md
│   │   ├── trash-cli.md
│   │   ├── tty.md
│   │   ├── typeset.md
│   │   ├── ug.md
│   │   ├── unalias.md
│   │   ├── unclutter.md
│   │   ├── unfunction.md
│   │   ├── unlzma.md
│   │   ├── unxz.md
│   │   ├── unzstd.md
│   │   ├── uvx.md
│   │   ├── vc.md
│   │   ├── vdir.md
│   │   ├── vi.md
│   │   ├── view.md
│   │   ├── vim.md
│   │   ├── whoami.md
│   │   ├── xml-c14n.md
│   │   ├── xml-p2x.md
│   │   ├── xml-xmln.md
│   │   ├── xzcat.md
│   │   ├── xzegrep.md
│   │   ├── xzfgrep.md
│   │   ├── zcat.md
│   │   ├── zeditor.md
│   │   ├── zegrep.md
│   │   ├── zfgrep.md
│   │   ├── zless.md
│   │   ├── zstdcat.md
│   │   └── zstdmt.md
│   ├── dos/
│   │   └── chdir.md
│   ├── freebsd/
│   │   ├── chfn.md
│   │   ├── chsh.md
│   │   ├── ypchfn.md
│   │   ├── ypchpass.md
│   │   └── ypchsh.md
│   ├── linux/
│   │   ├── abrt.md
│   │   ├── alternatives.md
│   │   ├── apparmor_status.md
│   │   ├── apt-add-repository.md
│   │   ├── avahi-resolve-address.md
│   │   ├── avahi-resolve-host-name.md
│   │   ├── batcat.md
│   │   ├── br.md
│   │   ├── cc.md
│   │   ├── cs2.md
│   │   ├── dir.md
│   │   ├── dnf-deplist.md
│   │   ├── dnf5.md
│   │   ├── hwloc-ls.md
│   │   ├── i386.md
│   │   ├── ip-route-list.md
│   │   ├── ip-route-show.md
│   │   ├── lex.md
│   │   ├── libuser-lid.md
│   │   ├── limine-scan.md
│   │ 
Download .txt
SYMBOL INDEX (75 symbols across 10 files)

FILE: scripts/_common.py
  class Colors (line 20) | class Colors(str, Enum):
    method __str__ (line 21) | def __str__(self):
  function test_ignore_files (line 33) | def test_ignore_files():
  function get_tldr_root (line 39) | def get_tldr_root(lookup_path: Optional[str] = None) -> Path:
  function test_get_tldr_root (line 67) | def test_get_tldr_root():
  function get_templates (line 95) | def get_templates(root: Path, filename: str):
  function get_pages_dirs (line 140) | def get_pages_dirs(root: Path) -> list[Path]:
  function test_get_pages_dirs (line 156) | def test_get_pages_dirs():
  function get_target_paths (line 185) | def get_target_paths(
  function test_get_target_paths (line 216) | def test_get_target_paths():
  function get_locale (line 242) | def get_locale(path: Path) -> str:
  function test_get_locale (line 263) | def test_get_locale():
  function get_status (line 271) | def get_status(action: str, dry_run: bool, type: str) -> str:
  function test_get_status (line 300) | def test_get_status():
  function create_colored_line (line 327) | def create_colored_line(start_color: str, text: str) -> str:
  function test_create_colored_line (line 342) | def test_create_colored_line():
  function create_argument_parser (line 349) | def create_argument_parser(description: str) -> argparse.ArgumentParser:
  function test_create_argument_parser (line 400) | def test_create_argument_parser():
  function stage (line 424) | def stage(paths: list[Path]):
  function test_stage (line 436) | def test_stage(mock_subprocess_call):

FILE: scripts/build-index.js
  function parsePlatform (line 8) | function parsePlatform(pagefile) {
  function parsePagename (line 12) | function parsePagename(pagefile) {
  function parseLanguage (line 16) | function parseLanguage(pagefile) {
  function buildPagesIndex (line 21) | function buildPagesIndex(files) {
  function saveIndex (line 67) | function saveIndex(index) {

FILE: scripts/pdf/render.py
  function main (line 20) | def main(loc, colorscheme, output_filename, platform):

FILE: scripts/send-to-bot.py
  function post_comment (line 35) | def post_comment(pr_id, body):
  function main (line 57) | def main(action):

FILE: scripts/set-alias-page.py
  class Config (line 78) | class Config:
  class AliasPageContent (line 90) | class AliasPageContent:
  class AliasPage (line 100) | class AliasPage:
  function test_ignore_files (line 110) | def test_ignore_files():
  function generate_alias_page_content (line 120) | def generate_alias_page_content(
  function set_alias_page (line 145) | def set_alias_page(
  function get_locale_alias_pattern (line 213) | def get_locale_alias_pattern(locale: str) -> str:
  function get_alias_command_in_page (line 221) | def get_alias_command_in_page(path: Path, alias_pattern: str) -> AliasPa...
  function sync_alias_page_to_locale (line 285) | def sync_alias_page_to_locale(pages_dir: Path, alias_page: AliasPage) ->...
  function get_english_alias_pages (line 307) | def get_english_alias_pages(en_path: Path) -> list[AliasPage]:
  function prompt_alias_page_info (line 344) | def prompt_alias_page_info(page_path: str) -> AliasPageContent:
  function main (line 442) | def main():

FILE: scripts/set-more-info-link.py
  class Config (line 70) | class Config:
  function set_link (line 80) | def set_link(
  function get_link (line 144) | def get_link(path: Path) -> str:
  function sync (line 179) | def sync(
  function main (line 213) | def main():

FILE: scripts/set-page-title.py
  function set_page_title (line 66) | def set_page_title(
  function get_page_title (line 112) | def get_page_title(path: Path) -> str:
  function sync (line 132) | def sync(
  function main (line 166) | def main():

FILE: scripts/set-see-also.py
  class Config (line 70) | class Config:
  function set_see_also (line 80) | def set_see_also(
  function get_see_also (line 146) | def get_see_also(path: Path) -> str:
  function sync (line 187) | def sync(
  function main (line 221) | def main():

FILE: scripts/update-command.py
  class MyFormatter (line 39) | class MyFormatter(logging.Formatter):
    method format (line 53) | def format(self, record):
  function get_locales (line 68) | def get_locales(base_path: Path) -> list[str]:
  function take_cmd_example_with_common_part (line 76) | def take_cmd_example_with_common_part(cmd_examples: list[str], common_pa...
  function get_cmd_examples_of_page (line 87) | def get_cmd_examples_of_page(page_text: str) -> list[str]:
  function find_cmd_example_with_common_part (line 92) | def find_cmd_example_with_common_part(common_part: str, page_text: str) ...
  function get_page_path (line 97) | def get_page_path(tldr_root: Path, locale: str, platform: str, filename:...
  function split_by_curly_brackets (line 103) | def split_by_curly_brackets(s: str) -> list[str]:
  function parse_placeholders (line 107) | def parse_placeholders(cmd_example: str) -> list[str]:
  function place_placeholders (line 115) | def place_placeholders(cmd_example: str, placeholders: list[str]) -> str:
  function remove_placeholders (line 123) | def remove_placeholders(cmd_example: str) -> str:
  function add_backticks (line 127) | def add_backticks(cmd_example: str) -> str:
  function update_page (line 131) | def update_page(
  function parse_arguments (line 161) | def parse_arguments() -> argparse.Namespace:
  function update_pages (line 200) | def update_pages(
  function clean_cmd_example (line 224) | def clean_cmd_example(cmd_example: str) -> str:
  function get_tldr_root (line 228) | def get_tldr_root() -> Path:
  function main (line 240) | def main():

FILE: scripts/wrong-filename.py
  function normalize (line 39) | def normalize(text: str) -> str:
  function check_file (line 52) | def check_file(path: Path) -> str | None:
  function main (line 86) | def main() -> int:
Copy disabled (too large) Download .json
Condensed preview — 34091 files, each showing path, character count, and a content snippet. Download the .json file for the full structured content (16,475K chars).
[
  {
    "path": ".devcontainer/devcontainer.json",
    "chars": 1253,
    "preview": "{\n  \"name\": \"tldr-pages\",\n  \"image\": \"mcr.microsoft.com/devcontainers/base:ubuntu\", // Use Microsoft's Ubuntu Base image"
  },
  {
    "path": ".editorconfig",
    "chars": 172,
    "preview": "root = true\n\n[*]\nindent_style = space\nindent_size = 2\nend_of_line = lf\ncharset = utf-8\ntrim_trailing_whitespace = false\n"
  },
  {
    "path": ".flake8",
    "chars": 214,
    "preview": "[flake8]\nmax-line-length = 88\n# We ignore E501 as black handles it for us, and in a way that ignores strings\n# that go o"
  },
  {
    "path": ".gitattributes",
    "chars": 286,
    "preview": "# https://github.com/tldr-pages/tldr/issues/7097\n* text=auto eol=lf\n\n# GitHub linguist ignores markdown files by default"
  },
  {
    "path": ".github/CODEOWNERS",
    "chars": 2076,
    "preview": "/pages.ar/ @MachiavelliII @ali90h\n/pages.bn/ @badhon495\n/pages.cs/ @Sarijen\n/pages.de/ @pixelcmtd @gutjuri\n/pages.es/ @k"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/config.yml",
    "chars": 246,
    "preview": "blank_issues_enabled: true\ncontact_links:\n  - name: Chat room\n    url: https://matrix.to/#/#tldr-pages:matrix.org\n    ab"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/lets-document.yml",
    "chars": 1628,
    "preview": "name: 📄 Let's document\ntitle: \"Let's document: \"\ndescription: Request creation of multiple related pages (e.g. a utility"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/page-modification-request.yml",
    "chars": 1518,
    "preview": "name: 📄 Page modification request\ntitle: \"Page modification request: \"\ndescription: Request modification of a page.\nlabe"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/page-request.yml",
    "chars": 1463,
    "preview": "name: 📄 Page request\ntitle: \"Page request: \"\ndescription: Request creation of a page.\nlabels: new command, help wanted\nb"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/page-translation.yml",
    "chars": 411,
    "preview": "name: 📄 Page translation request\ntitle: \"Page translation request: \"\ndescription: Request translation of a page.\nlabels:"
  },
  {
    "path": ".github/PULL_REQUEST_TEMPLATE.md",
    "chars": 1103,
    "preview": "<!--\nThank you for contributing!\nPlease fill in the following checklist, removing items that do not apply.\nSee also http"
  },
  {
    "path": ".github/codespell-ignore",
    "chars": 6,
    "preview": "crate\n"
  },
  {
    "path": ".github/dependabot.yml",
    "chars": 495,
    "preview": "version: 2\nupdates:\n  - package-ecosystem: \"github-actions\"\n    directory: \"/\"\n    schedule:\n      interval: \"weekly\"\n\n "
  },
  {
    "path": ".github/workflows/ci.yml",
    "chars": 3984,
    "preview": "name: CI\n\non: ['push', 'pull_request']\n\njobs:\n  ci:\n    name: CI\n    runs-on: ubuntu-latest\n    permissions:\n      conte"
  },
  {
    "path": ".github/workflows/codespell.yml",
    "chars": 1356,
    "preview": "name: Codespell\npermissions:\n  contents: read\n\non: \n  pull_request:\n    # Ignore all other languages except English\n    "
  },
  {
    "path": ".github/workflows/copy-release-assets.yml",
    "chars": 1827,
    "preview": "name: Copy assets to the new release\n\non:\n  release:\n    types: published\n\nenv:\n  GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN"
  },
  {
    "path": ".github/workflows/labeler.yml",
    "chars": 338,
    "preview": "name: PR Labeler\non: \n  pull_request_target:\n  pull_request:\n    types:\n      - ready_for_review\npermissions:\n  pull-req"
  },
  {
    "path": ".github/workflows/monthly-check.yml",
    "chars": 1985,
    "preview": "name: Monthly check GitHub usernames\n\non:\n  workflow_dispatch:\n  schedule:\n    - cron: \"0 0 1 * *\"\n\npermissions:\n  conte"
  },
  {
    "path": ".github/workflows/sync.yml",
    "chars": 1264,
    "preview": "name: Monthly synchronization\n\non:\n  schedule:\n    - cron: '0 0 1 * *'\n  workflow_dispatch:\n\npermissions:\n  contents: wr"
  },
  {
    "path": ".gitignore",
    "chars": 598,
    "preview": "# VS Code\n.vscode/\n\n# Jetbrains IDE\n.idea/\n\n# macOS filesystem custom folder attributes\n.DS_Store\n\n# Bundler-specific fi"
  },
  {
    "path": ".husky/pre-commit",
    "chars": 9,
    "preview": "npm test\n"
  },
  {
    "path": ".markdownlint.json",
    "chars": 236,
    "preview": "{\n  \"default\": true,\n  \"MD003\": { \"style\": \"atx\" },\n  \"MD007\": { \"indent\": 4 },\n  \"MD013\": { \"line_length\": 250 },\n  \"MD"
  },
  {
    "path": "AGENTS.md",
    "chars": 10334,
    "preview": "# TLDR Pages - AI Assistant Guide\n\nThis guide helps AI assistants contribute to tldr-pages effectively. For detailed rul"
  },
  {
    "path": "CLIENT-SPECIFICATION.md",
    "chars": 21308,
    "preview": "<!-- markdownlint-disable MD007 MD013 MD024-->\n# tldr-pages client specification\n\n**Current Specification Version:** 2.3"
  },
  {
    "path": "COMMUNITY-ROLES.md",
    "chars": 15989,
    "preview": "# Community roles\n\nThe following guidelines aim to keep the project vibrant and responsive,\nby ensuring a **smooth trans"
  },
  {
    "path": "CONTRIBUTING.md",
    "chars": 16447,
    "preview": "# Contributing\n\n[![Matrix chat][matrix-image]][matrix-url]\n[![Merged PRs][prs-merged-image]][prs-merged-url]\n[![GitHub c"
  },
  {
    "path": "GOVERNANCE.md",
    "chars": 3217,
    "preview": "# Project governance\n\nThe tldr-pages project strives to have an **open**, **welcoming**,\nand [**non-hierarchical**](http"
  },
  {
    "path": "LICENSE.md",
    "chars": 1569,
    "preview": "<!-- markdownlint-disable MD041 -->\nCopyright © 2014—present the [tldr-pages team](https://github.com/orgs/tldr-pages/pe"
  },
  {
    "path": "MAINTAINERS.md",
    "chars": 27393,
    "preview": "# Maintainers\n\nThis file contains a list of the maintainers of the tldr-pages project.\n\n> [!NOTE]\n> Only the people mark"
  },
  {
    "path": "README.md",
    "chars": 8352,
    "preview": "<!-- markdownlint-disable MD041 -->\n\n<div align=\"center\">\n  <h1><a href=\"https://tldr.sh/\"><img alt=\"tldr-pages\" src=\"im"
  },
  {
    "path": "contributing-guides/git-terminal.md",
    "chars": 4403,
    "preview": "# Using Git\n\n## Opening a Pull Request\n\nMost people submit pull requests to the tldr-pages project\n[using GitHub's web i"
  },
  {
    "path": "contributing-guides/maintainers-guide.md",
    "chars": 13049,
    "preview": "# Maintainer's guide\n\nThe following guidelines are meant to provide a general basis\nfor the behavior expected of tldr-pa"
  },
  {
    "path": "contributing-guides/style-guide.ar.md",
    "chars": 14948,
    "preview": "# إرشادات التنسيق\n\nتستعرض هذه الصفحة إرشادات التنسيق لصفحات `tldr` الخاصة باللغة العربية.\n\n## التنسيق العام\n\nيجب أن يتبع"
  },
  {
    "path": "contributing-guides/style-guide.cs.md",
    "chars": 1711,
    "preview": "# Stylová Příručka\n\nTato stránka vypisuje specifické instrukce pro formátování `tldr` stránek.\n\n## Obecné rozvržení\n\nZák"
  },
  {
    "path": "contributing-guides/style-guide.de.md",
    "chars": 3764,
    "preview": "# Style guide\n\nDiese Seite listet alle Regeln für `tldr`-Seiten auf.\n\n## Layout\n\nEine Standard-`tldr`-Seite sollte dem f"
  },
  {
    "path": "contributing-guides/style-guide.ko.md",
    "chars": 3690,
    "preview": "# 스타일 가이드\n\n이 페이지는 `tldr` 페이지에 대한 형식 지정 지침들을 나열합니다.\n\n## 레이아웃\n\n각 페이지의 기본 포맷은 다음 템플릿과 일치해야 하며, 다음과 최대 8개의 명령어 예제를 포함해야 합니다:"
  },
  {
    "path": "contributing-guides/style-guide.md",
    "chars": 39435,
    "preview": "# Style guide\n\nThis page lists specific formatting instructions for `tldr` pages.\n\n## Contents\n\n1. [General layout](#gen"
  },
  {
    "path": "contributing-guides/style-guide.ru.md",
    "chars": 32868,
    "preview": "# Руководство по стилю\n\nНа этой странице перечислены конкретные инструкции по форматированию для страниц `tldr`.\n\n## Сод"
  },
  {
    "path": "contributing-guides/style-guide.zh.md",
    "chars": 11135,
    "preview": "# 格式指导\n\n当你在为 `tldr` 贡献时,请遵守下面的格式规范。\n\n请注意,下面的规范仅适用于中文翻译的 `tldr` 页面。\n\n## 排版\n\n首先,你的页面应该看起来像这样,并且最多只能包含 8 个示例:\n\n```md\n# 命令名称"
  },
  {
    "path": "contributing-guides/translation-templates/alias-pages.md",
    "chars": 5968,
    "preview": "# Alias pages\n\nIn order to document a command which is an alias of another command, you can\nwrite an alias page. This fi"
  },
  {
    "path": "contributing-guides/translation-templates/common-arguments.md",
    "chars": 7585,
    "preview": "# Common arguments\n\nThis page provides translations of commonly used arguments to simplify maintaining pages in foreign "
  },
  {
    "path": "contributing-guides/translation-templates/common-descriptions.md",
    "chars": 3251,
    "preview": "# Common descriptions\n\nThis page provides translations of commonly used descriptions to simplify maintaining pages in fo"
  },
  {
    "path": "contributing-guides/translation-templates/more-info-link.md",
    "chars": 3828,
    "preview": "# More information link\n\nFor all our pages we suggest having a [more information link](https://github.com/tldr-pages/tld"
  },
  {
    "path": "contributing-guides/translation-templates/see-also-mentions.md",
    "chars": 3013,
    "preview": "# Mentioning related pages\n\nOftentimes when you have related commands, be it tools that you use in tandem or commands th"
  },
  {
    "path": "contributing-guides/translation-templates/subcommand-mention.md",
    "chars": 4561,
    "preview": "# Mentioning sub-commands\n\nWhen a command has a sub-command, which can't be covered in the original page, it gets its ow"
  },
  {
    "path": "package.json",
    "chars": 647,
    "preview": "{\n  \"name\": \"tldr-pages\",\n  \"description\": \"Simplified and community-driven man pages\",\n  \"author\": \"Romain Prieto\",\n  \""
  },
  {
    "path": "pages/android/am.md",
    "chars": 571,
    "preview": "# am\n\n> Android activity manager.\n> More information: <https://developer.android.com/tools/adb#am>.\n\n- Start the activit"
  },
  {
    "path": "pages/android/bugreport.md",
    "chars": 280,
    "preview": "# bugreport\n\n> Show an Android bug report.\n> This command can only be used through `adb shell`.\n> More information: <htt"
  },
  {
    "path": "pages/android/bugreportz.md",
    "chars": 523,
    "preview": "# bugreportz\n\n> Generate a zipped Android bug report.\n> This command can only be used through `adb shell`.\n> More inform"
  },
  {
    "path": "pages/android/cmd.md",
    "chars": 324,
    "preview": "# cmd\n\n> Android service manager.\n> More information: <https://cs.android.com/android/platform/superproject/+/main:frame"
  },
  {
    "path": "pages/android/dalvikvm.md",
    "chars": 204,
    "preview": "# dalvikvm\n\n> Android Java virtual machine.\n> More information: <https://source.android.com/docs/core/runtime>.\n\n- Start"
  },
  {
    "path": "pages/android/dumpsys.md",
    "chars": 637,
    "preview": "# dumpsys\n\n> Get information about Android system services.\n> This command can only be used through `adb shell`.\n> More "
  },
  {
    "path": "pages/android/getprop.md",
    "chars": 632,
    "preview": "# getprop\n\n> Show information about Android system properties.\n> More information: <https://manned.org/getprop>.\n\n- Disp"
  },
  {
    "path": "pages/android/input.md",
    "chars": 785,
    "preview": "# input\n\n> Send event codes or touchscreen gestures to an Android device.\n> This command can only be used through `adb s"
  },
  {
    "path": "pages/android/logcat.md",
    "chars": 525,
    "preview": "# logcat\n\n> Dump a log of system messages, including stack traces when an error occurred, and information messages logge"
  },
  {
    "path": "pages/android/pkg.md",
    "chars": 607,
    "preview": "# pkg\n\n> Package management utility for Termux.\n> More information: <https://wiki.termux.com/wiki/Package_Management>.\n\n"
  },
  {
    "path": "pages/android/pm.md",
    "chars": 452,
    "preview": "# pm\n\n> Display information about apps on an Android device.\n> More information: <https://developer.android.com/tools/ad"
  },
  {
    "path": "pages/android/screencap.md",
    "chars": 232,
    "preview": "# screencap\n\n> Take a screenshot of a mobile display.\n> This command can only be used through `adb shell`.\n> More inform"
  },
  {
    "path": "pages/android/settings.md",
    "chars": 536,
    "preview": "# settings\n\n> Get information about the Android OS.\n> More information: <https://web.archive.org/web/20240525010124/http"
  },
  {
    "path": "pages/android/wm.md",
    "chars": 403,
    "preview": "# wm\n\n> Show information about the screen of an Android device.\n> This command can only be used through `adb shell`.\n> M"
  },
  {
    "path": "pages/cisco-ios/clock.md",
    "chars": 534,
    "preview": "# clock\n\n> Set the system clock.\n> More information: <https://www.cisco.com/c/en/us/td/docs/ios/fundamentals/command/ref"
  },
  {
    "path": "pages/cisco-ios/configure.md",
    "chars": 347,
    "preview": "# configure\n\n> Enter configuration mode.\n> More information: <https://www.cisco.com/c/en/us/td/docs/ios/fundamentals/com"
  },
  {
    "path": "pages/cisco-ios/crypto.md",
    "chars": 380,
    "preview": "# crypto\n\n> Manage cryptography.\n> Accessed in configuration mode.\n> More information: <https://www.cisco.com/c/en/us/td"
  },
  {
    "path": "pages/cisco-ios/delete.md",
    "chars": 253,
    "preview": "# delete\n\n> Delete individual files.\n> More information: <https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexu"
  },
  {
    "path": "pages/cisco-ios/dir.md",
    "chars": 328,
    "preview": "# dir\n\n> List files.\n> More information: <https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/command"
  },
  {
    "path": "pages/cisco-ios/enable.md",
    "chars": 219,
    "preview": "# enable\n\n> Enter privileged execution mode.\n> More information: <https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/secu"
  },
  {
    "path": "pages/cisco-ios/erase.md",
    "chars": 281,
    "preview": "# erase\n\n> Delete preset things.\n> More information: <https://www.cisco.com/c/en/us/td/docs/ios/ios_xe/fundamentals/conf"
  },
  {
    "path": "pages/cisco-ios/interface.md",
    "chars": 343,
    "preview": "# interface\n\n> Manage interfaces.\n> Accessed in configuration mode.\n> More information: <https://www.cisco.com/c/en/us/t"
  },
  {
    "path": "pages/cisco-ios/ip.md",
    "chars": 510,
    "preview": "# ip\n\n> Manage IP configurations.\n> Accessed in configuration mode.\n> More information: <https://www.cisco.com/c/en/us/t"
  },
  {
    "path": "pages/cisco-ios/line.md",
    "chars": 255,
    "preview": "# line\n\n> Manage lines.\n> Accessed in configuration mode.\n> More information: <https://www.cisco.com/c/en/us/td/docs/rou"
  },
  {
    "path": "pages/cisco-ios/login.md",
    "chars": 323,
    "preview": "# login\n\n> Manage console and virtual line authentication.\n> Accessed in configuration mode under `line`.\n> More informa"
  },
  {
    "path": "pages/cisco-ios/question-mark.md",
    "chars": 350,
    "preview": "# ?\n\n> Get context sensitive.\n> More information: <https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/fundamentals/config"
  },
  {
    "path": "pages/cisco-ios/reload.md",
    "chars": 318,
    "preview": "# reload\n\n> Control reboot behavior.\n> More information: <https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexu"
  },
  {
    "path": "pages/cisco-ios/show.md",
    "chars": 517,
    "preview": "# show\n\n> Show various system information.\n> More information: <https://www.cisco.com/c/en/us/td/docs/switches/datacente"
  },
  {
    "path": "pages/cisco-ios/transport.md",
    "chars": 368,
    "preview": "# transport\n\n> Manage line transport protocols.\n> Accessed in configuration mode under `line`.\n> More information: <http"
  },
  {
    "path": "pages/cisco-ios/username.md",
    "chars": 302,
    "preview": "# username\n\n> Manage users.\n> Accessed in configuration mode.\n> More information: <https://www.cisco.com/c/en/us/td/docs"
  },
  {
    "path": "pages/cisco-ios/write.md",
    "chars": 281,
    "preview": "# write\n\n> Write data to memory.\n> More information: <https://www.oreilly.com/library/view/cisco-ios-in/0596008694/re869"
  },
  {
    "path": "pages/common/!.md",
    "chars": 851,
    "preview": "# !\n\n> Reuse and expand the shell history in `sh`, Bash, Zsh, `rbash`, and `ksh`.\n> See also: `^`.\n> More information: <"
  },
  {
    "path": "pages/common/$.md",
    "chars": 638,
    "preview": "# $\n\n> Expand a Bash variable.\n> More information: <https://gnu.org/software/bash/manual/bash.html#Shell-Variables>.\n\n- "
  },
  {
    "path": "pages/common/%.md",
    "chars": 430,
    "preview": "# %\n\n> Manage jobs.\n> More information: <https://www.gnu.org/software/bash/manual/bash.html#Job-Control-Basics>.\n\n- Brin"
  },
  {
    "path": "pages/common/((.md",
    "chars": 103,
    "preview": "# ((\n\n> This command is an alias of `let`.\n\n- View documentation for the original command:\n\n`tldr let`\n"
  },
  {
    "path": "pages/common/,.md",
    "chars": 272,
    "preview": "# ,\n\n> Run commands without installing them.\n> More information: <https://github.com/nix-community/comma>.\n\n- Run a comm"
  },
  {
    "path": "pages/common/..md",
    "chars": 108,
    "preview": "# .\n\n> This command is an alias of `source`.\n\n- View documentation for the original command:\n\n`tldr source`\n"
  },
  {
    "path": "pages/common/2to3.md",
    "chars": 1379,
    "preview": "# 2to3\n\n> Automated Python 2 to 3 code conversion.\n> This module has been deprecated since 3.11 and has been removed sin"
  },
  {
    "path": "pages/common/3d-ascii-viewer.md",
    "chars": 562,
    "preview": "# 3d-ascii-viewer\n\n> View 3D `.obj` models as animated ASCII in the terminal.\n> More information: <https://github.com/au"
  },
  {
    "path": "pages/common/7z.md",
    "chars": 986,
    "preview": "# 7z\n\n> File archiver with a high compression ratio.\n> More information: <https://manned.org/7z>.\n\n- [a]dd a file or dir"
  },
  {
    "path": "pages/common/7za.md",
    "chars": 1061,
    "preview": "# 7za\n\n> File archiver with a high compression ratio.\n> Similar to `7z` except that it supports fewer file types but is "
  },
  {
    "path": "pages/common/7zr.md",
    "chars": 897,
    "preview": "# 7zr\n\n> File archiver with a high compression ratio.\n> Similar to `7z` except that it only supports 7z files.\n> More in"
  },
  {
    "path": "pages/common/[.md",
    "chars": 1072,
    "preview": "# [\n\n> Check file types and compare values.\n> Returns a status of 0 if the condition evaluates to true, 1 if it evaluate"
  },
  {
    "path": "pages/common/[[.md",
    "chars": 1065,
    "preview": "# [[\n\n> Check file types and compare values.\n> Returns a status of 0 if the condition evaluates to true, 1 if it evaluat"
  },
  {
    "path": "pages/common/].md",
    "chars": 105,
    "preview": "# ]\n\n> This shell keyword is used to close out `[`.\n\n- View documentation for the `[` keyword:\n\n`tldr [`\n"
  },
  {
    "path": "pages/common/]].md",
    "chars": 109,
    "preview": "# ]]\n\n> This shell keyword is used to close out `[[`.\n\n- View documentation for the `[[` keyword:\n\n`tldr [[`\n"
  },
  {
    "path": "pages/common/^.md",
    "chars": 681,
    "preview": "# ^\n\n> Bash builtin to quick substitute a string in the previous command and run the result.\n> Equivalent to `!!:s^strin"
  },
  {
    "path": "pages/common/a2ping.md",
    "chars": 782,
    "preview": "# a2ping\n\n> Convert images into EPS or PDF files.\n> More information: <https://manned.org/a2ping>.\n\n- Convert an image t"
  },
  {
    "path": "pages/common/aapt.md",
    "chars": 441,
    "preview": "# aapt\n\n> Android Asset Packaging Tool: compile and package an Android app's resources.\n> More information: <https://man"
  },
  {
    "path": "pages/common/ab.md",
    "chars": 723,
    "preview": "# ab\n\n> Apache HTTP server benchmarking tool.\n> More information: <https://httpd.apache.org/docs/current/programs/ab.htm"
  },
  {
    "path": "pages/common/abduco.md",
    "chars": 405,
    "preview": "# abduco\n\n> Terminal session manager.\n> More information: <https://manned.org/abduco>.\n\n- List sessions:\n\n`abduco`\n\n- [A"
  },
  {
    "path": "pages/common/ac.md",
    "chars": 442,
    "preview": "# ac\n\n> Print statistics on how long users have been connected.\n> More information: <https://manned.org/ac.8>.\n\n- Print "
  },
  {
    "path": "pages/common/accelerate.md",
    "chars": 764,
    "preview": "# accelerate\n\n> A library that enables the same PyTorch code to be run across any distributed configuration.\n> More info"
  },
  {
    "path": "pages/common/ack.md",
    "chars": 1034,
    "preview": "# ack\n\n> A search tool like `grep`, optimized for developers.\n> See also: `rg`.\n> More information: <https://beyondgrep."
  },
  {
    "path": "pages/common/acme.sh-dns.md",
    "chars": 996,
    "preview": "# acme.sh --dns\n\n> Use a DNS-01 challenge to issue a TLS certificate.\n> More information: <https://github.com/acmesh-off"
  },
  {
    "path": "pages/common/acme.sh.md",
    "chars": 1341,
    "preview": "# acme.sh\n\n> Shell script implementing ACME client protocol, an alternative to `certbot`.\n> See also: `acme.sh dns`.\n> M"
  },
  {
    "path": "pages/common/act.md",
    "chars": 517,
    "preview": "# act\n\n> Execute GitHub Actions locally using Docker.\n> More information: <https://manned.org/act>.\n\n- List the availabl"
  },
  {
    "path": "pages/common/acyclic.md",
    "chars": 539,
    "preview": "# acyclic\n\n> Make a directed graph acyclic by reversing some edges.\n> Graphviz filters: `acyclic`, `bcomps`, `comps`, `e"
  },
  {
    "path": "pages/common/adb-connect.md",
    "chars": 426,
    "preview": "# adb connect\n\n> Connect to an Android device wirelessly.\n> More information: <https://developer.android.com/tools/adb>."
  },
  {
    "path": "pages/common/adb-devices.md",
    "chars": 184,
    "preview": "# adb devices\n\n> List connected Android devices.\n> More information: <https://manned.org/adb>.\n\n- List devices:\n\n`adb de"
  },
  {
    "path": "pages/common/adb-disconnect.md",
    "chars": 159,
    "preview": "# adb disconnect\n\n> The examples for this command have been moved together with `adb connect`.\n\n- View documentation for"
  },
  {
    "path": "pages/common/adb-forward.md",
    "chars": 607,
    "preview": "# adb forward\n\n> Forward socket connections to a connected Android device or emulator.\n> More information: <https://deve"
  },
  {
    "path": "pages/common/adb-install.md",
    "chars": 831,
    "preview": "# adb install\n\n> Push packages to a connected Android device or emulator.\n> More information: <https://developer.android"
  },
  {
    "path": "pages/common/adb-kill-server.md",
    "chars": 215,
    "preview": "# adb kill-server\n\n> Stop the Android Debug Bridge (adb) server, disconnecting devices and emulators.\n> More information"
  },
  {
    "path": "pages/common/adb-logcat.md",
    "chars": 856,
    "preview": "# adb logcat\n\n> Dump a log of system messages.\n> More information: <https://developer.android.com/tools/logcat>.\n\n- Disp"
  },
  {
    "path": "pages/common/adb-pair.md",
    "chars": 147,
    "preview": "# adb pair\n\n> The examples for this command have been moved together with `adb connect`.\n\n- View documentation for `adb "
  },
  {
    "path": "pages/common/adb-reboot.md",
    "chars": 350,
    "preview": "# adb reboot\n\n> Reboot a connected Android device or emulator.\n> More information: <https://manned.org/adb>.\n\n- Reboot t"
  },
  {
    "path": "pages/common/adb-reverse.md",
    "chars": 760,
    "preview": "# adb reverse\n\n> Reverse socket connections from a connected Android device or emulator.\n> More information: <https://de"
  },
  {
    "path": "pages/common/adb-shell-pm-list-packages.md",
    "chars": 660,
    "preview": "# adb shell pm list packages\n\n> List installed, known, or filtered packages on an Android device.\n> More information: <h"
  },
  {
    "path": "pages/common/adb-shell-pm-list.md",
    "chars": 700,
    "preview": "# adb shell pm list\n\n> List users, packages, permissions, instrumentation, permission groups, features, and libraries ma"
  },
  {
    "path": "pages/common/adb-shell-pm.md",
    "chars": 923,
    "preview": "# adb shell pm\n\n> Android Package Manager tool.\n> More information: <https://developer.android.com/tools/adb>.\n\n- List i"
  },
  {
    "path": "pages/common/adb-shell.md",
    "chars": 871,
    "preview": "# adb shell\n\n> Run shell commands on a connected Android device or emulator.\n> More information: <https://developer.andr"
  },
  {
    "path": "pages/common/adb-start-server.md",
    "chars": 237,
    "preview": "# adb start-server\n\n> Start the Android Debug Bridge (adb) server to allow adb connections from devices or emulators.\n> "
  },
  {
    "path": "pages/common/adb-uninstall.md",
    "chars": 231,
    "preview": "# adb uninstall\n\n> Uninstall a package.\n> More information: <https://manned.org/adb>.\n\n- Uninstall a package:\n\n`adb unin"
  },
  {
    "path": "pages/common/adb.md",
    "chars": 981,
    "preview": "# adb\n\n> Android Debug Bridge: communicate with an Android emulator instance or connected Android devices.\n> Some subcom"
  },
  {
    "path": "pages/common/addcomputer.py.md",
    "chars": 1041,
    "preview": "# addcomputer.py\n\n> Add a computer account to a domain.\n> Part of the Impacket suite.\n> More information: <https://githu"
  },
  {
    "path": "pages/common/adguardhome.md",
    "chars": 695,
    "preview": "# AdGuardHome\n\n> A network-wide software for blocking ads & tracking.\n> More information: <https://github.com/AdguardTea"
  },
  {
    "path": "pages/common/adscript.md",
    "chars": 694,
    "preview": "# adscript\n\n> Compiler for Adscript files.\n> More information: <https://github.com/Amplus2/Adscript>.\n\n- Compile a file "
  },
  {
    "path": "pages/common/afconvert.md",
    "chars": 407,
    "preview": "# afconvert\n\n> Convert between AFF and raw file formats.\n> More information: <https://manned.org/afconvert>.\n\n- Use a sp"
  },
  {
    "path": "pages/common/ag.md",
    "chars": 832,
    "preview": "# ag\n\n> The Silver Searcher. Like `ack`, but aims to be faster.\n> More information: <https://manned.org/ag>.\n\n- Find fil"
  },
  {
    "path": "pages/common/agate.md",
    "chars": 380,
    "preview": "# agate\n\n> A simple server for the Gemini network protocol.\n> More information: <https://github.com/mbrubeck/agate>.\n\n- "
  },
  {
    "path": "pages/common/age-keygen.md",
    "chars": 369,
    "preview": "# age-keygen\n\n> Generate `age` key pairs.\n> See also: `age`.\n> More information: <https://manned.org/age-keygen>.\n\n- Gen"
  },
  {
    "path": "pages/common/age.md",
    "chars": 1161,
    "preview": "# age\n\n> A simple, modern, and secure file encryption tool.\n> See also: `age-keygen`.\n> More information: <https://githu"
  },
  {
    "path": "pages/common/agg.md",
    "chars": 490,
    "preview": "# agg\n\n> Create a GIF from an `asciinema` terminal session recording.\n> More information: <https://docs.asciinema.org/ma"
  },
  {
    "path": "pages/common/aider.md",
    "chars": 599,
    "preview": "# aider\n\n> Pair program with the LLM of your choice.\n> More information: <https://github.com/Aider-AI/aider>.\n\n- Start a"
  },
  {
    "path": "pages/common/aircrack-ng.md",
    "chars": 802,
    "preview": "# aircrack-ng\n\n> Crack WEP and WPA/WPA2 keys from handshake in captured packets.\n> Part of Aircrack-ng network software "
  },
  {
    "path": "pages/common/airdecap-ng.md",
    "chars": 1039,
    "preview": "# airdecap-ng\n\n> Decrypt a WEP, WPA, or WPA2 encrypted capture file.\n> Part of Aircrack-ng network software suite.\n> Mor"
  },
  {
    "path": "pages/common/aireplay-ng.md",
    "chars": 401,
    "preview": "# aireplay-ng\n\n> Inject packets into a wireless network.\n> Part of Aircrack-ng network software suite.\n> More informatio"
  },
  {
    "path": "pages/common/airmon-ng.md",
    "chars": 509,
    "preview": "# airmon-ng\n\n> Activate monitor mode on wireless network devices.\n> Part of Aircrack-ng network software suite.\n> More i"
  },
  {
    "path": "pages/common/airodump-ng.md",
    "chars": 832,
    "preview": "# airodump-ng\n\n> Capture packets and display information about wireless networks.\n> Part of Aircrack-ng network software"
  },
  {
    "path": "pages/common/airpaste.md",
    "chars": 393,
    "preview": "# airpaste\n\n> Share messages and files on the same network using mDNS.\n> More information: <https://github.com/mafintosh"
  },
  {
    "path": "pages/common/airshare.md",
    "chars": 739,
    "preview": "# airshare\n\n> Transfer data between two machines in a local network.\n> More information: <https://airshare.readthedocs.i"
  },
  {
    "path": "pages/common/ajson.md",
    "chars": 599,
    "preview": "# ajson\n\n> Execute JSONPath on JSON objects.\n> More information: <https://github.com/spyzhov/ajson#console-application>."
  },
  {
    "path": "pages/common/alacritty.md",
    "chars": 803,
    "preview": "# alacritty\n\n> Cross-platform, GPU-accelerated terminal emulator.\n> More information: <https://manned.org/alacritty>.\n\n-"
  },
  {
    "path": "pages/common/alembic.md",
    "chars": 472,
    "preview": "# alembic\n\n> Database migration tool for SQLAlchemy.\n> More information: <https://manned.org/alembic>.\n\n- Initialize Ale"
  },
  {
    "path": "pages/common/alex.md",
    "chars": 502,
    "preview": "# alex\n\n> Catch insensitive, inconsiderate writing.\n> It helps you find gender favouring, polarising, race related, reli"
  },
  {
    "path": "pages/common/alias.md",
    "chars": 692,
    "preview": "# alias\n\n> Create aliases - words that are replaced by a command string.\n> Aliases expire with the current shell session"
  },
  {
    "path": "pages/common/alr-help.md",
    "chars": 356,
    "preview": "# alr help\n\n> Display help information for Alire (`alr`).\n> More information: <https://alire.ada.dev/docs/#first-steps>."
  },
  {
    "path": "pages/common/alr-version.md",
    "chars": 246,
    "preview": "# alr version\n\n> Display Alire (`alr`) and environment version information.\n> More information: <https://alire.ada.dev/d"
  },
  {
    "path": "pages/common/alr.md",
    "chars": 443,
    "preview": "# alr\n\n> Ada package manager.\n> Manage Ada toolchains, dependencies, tools, and libraries.\n> More information: <https://"
  },
  {
    "path": "pages/common/amass-enum.md",
    "chars": 780,
    "preview": "# amass enum\n\n> Find subdomains of a domain.\n> More information: <https://github.com/owasp-amass/amass/blob/master/doc/u"
  },
  {
    "path": "pages/common/amass-intel.md",
    "chars": 784,
    "preview": "# amass intel\n\n> Collect open source intel on an organisation like root domains and ASNs.\n> More information: <https://g"
  },
  {
    "path": "pages/common/amass.md",
    "chars": 408,
    "preview": "# amass\n\n> In-depth Attack Surface Mapping and Asset Discovery tool.\n> Some subcommands such as `intel` have their own u"
  },
  {
    "path": "pages/common/androguard.md",
    "chars": 407,
    "preview": "# androguard\n\n> Reverse engineer Android applications. Written in Python.\n> More information: <https://github.com/androg"
  },
  {
    "path": "pages/common/ani-cli.md",
    "chars": 769,
    "preview": "# ani-cli\n\n> Browse and watch anime.\n> See also: `animdl`.\n> More information: <https://manned.org/ani-cli>.\n\n- Search a"
  },
  {
    "path": "pages/common/animdl.md",
    "chars": 904,
    "preview": "# animdl\n\n> Search, stream, and download anime.\n> See also: `ani-cli`.\n> More information: <https://github.com/justfooli"
  },
  {
    "path": "pages/common/anki.md",
    "chars": 362,
    "preview": "# anki\n\n> Powerful, intelligent flashcard program.\n> More information: <https://manned.org/anki>.\n\n- Launch the GUI:\n\n`a"
  },
  {
    "path": "pages/common/ansible-doc.md",
    "chars": 918,
    "preview": "# ansible-doc\n\n> Display information on modules installed in Ansible libraries.\n> Display a terse listing of plugins and"
  },
  {
    "path": "pages/common/ansible-galaxy.md",
    "chars": 875,
    "preview": "# ansible-galaxy\n\n> Perform various Ansible Role and Collection related operations.\n> More information: <https://docs.an"
  },
  {
    "path": "pages/common/ansible-inventory.md",
    "chars": 551,
    "preview": "# ansible-inventory\n\n> Display or dump an Ansible inventory.\n> See also: `ansible`.\n> More information: <https://docs.an"
  },
  {
    "path": "pages/common/ansible-lint.md",
    "chars": 803,
    "preview": "# ansible-lint\n\n> Apply rules and follow best practices with your automation content.\n> More information: <https://docs."
  },
  {
    "path": "pages/common/ansible-playbook.md",
    "chars": 1051,
    "preview": "# ansible-playbook\n\n> Execute tasks defined in playbook on remote machines over SSH.\n> More information: <https://docs.a"
  },
  {
    "path": "pages/common/ansible-pull.md",
    "chars": 799,
    "preview": "# ansible-pull\n\n> Pull ansible playbooks from a VCS repo and executes them for the local host.\n> More information: <http"
  },
  {
    "path": "pages/common/ansible-vault.md",
    "chars": 1321,
    "preview": "# ansible-vault\n\n> Encrypt and decrypt values, data structures, and files within Ansible projects.\n> More information: <"
  },
  {
    "path": "pages/common/ansible.md",
    "chars": 1220,
    "preview": "# ansible\n\n> Manage groups of computers remotely over SSH. (use the `/etc/ansible/hosts` file to add new groups/hosts).\n"
  },
  {
    "path": "pages/common/ansiweather.md",
    "chars": 536,
    "preview": "# ansiweather\n\n> Display the current weather conditions in your terminal.\n> More information: <https://github.com/fcambu"
  },
  {
    "path": "pages/common/ant.md",
    "chars": 523,
    "preview": "# ant\n\n> Apache Ant: build and manage Java-based projects.\n> More information: <https://ant.apache.org/manual/index.html"
  },
  {
    "path": "pages/common/antibody.md",
    "chars": 310,
    "preview": "# antibody\n\n> \"The fastest\" shell plugin manager.\n> More information: <https://getantibody.github.io/#Usage>.\n\n- Bundle "
  },
  {
    "path": "pages/common/anytopnm.md",
    "chars": 341,
    "preview": "# anytopnm\n\n> Convert an arbitrary type of image file to common image formats.\n> More information: <https://netpbm.sourc"
  },
  {
    "path": "pages/common/apg.md",
    "chars": 538,
    "preview": "# apg\n\n> Create arbitrarily complex random passwords.\n> More information: <https://manned.org/apg>.\n\n- Create random pas"
  },
  {
    "path": "pages/common/apkeep.md",
    "chars": 590,
    "preview": "# apkeep\n\n> Download APK files from various sources.\n> More information: <https://github.com/EFForg/apkeep/blob/master/U"
  },
  {
    "path": "pages/common/apkleaks.md",
    "chars": 580,
    "preview": "# apkleaks\n\n> Expose URIs, endpoints, and secrets from APK files.\n> Note: APKLeaks utilizes the `jadx` disassembler to d"
  },
  {
    "path": "pages/common/apktool.md",
    "chars": 308,
    "preview": "# apktool\n\n> Reverse engineer APK files.\n> More information: <https://ibotpeaches.github.io/Apktool/>.\n\n- Decode an APK "
  },
  {
    "path": "pages/common/apm.md",
    "chars": 337,
    "preview": "# apm\n\n> Atom editor Package Manager.\n> See also: `atom`.\n> More information: <https://github.com/atom/apm>.\n\n- Install "
  },
  {
    "path": "pages/common/apropos.md",
    "chars": 442,
    "preview": "# apropos\n\n> Search the manual pages for names and descriptions.\n> See also: `man`.\n> More information: <https://manned."
  },
  {
    "path": "pages/common/ar.md",
    "chars": 724,
    "preview": "# ar\n\n> Create, modify, and extract from Unix archives. Typically used for static libraries (`.a`) and Debian packages ("
  },
  {
    "path": "pages/common/arc.md",
    "chars": 331,
    "preview": "# arc\n\n> Arcanist: a CLI for Phabricator.\n> More information: <https://secure.phabricator.com/book/phabricator/article/a"
  },
  {
    "path": "pages/common/arch.md",
    "chars": 119,
    "preview": "# arch\n\n> This command is an alias of `uname --machine`.\n\n- View documentation for the original command:\n\n`tldr uname`\n"
  },
  {
    "path": "pages/common/archwiki-rs.md",
    "chars": 621,
    "preview": "# archwiki-rs\n\n> Read, search, and download pages from the ArchWiki.\n> More information: <https://gitlab.com/lucifayr/ar"
  },
  {
    "path": "pages/common/arduino-builder.md",
    "chars": 670,
    "preview": "# arduino-builder\n\n> Compile arduino sketches.\n> DEPRECATION WARNING: this tool is being phased out in favor of `arduino"
  },
  {
    "path": "pages/common/arduino.md",
    "chars": 1085,
    "preview": "# arduino\n\n> Arduino Studio - Integrated Development Environment for the Arduino platform.\n> More information: <https://"
  },
  {
    "path": "pages/common/argocd-app.md",
    "chars": 1080,
    "preview": "# argocd app\n\n> Interface to manage applications by Argo CD.\n> More information: <https://argo-cd.readthedocs.io/en/stab"
  },
  {
    "path": "pages/common/argocd.md",
    "chars": 376,
    "preview": "# argocd\n\n> Interface to control an Argo CD server.\n> Some subcommands such as `app` have their own usage documentation."
  },
  {
    "path": "pages/common/argon2.md",
    "chars": 664,
    "preview": "# argon2\n\n> Calculate Argon2 cryptographic hashes.\n> More information: <https://github.com/P-H-C/phc-winner-argon2#comma"
  },
  {
    "path": "pages/common/argos-translate.md",
    "chars": 1025,
    "preview": "# argos-translate\n\n> An open-source offline translation library and CLI tool written in Python.\n> More information: <htt"
  },
  {
    "path": "pages/common/argospm.md",
    "chars": 132,
    "preview": "# argospm\n\n> This command is an alias of `argos-translate`.\n\n- View documentation for the original command:\n\n`tldr argos"
  },
  {
    "path": "pages/common/aria2.md",
    "chars": 111,
    "preview": "# aria2\n\n> This command is an alias of `aria2c`.\n\n- View documentation for the updated command:\n\n`tldr aria2c`\n"
  },
  {
    "path": "pages/common/aria2c.md",
    "chars": 1127,
    "preview": "# aria2c\n\n> Fast download utility.\n> Supports HTTP(S), FTP, SFTP, BitTorrent, and Metalink.\n> See also: `axel`.\n> More i"
  },
  {
    "path": "pages/common/arjun.md",
    "chars": 602,
    "preview": "# arjun\n\n> Discover HTTP parameters for web applications.\n> More information: <https://github.com/s0md3v/Arjun/wiki/Usag"
  },
  {
    "path": "pages/common/arp-scan.md",
    "chars": 490,
    "preview": "# arp-scan\n\n> Send ARP packets to hosts (specified as IP addresses or hostnames) to scan the local network.\n> More infor"
  },
  {
    "path": "pages/common/arp.md",
    "chars": 361,
    "preview": "# arp\n\n> Show and manipulate your system's ARP cache.\n> More information: <https://manned.org/arp.8>.\n\n- Show the curren"
  },
  {
    "path": "pages/common/arping.md",
    "chars": 728,
    "preview": "# arping\n\n> Discover and probe hosts in a network using the ARP protocol.\n> Useful for MAC address discovery.\n> More inf"
  },
  {
    "path": "pages/common/arthas-trace.md",
    "chars": 777,
    "preview": "# arthas-trace\n\n> Trace method invoke chain, and output the time cost for each node in the path.\n> See also: `arthas`, `"
  },
  {
    "path": "pages/common/arthas-watch.md",
    "chars": 793,
    "preview": "# arthas-watch\n\n> Method invoke data observation.\n> See also: `arthas`, `arthas-trace`.\n> More information: <https://art"
  },
  {
    "path": "pages/common/arthas.md",
    "chars": 524,
    "preview": "# arthas\n\n> Java diagnostic tool.\n> See also: `arthas-watch`, `arthas-trace`.\n> More information: <https://arthas.aliyun"
  },
  {
    "path": "pages/common/asar.md",
    "chars": 503,
    "preview": "# asar\n\n> A file archiver for the Electron platform.\n> More information: <https://github.com/electron/asar#usage>.\n\n- Ar"
  },
  {
    "path": "pages/common/ascii-image-converter.md",
    "chars": 934,
    "preview": "# ascii-image-converter\n\n> Convert an image into ASCII.\n> More information: <https://github.com/TheZoraiz/ascii-image-co"
  },
  {
    "path": "pages/common/asciidoctor.md",
    "chars": 758,
    "preview": "# asciidoctor\n\n> Convert AsciiDoc files to a publishable format.\n> More information: <https://docs.asciidoctor.org/ascii"
  },
  {
    "path": "pages/common/asciinema.md",
    "chars": 1131,
    "preview": "# asciinema\n\n> Record and replay terminal sessions, and optionally share them on <https://asciinema.org>.\n> See also: `t"
  },
  {
    "path": "pages/common/asciiquarium.md",
    "chars": 432,
    "preview": "# asciiquarium\n\n> Display an animated aquarium in ASCII art inside the terminal.\n> See also: `cmatrix`, `cbonsai`, `pipe"
  },
  {
    "path": "pages/common/asciitopgm.md",
    "chars": 390,
    "preview": "# asciitopgm\n\n> Convert ASCII graphics into a PGM file.\n> More information: <https://netpbm.sourceforge.net/doc/asciitop"
  },
  {
    "path": "pages/common/asdf.md",
    "chars": 584,
    "preview": "# asdf\n\n> Manage versions of different packages.\n> More information: <https://asdf-vm.com/manage/commands.html>.\n\n- List"
  },
  {
    "path": "pages/common/asnmap.md",
    "chars": 945,
    "preview": "# asnmap\n\n> A Go CLI tool for mapping organization network ranges using ASN information.\n> Note: An API key is required "
  },
  {
    "path": "pages/common/aspell.md",
    "chars": 560,
    "preview": "# aspell\n\n> Interactive spell checker.\n> More information: <http://aspell.net/man-html/index.html>.\n\n- Spell check a sin"
  }
]

// ... and 33891 more files (download for full content)

About this extraction

This page contains the full source code of the tldr-pages/tldr GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 34091 files (13.3 MB), approximately 5.0M tokens, and a symbol index with 75 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!