├── .gitattributes ├── .github └── workflows │ └── witchcraft.yml ├── .gitignore ├── LICENSE ├── README.md ├── codebook.toml ├── docs ├── changelog.md ├── images │ ├── 1.png │ ├── 2.png │ ├── 3.png │ ├── Download_256.png │ ├── banner-snapstore.png │ ├── dig.png │ ├── lineBar.png │ ├── logo.jpg │ ├── maid.png │ ├── maid_ui.png │ ├── projects.png │ └── splited.png └── index.html ├── snapcraft.yaml ├── spellbook ├── archive │ ├── catfish │ │ ├── br_social_media.ct │ │ ├── us_email_gmail.ct │ │ ├── us_email_hr_fish.ct │ │ ├── us_pron_content.ct │ │ └── us_social_media.ct │ ├── dataset │ │ ├── db.json │ │ └── sort.py │ ├── default-credentials │ │ ├── default-passwords.csv │ │ └── scada-pass.csv │ ├── evilpages │ │ ├── Put Your Cloned Pages Here.txt │ │ └── default │ │ │ └── index.html │ ├── fuzzing │ │ ├── Injections │ │ │ ├── All_attack.txt │ │ │ ├── SQL.txt │ │ │ ├── Traversal.txt │ │ │ ├── XML.txt │ │ │ ├── XSS.txt │ │ │ └── bad_chars.txt │ │ ├── general │ │ │ ├── admin-panels.txt │ │ │ ├── big.txt │ │ │ ├── catala.txt │ │ │ ├── common.txt │ │ │ ├── euskera.txt │ │ │ ├── extensions_common.txt │ │ │ ├── http_methods.txt │ │ │ ├── medium.txt │ │ │ ├── megabeast.txt │ │ │ ├── mutations_common.txt │ │ │ ├── spanish.txt │ │ │ └── test.txt │ │ ├── others │ │ │ ├── common_pass.txt │ │ │ └── names.txt │ │ ├── stress │ │ │ ├── alphanum_case.txt │ │ │ ├── alphanum_case_extra.txt │ │ │ ├── char.txt │ │ │ ├── doble_uri_hex.txt │ │ │ ├── test_ext.txt │ │ │ └── uri_hex.txt │ │ ├── vulns │ │ │ ├── apache.txt │ │ │ ├── cgis.txt │ │ │ ├── coldfusion.txt │ │ │ ├── dirTraversal-nix.txt │ │ │ ├── dirTraversal-win.txt │ │ │ ├── dirTraversal.txt │ │ │ ├── domino.txt │ │ │ ├── fatwire.txt │ │ │ ├── fatwire_pagenames.txt │ │ │ ├── frontpage.txt │ │ │ ├── iis.txt │ │ │ ├── iplanet.txt │ │ │ ├── jrun.txt │ │ │ ├── netware.txt │ │ │ ├── oracle9i.txt │ │ │ ├── sharepoint.txt │ │ │ ├── sql_inj.txt │ │ │ ├── sunas.txt │ │ │ ├── tests.txt │ │ │ ├── tomcat.txt │ │ │ ├── vignette.txt │ │ │ ├── weblogic.txt │ │ │ └── websphere.txt │ │ └── webservices │ │ │ ├── ws-dirs.txt │ │ │ └── ws-files.txt │ ├── general │ │ ├── countries.json │ │ ├── dice_eff_words.list │ │ ├── directories.list │ │ ├── domain_complete.list │ │ ├── domain_fast.list │ │ ├── email_disposable.list │ │ ├── email_trusted_list.list │ │ ├── files_extensions.list │ │ ├── languages.json │ │ ├── mac_addres_lockup.list │ │ ├── repo_keyword_scan.list │ │ ├── tlds.list │ │ ├── user_names.list │ │ ├── witchy_sqli.list │ │ └── xss-payload-list.list │ ├── hosts │ │ └── hosts │ ├── malware │ │ └── .gitkeep │ ├── osint │ │ ├── ci-badguys.txt │ │ └── osintdb.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 │ │ ├── common │ │ │ ├── !.md │ │ │ ├── $.md │ │ │ ├── %.md │ │ │ ├── 2to3.md │ │ │ ├── 7z.md │ │ │ ├── 7za.md │ │ │ ├── 7zr.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-logcat.md │ │ │ ├── adb-pair.md │ │ │ ├── adb-reboot.md │ │ │ ├── adb-reverse.md │ │ │ ├── adb-shell.md │ │ │ ├── adb-uninstall.md │ │ │ ├── adb.md │ │ │ ├── adguardhome.md │ │ │ ├── adscript.md │ │ │ ├── afconvert.md │ │ │ ├── ag.md │ │ │ ├── agate.md │ │ │ ├── age-keygen.md │ │ │ ├── age.md │ │ │ ├── aircrack-ng.md │ │ │ ├── airdecap-ng.md │ │ │ ├── aireplay-ng.md │ │ │ ├── airmon-ng.md │ │ │ ├── airodump-ng.md │ │ │ ├── airpaste.md │ │ │ ├── airshare.md │ │ │ ├── ajson.md │ │ │ ├── alacritty.md │ │ │ ├── alex.md │ │ │ ├── alias.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-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 │ │ │ ├── aria2.md │ │ │ ├── aria2c.md │ │ │ ├── arp-scan.md │ │ │ ├── arp.md │ │ │ ├── arping.md │ │ │ ├── asar.md │ │ │ ├── asciidoctor.md │ │ │ ├── asciinema.md │ │ │ ├── asciitopgm.md │ │ │ ├── asdf.md │ │ │ ├── aspell.md │ │ │ ├── assimp.md │ │ │ ├── astronomer.md │ │ │ ├── astyle.md │ │ │ ├── at.md │ │ │ ├── atktopbm.md │ │ │ ├── atom.md │ │ │ ├── atoum.md │ │ │ ├── atq.md │ │ │ ├── atrm.md │ │ │ ├── atuin.md │ │ │ ├── audacious.md │ │ │ ├── auditd.md │ │ │ ├── audtool.md │ │ │ ├── autoconf.md │ │ │ ├── autoflake.md │ │ │ ├── autojump.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-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-config.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-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 │ │ │ ├── azure-cli.md │ │ │ ├── azurite.md │ │ │ ├── b2-tools.md │ │ │ ├── b2sum.md │ │ │ ├── b3sum.md │ │ │ ├── babel.md │ │ │ ├── babeld.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 │ │ │ ├── bcomps.md │ │ │ ├── bdfr.md │ │ │ ├── beanstalkd.md │ │ │ ├── bear.md │ │ │ ├── bedtools.md │ │ │ ├── behat.md │ │ │ ├── berks.md │ │ │ ├── betty.md │ │ │ ├── bfg.md │ │ │ ├── bfs.md │ │ │ ├── bg.md │ │ │ ├── bgpgrep.md │ │ │ ├── bind.md │ │ │ ├── bindkey.md │ │ │ ├── binwalk.md │ │ │ ├── bioradtopgm.md │ │ │ ├── bird.md │ │ │ ├── birdc.md │ │ │ ├── bison.md │ │ │ ├── bitcoin-cli.md │ │ │ ├── bitcoind.md │ │ │ ├── black.md │ │ │ ├── blackfire.md │ │ │ ├── blender.md │ │ │ ├── blockout2.md │ │ │ ├── bmaptool.md │ │ │ ├── bmptopnm.md │ │ │ ├── bmptoppm.md │ │ │ ├── bob.md │ │ │ ├── boot.md │ │ │ ├── borg.md │ │ │ ├── bosh.md │ │ │ ├── bower.md │ │ │ ├── box.md │ │ │ ├── boxes.md │ │ │ ├── bpkg.md │ │ │ ├── bpython.md │ │ │ ├── bpytop.md │ │ │ ├── bq.md │ │ │ ├── brave.md │ │ │ ├── break.md │ │ │ ├── brew-autoremove.md │ │ │ ├── brew-bundle.md │ │ │ ├── brew-install.md │ │ │ ├── brew-list.md │ │ │ ├── brew-outdated.md │ │ │ ├── brew-search.md │ │ │ ├── brew-uninstall.md │ │ │ ├── brew-update.md │ │ │ ├── brew-upgrade.md │ │ │ ├── brew.md │ │ │ ├── brittany.md │ │ │ ├── brotli.md │ │ │ ├── browser-sync.md │ │ │ ├── bru.md │ │ │ ├── brushtopbm.md │ │ │ ├── bshell.md │ │ │ ├── bssh.md │ │ │ ├── btm.md │ │ │ ├── btop.md │ │ │ ├── builtin.md │ │ │ ├── buku.md │ │ │ ├── bun.md │ │ │ ├── bundle.md │ │ │ ├── bundler.md │ │ │ ├── bundletool-dump.md │ │ │ ├── bundletool-validate.md │ │ │ ├── bundletool.md │ │ │ ├── bup.md │ │ │ ├── buzzphrase.md │ │ │ ├── bvnc.md │ │ │ ├── bw.md │ │ │ ├── bzegrep.md │ │ │ ├── bzfgrep.md │ │ │ ├── bzgrep.md │ │ │ ├── bzip2.md │ │ │ ├── bzip3.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 │ │ │ ├── cargo-add.md │ │ │ ├── cargo-bench.md │ │ │ ├── cargo-build.md │ │ │ ├── cargo-check.md │ │ │ ├── cargo-clean.md │ │ │ ├── cargo-clippy.md │ │ │ ├── cargo-doc.md │ │ │ ├── cargo-fetch.md │ │ │ ├── cargo-fix.md │ │ │ ├── cargo-fmt.md │ │ │ ├── cargo-generate-lockfile.md │ │ │ ├── cargo-help.md │ │ │ ├── cargo-init.md │ │ │ ├── cargo-install.md │ │ │ ├── cargo-locate-project.md │ │ │ ├── cargo-login.md │ │ │ ├── cargo-logout.md │ │ │ ├── cargo-metadata.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 │ │ │ ├── carp.md │ │ │ ├── case.md │ │ │ ├── cat.md │ │ │ ├── catimg.md │ │ │ ├── cavif.md │ │ │ ├── cb.md │ │ │ ├── cbonsai.md │ │ │ ├── cbt.md │ │ │ ├── ccache.md │ │ │ ├── ccomps.md │ │ │ ├── cd.md │ │ │ ├── cdecl.md │ │ │ ├── cdk.md │ │ │ ├── certutil.md │ │ │ ├── cf.md │ │ │ ├── cfssl.md │ │ │ ├── chafa.md │ │ │ ├── charm.md │ │ │ ├── chars.md │ │ │ ├── chatgpt.md │ │ │ ├── cheat.md │ │ │ ├── cheatshh.md │ │ │ ├── checkov.md │ │ │ ├── checksec.md │ │ │ ├── chezmoi.md │ │ │ ├── chgrp.md │ │ │ ├── chisel.md │ │ │ ├── chmod.md │ │ │ ├── choose.md │ │ │ ├── chown.md │ │ │ ├── chroma.md │ │ │ ├── chromium.md │ │ │ ├── chronic.md │ │ │ ├── chroot.md │ │ │ ├── chsh.md │ │ │ ├── cidr.md │ │ │ ├── circo.md │ │ │ ├── circup.md │ │ │ ├── cjxl.md │ │ │ ├── cksum.md │ │ │ ├── clamav.md │ │ │ ├── clamdscan.md │ │ │ ├── clamscan.md │ │ │ ├── clang++.md │ │ │ ├── clang-cpp.md │ │ │ ├── clang-format.md │ │ │ ├── clang-tidy.md │ │ │ ├── clang.md │ │ │ ├── clangd.md │ │ │ ├── clear.md │ │ │ ├── clementine.md │ │ │ ├── cli53.md │ │ │ ├── clido.md │ │ │ ├── clifm.md │ │ │ ├── clip-view.md │ │ │ ├── clj.md │ │ │ ├── cloc.md │ │ │ ├── clockwork-cli.md │ │ │ ├── clojure.md │ │ │ ├── cloudflared.md │ │ │ ├── cmake.md │ │ │ ├── cmark.md │ │ │ ├── cmatrix.md │ │ │ ├── cmctl.md │ │ │ ├── cmp.md │ │ │ ├── cmuwmtopbm.md │ │ │ ├── code.md │ │ │ ├── codecrafters.md │ │ │ ├── codespell.md │ │ │ ├── coffee.md │ │ │ ├── cola.md │ │ │ ├── colima.md │ │ │ ├── colon.md │ │ │ ├── colordiff.md │ │ │ ├── colorls.md │ │ │ ├── colorpicker.md │ │ │ ├── column.md │ │ │ ├── combine.md │ │ │ ├── comby.md │ │ │ ├── comm.md │ │ │ ├── command.md │ │ │ ├── compare.md │ │ │ ├── compgen.md │ │ │ ├── complete.md │ │ │ ├── compopt.md │ │ │ ├── composer-require-checker.md │ │ │ ├── composer.md │ │ │ ├── conan-frogarian.md │ │ │ ├── conan.md │ │ │ ├── conda-create.md │ │ │ ├── conda-install.md │ │ │ ├── conda.md │ │ │ ├── consul-kv.md │ │ │ ├── consul.md │ │ │ ├── continue.md │ │ │ ├── convert.md │ │ │ ├── convmv.md │ │ │ ├── coproc.md │ │ │ ├── copyq.md │ │ │ ├── cordova.md │ │ │ ├── core-validate-commit.md │ │ │ ├── corepack.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 │ │ │ ├── crictl.md │ │ │ ├── croc.md │ │ │ ├── cron.md │ │ │ ├── cronic.md │ │ │ ├── crontab.md │ │ │ ├── crunch.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 │ │ │ ├── csvkit.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 │ │ │ ├── czkawka-cli.md │ │ │ ├── d2.md │ │ │ ├── d8.md │ │ │ ├── dalfox.md │ │ │ ├── daps.md │ │ │ ├── darkhttpd.md │ │ │ ├── dart.md │ │ │ ├── dash.md │ │ │ ├── datashader_cli.md │ │ │ ├── date.md │ │ │ ├── dbt.md │ │ │ ├── dbx.md │ │ │ ├── dc.md │ │ │ ├── dcfldd.md │ │ │ ├── dcg.md │ │ │ ├── dcode.md │ │ │ ├── dd.md │ │ │ ├── ddev.md │ │ │ ├── ddgr.md │ │ │ ├── decaffeinate.md │ │ │ ├── declare.md │ │ │ ├── deemix.md │ │ │ ├── delta.md │ │ │ ├── deluge-console.md │ │ │ ├── deluge.md │ │ │ ├── deluged.md │ │ │ ├── deno.md │ │ │ ├── dep.md │ │ │ ├── detox.md │ │ │ ├── devcontainer.md │ │ │ ├── devenv.md │ │ │ ├── dexdump.md │ │ │ ├── dexter.md │ │ │ ├── df.md │ │ │ ├── dfc.md │ │ │ ├── dhclient.md │ │ │ ├── dhcpig.md │ │ │ ├── dhcpwn.md │ │ │ ├── dict.md │ │ │ ├── diff-pdf.md │ │ │ ├── diff.md │ │ │ ├── diffoscope.md │ │ │ ├── diffstat.md │ │ │ ├── difft.md │ │ │ ├── dig.md │ │ │ ├── dillo.md │ │ │ ├── dircolors.md │ │ │ ├── direnv.md │ │ │ ├── dirname.md │ │ │ ├── dirs.md │ │ │ ├── dirsearch.md │ │ │ ├── diskonaut.md │ │ │ ├── disown.md │ │ │ ├── distccd.md │ │ │ ├── dive.md │ │ │ ├── django-admin.md │ │ │ ├── djxl.md │ │ │ ├── dlv.md │ │ │ ├── dmd.md │ │ │ ├── dnsx.md │ │ │ ├── doas.md │ │ │ ├── docker-build.md │ │ │ ├── docker-commit.md │ │ │ ├── docker-compose.md │ │ │ ├── docker-container-diff.md │ │ │ ├── docker-container-remove.md │ │ │ ├── docker-container-rename.md │ │ │ ├── docker-container-rm.md │ │ │ ├── docker-container-top.md │ │ │ ├── docker-container.md │ │ │ ├── docker-context.md │ │ │ ├── docker-cp.md │ │ │ ├── docker-diff.md │ │ │ ├── docker-exec.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-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 │ │ │ ├── doppler-projects.md │ │ │ ├── doppler-run.md │ │ │ ├── doppler-secrets.md │ │ │ ├── doppler.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 │ │ │ ├── doxygen.md │ │ │ ├── drill.md │ │ │ ├── drupal-check.md │ │ │ ├── drupal.md │ │ │ ├── drush.md │ │ │ ├── dtc.md │ │ │ ├── du.md │ │ │ ├── dua.md │ │ │ ├── dub.md │ │ │ ├── duc.md │ │ │ ├── duckdb.md │ │ │ ├── duf.md │ │ │ ├── dumpcap.md │ │ │ ├── dune.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 │ │ │ ├── ebook-convert.md │ │ │ ├── echo.md │ │ │ ├── ect.md │ │ │ ├── ed.md │ │ │ ├── edgepaint.md │ │ │ ├── eget.md │ │ │ ├── egrep.md │ │ │ ├── eksctl.md │ │ │ ├── electron-packager.md │ │ │ ├── electrum.md │ │ │ ├── elinks.md │ │ │ ├── elixir.md │ │ │ ├── elm.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 │ │ │ ├── esbuild.md │ │ │ ├── escp2topbm.md │ │ │ ├── eslint.md │ │ │ ├── espanso.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 │ │ │ ├── expand.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 │ │ │ ├── false.md │ │ │ ├── fast.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 │ │ │ ├── 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 │ │ │ ├── fiascotopnm.md │ │ │ ├── figlet.md │ │ │ ├── file.md │ │ │ ├── filecheck.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.md │ │ │ ├── flex.md │ │ │ ├── flexget.md │ │ │ ├── flips.md │ │ │ ├── flite.md │ │ │ ├── flock.md │ │ │ ├── flow.md │ │ │ ├── fls.md │ │ │ ├── flutter-pub.md │ │ │ ├── flutter.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 │ │ │ ├── freshclam.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 │ │ │ ├── fzf.md │ │ │ ├── g++.md │ │ │ ├── gacutil.md │ │ │ ├── gallery-dl.md │ │ │ ├── gammastep.md │ │ │ ├── ganache-cli.md │ │ │ ├── gatsby.md │ │ │ ├── gau.md │ │ │ ├── gcal.md │ │ │ ├── gcalcli.md │ │ │ ├── gcc.md │ │ │ ├── gcloud-app.md │ │ │ ├── gcloud-auth.md │ │ │ ├── gcloud-components-install.md │ │ │ ├── gcloud-components-update.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 │ │ │ ├── gdown.md │ │ │ ├── gdrive.md │ │ │ ├── gdu.md │ │ │ ├── gem.md │ │ │ ├── gemtopbm.md │ │ │ ├── gemtopnm.md │ │ │ ├── gendesk.md │ │ │ ├── get-nodeinstalllocation.md │ │ │ ├── get-nodeversions.md │ │ │ ├── geth.md │ │ │ ├── getopts.md │ │ │ ├── gfortran.md │ │ │ ├── gh-alias.md │ │ │ ├── gh-api.md │ │ │ ├── gh-auth.md │ │ │ ├── gh-browse.md │ │ │ ├── gh-codespace.md │ │ │ ├── gh-completion.md │ │ │ ├── gh-config.md │ │ │ ├── gh-cs.md │ │ │ ├── gh-environment.md │ │ │ ├── gh-extension.md │ │ │ ├── gh-formatting.md │ │ │ ├── gh-gist.md │ │ │ ├── gh-help.md │ │ │ ├── gh-issue-create.md │ │ │ ├── gh-issue.md │ │ │ ├── gh-label.md │ │ │ ├── gh-mintty.md │ │ │ ├── gh-pr-create.md │ │ │ ├── gh-pr-merge.md │ │ │ ├── gh-pr.md │ │ │ ├── gh-reference.md │ │ │ ├── gh-release.md │ │ │ ├── gh-repo.md │ │ │ ├── gh-run.md │ │ │ ├── gh-screensaver.md │ │ │ ├── gh-secret-set.md │ │ │ ├── gh-secret.md │ │ │ ├── gh-skyline.md │ │ │ ├── gh-ssh-key.md │ │ │ ├── gh-workflow.md │ │ │ ├── gh.md │ │ │ ├── ghc.md │ │ │ ├── ghci.md │ │ │ ├── ghcid.md │ │ │ ├── ghcup.md │ │ │ ├── ghdl.md │ │ │ ├── ghost.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-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-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-feature.md │ │ │ ├── git-fetch.md │ │ │ ├── git-filter-repo.md │ │ │ ├── git-flow.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-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.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-into.md │ │ │ ├── git-merge-repo.md │ │ │ ├── git-merge.md │ │ │ ├── git-mergetool.md │ │ │ ├── git-missing.md │ │ │ ├── git-mktree.md │ │ │ ├── git-mr.md │ │ │ ├── git-mv.md │ │ │ ├── git-notes.md │ │ │ ├── git-obliterate.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-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-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 │ │ │ ├── github-label-sync.md │ │ │ ├── gitk.md │ │ │ ├── gitlab-ctl.md │ │ │ ├── gitlab-runner.md │ │ │ ├── gitlab.md │ │ │ ├── gitleaks.md │ │ │ ├── gitlint.md │ │ │ ├── gitmoji.md │ │ │ ├── gitsome.md │ │ │ ├── gitstats.md │ │ │ ├── gitui.md │ │ │ ├── gitwatch.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 │ │ │ ├── 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 │ │ │ ├── goimports.md │ │ │ ├── golangci-lint.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.md │ │ │ ├── grafana-cli.md │ │ │ ├── grap.md │ │ │ ├── graphml2gv.md │ │ │ ├── greater-than.md │ │ │ ├── grep.md │ │ │ ├── grex.md │ │ │ ├── grip.md │ │ │ ├── groff.md │ │ │ ├── groups.md │ │ │ ├── grpcurl.md │ │ │ ├── grumphp.md │ │ │ ├── grunt.md │ │ │ ├── gst-inspect-1.0.md │ │ │ ├── gst-launch-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 │ │ │ ├── gvpack.md │ │ │ ├── gxl2gv.md │ │ │ ├── gyb.md │ │ │ ├── gzip.md │ │ │ ├── hadolint.md │ │ │ ├── hakyll-init.md │ │ │ ├── handbrakecli.md │ │ │ ├── hangups.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 │ │ │ ├── hexo.md │ │ │ ├── hexyl.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 │ │ │ ├── histexpand.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 │ │ │ ├── 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 │ │ │ ├── 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 │ │ │ ├── husky.md │ │ │ ├── hut.md │ │ │ ├── hx.md │ │ │ ├── hydra.md │ │ │ ├── hyperfine.md │ │ │ ├── ia.md │ │ │ ├── ibmcloud-login.md │ │ │ ├── ibmcloud.md │ │ │ ├── ical.md │ │ │ ├── icontopbm.md │ │ │ ├── iconv.md │ │ │ ├── id.md │ │ │ ├── id3tag.md │ │ │ ├── idea.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 │ │ │ ├── imgcat.md │ │ │ ├── imgtoppm.md │ │ │ ├── immich-cli.md │ │ │ ├── immich-go.md │ │ │ ├── import.md │ │ │ ├── in-toto-record.md │ │ │ ├── in-toto-run.md │ │ │ ├── in-toto-sign.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 │ │ │ ├── ipcs.md │ │ │ ├── iperf.md │ │ │ ├── iperf3.md │ │ │ ├── ipfs.md │ │ │ ├── ippevepcl.md │ │ │ ├── ippeveprinter.md │ │ │ ├── ippeveps.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 │ │ │ ├── jadx.md │ │ │ ├── jar.md │ │ │ ├── jarsigner.md │ │ │ ├── java.md │ │ │ ├── javac.md │ │ │ ├── javadoc.md │ │ │ ├── javap.md │ │ │ ├── jbang.md │ │ │ ├── jc.md │ │ │ ├── jcal.md │ │ │ ├── jdeps.md │ │ │ ├── jdupes.md │ │ │ ├── jekyll.md │ │ │ ├── jello.md │ │ │ ├── jenv.md │ │ │ ├── jest.md │ │ │ ├── jetifier.md │ │ │ ├── jf.md │ │ │ ├── jfrog.md │ │ │ ├── jhat.md │ │ │ ├── jhipster.md │ │ │ ├── jhsdb.md │ │ │ ├── jigsaw.md │ │ │ ├── jmap.md │ │ │ ├── jmeter.md │ │ │ ├── jmtpfs.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 │ │ │ ├── k6.md │ │ │ ├── k8s-unused-secret-detector.md │ │ │ ├── k8sec.md │ │ │ ├── k9s.md │ │ │ ├── kafkacat.md │ │ │ ├── kaggle.md │ │ │ ├── kahlan.md │ │ │ ├── kak.md │ │ │ ├── katana.md │ │ │ ├── kate.md │ │ │ ├── kcadm.sh.md │ │ │ ├── kcat.md │ │ │ ├── kdeconnect-cli.md │ │ │ ├── kdenlive.md │ │ │ ├── kdig.md │ │ │ ├── keep-header.md │ │ │ ├── keepass2.md │ │ │ ├── keepassxc-cli.md │ │ │ ├── keybase.md │ │ │ ├── keychain.md │ │ │ ├── keytool.md │ │ │ ├── khal.md │ │ │ ├── kill.md │ │ │ ├── killall.md │ │ │ ├── kind.md │ │ │ ├── kinit.md │ │ │ ├── kismet.md │ │ │ ├── kitex.md │ │ │ ├── kitty.md │ │ │ ├── kiwi-ng.md │ │ │ ├── knife.md │ │ │ ├── knotc.md │ │ │ ├── kompose.md │ │ │ ├── kool.md │ │ │ ├── kopia.md │ │ │ ├── kops.md │ │ │ ├── kosmorro.md │ │ │ ├── kotlin.md │ │ │ ├── kotlinc.md │ │ │ ├── krita.md │ │ │ ├── krunvm.md │ │ │ ├── ksh.md │ │ │ ├── kube-capacity.md │ │ │ ├── kube-fzf.md │ │ │ ├── kubeadm.md │ │ │ ├── kubectl-apply.md │ │ │ ├── kubectl-config.md │ │ │ ├── kubectl-create.md │ │ │ ├── kubectl-delete.md │ │ │ ├── kubectl-describe.md │ │ │ ├── kubectl-edit.md │ │ │ ├── kubectl-expose.md │ │ │ ├── kubectl-get.md │ │ │ ├── kubectl-label.md │ │ │ ├── kubectl-logs.md │ │ │ ├── kubectl-replace.md │ │ │ ├── kubectl-rollout.md │ │ │ ├── kubectl-run.md │ │ │ ├── kubectl-scale.md │ │ │ ├── kubectl-taint.md │ │ │ ├── kubectl-wait.md │ │ │ ├── kubectl.md │ │ │ ├── kubectx.md │ │ │ ├── kubens.md │ │ │ ├── kubetail.md │ │ │ ├── kustomize.md │ │ │ ├── l2ping.md │ │ │ ├── lambo-new.md │ │ │ ├── lambo.md │ │ │ ├── lando.md │ │ │ ├── laravel-zero.md │ │ │ ├── laravel.md │ │ │ ├── last.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.md │ │ │ ├── less.md │ │ │ ├── let.md │ │ │ ├── lex.md │ │ │ ├── libreoffice.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 │ │ │ ├── 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 │ │ │ ├── lsof.md │ │ │ ├── lspath.md │ │ │ ├── lstopo.md │ │ │ ├── lsyncd.md │ │ │ ├── lt.md │ │ │ ├── lua.md │ │ │ ├── luac.md │ │ │ ├── luajit.md │ │ │ ├── lualatex.md │ │ │ ├── lumen.md │ │ │ ├── lwp-request.md │ │ │ ├── lychee.md │ │ │ ├── lynx.md │ │ │ ├── lz4.md │ │ │ ├── lzcat.md │ │ │ ├── lzcmp.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 │ │ │ ├── mail.md │ │ │ ├── mailx.md │ │ │ ├── make.md │ │ │ ├── makebuildserver.md │ │ │ ├── makensis.md │ │ │ ├── makepasswd.md │ │ │ ├── mamba-repoquery.md │ │ │ ├── mamba.md │ │ │ ├── man.md │ │ │ ├── mapfile.md │ │ │ ├── masscan.md │ │ │ ├── mat2.md │ │ │ ├── mate-dictionary.md │ │ │ ├── matlab.md │ │ │ ├── maza.md │ │ │ ├── mc.md │ │ │ ├── mcfly.md │ │ │ ├── mcs.md │ │ │ ├── md-to-clip.md │ │ │ ├── md5sum.md │ │ │ ├── mdatopbm.md │ │ │ ├── mdp.md │ │ │ ├── mediainfo.md │ │ │ ├── medusa.md │ │ │ ├── meld.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 │ │ │ ├── microsoft-edge.md │ │ │ ├── mid3v2.md │ │ │ ├── middleman.md │ │ │ ├── minetest.md │ │ │ ├── minetestserver.md │ │ │ ├── mingle.md │ │ │ ├── minifab.md │ │ │ ├── minikube-start.md │ │ │ ├── minikube.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 │ │ │ ├── moe.md │ │ │ ├── mogrify.md │ │ │ ├── molecule.md │ │ │ ├── mongo.md │ │ │ ├── mongod.md │ │ │ ├── mongodump.md │ │ │ ├── mongoexport.md │ │ │ ├── mongoimport.md │ │ │ ├── mongorestore.md │ │ │ ├── mongosh.md │ │ │ ├── monodevelop.md │ │ │ ├── monodis.md │ │ │ ├── monop.md │ │ │ ├── montage.md │ │ │ ├── more.md │ │ │ ├── moreutils.md │ │ │ ├── moro.md │ │ │ ├── mosh.md │ │ │ ├── mosquitto.md │ │ │ ├── mosquitto_passwd.md │ │ │ ├── mosquitto_pub.md │ │ │ ├── mosquitto_sub.md │ │ │ ├── most.md │ │ │ ├── mount.md │ │ │ ├── mozillavpn.md │ │ │ ├── mp3info.md │ │ │ ├── mp4box.md │ │ │ ├── mpc.md │ │ │ ├── mpd.md │ │ │ ├── mpg321.md │ │ │ ├── mplayer.md │ │ │ ├── mpv.md │ │ │ ├── mr.md │ │ │ ├── msbuild.md │ │ │ ├── mscore.md │ │ │ ├── msedge.md │ │ │ ├── msfconsole.md │ │ │ ├── msfvenom.md │ │ │ ├── msgfmt.md │ │ │ ├── msgunfmt.md │ │ │ ├── msmtp.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.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 │ │ │ ├── nano.md │ │ │ ├── nasm.md │ │ │ ├── nativefier.md │ │ │ ├── nbtscan.md │ │ │ ├── nc.md │ │ │ ├── ncc.md │ │ │ ├── ncdu.md │ │ │ ├── ncmpcpp.md │ │ │ ├── ncu.md │ │ │ ├── neato.md │ │ │ ├── ned.md │ │ │ ├── neo4j-admin.md │ │ │ ├── neofetch.md │ │ │ ├── neomutt.md │ │ │ ├── neotoppm.md │ │ │ ├── nest.md │ │ │ ├── netcat.md │ │ │ ├── netdiscover.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.md │ │ │ ├── nginx.md │ │ │ ├── ngrep.md │ │ │ ├── ngrok.md │ │ │ ├── ngs.md │ │ │ ├── nice.md │ │ │ ├── nikto.md │ │ │ ├── nim.md │ │ │ ├── nimble.md │ │ │ ├── ninja.md │ │ │ ├── nix-build.md │ │ │ ├── nix-classic.md │ │ │ ├── nix-collect-garbage.md │ │ │ ├── nix-env.md │ │ │ ├── nix-shell.md │ │ │ ├── nix-store.md │ │ │ ├── nix.md │ │ │ ├── nix3-build.md │ │ │ ├── nix3-develop.md │ │ │ ├── nix3-edit.md │ │ │ ├── nix3-flake.md │ │ │ ├── nix3-profile.md │ │ │ ├── nix3-registry.md │ │ │ ├── nix3-repl.md │ │ │ ├── nix3-run.md │ │ │ ├── nix3-search.md │ │ │ ├── nix3-shell.md │ │ │ ├── nix3-store.md │ │ │ ├── nix3-why-depends.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 │ │ │ ├── noti.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-dedupe.md │ │ │ ├── npm-doctor.md │ │ │ ├── npm-find-dupes.md │ │ │ ├── npm-fund.md │ │ │ ├── npm-home.md │ │ │ ├── npm-init.md │ │ │ ├── npm-install.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-query.md │ │ │ ├── npm-restart.md │ │ │ ├── npm-root.md │ │ │ ├── npm-run-script.md │ │ │ ├── npm-run.md │ │ │ ├── npm-search.md │ │ │ ├── npm-star.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 │ │ │ ├── ntfy.md │ │ │ ├── ntfyme.md │ │ │ ├── nth.md │ │ │ ├── ntl.md │ │ │ ├── ntpctl.md │ │ │ ├── nu.md │ │ │ ├── nuclei.md │ │ │ ├── nudoku.md │ │ │ ├── numfmt.md │ │ │ ├── nvcc.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 │ │ │ ├── oathtool.md │ │ │ ├── objdump.md │ │ │ ├── obs.md │ │ │ ├── oc.md │ │ │ ├── ocaml.md │ │ │ ├── ocamlc.md │ │ │ ├── ocamlfind.md │ │ │ ├── ocamlopt.md │ │ │ ├── ocrmypdf.md │ │ │ ├── octave.md │ │ │ ├── octez-client.md │ │ │ ├── od.md │ │ │ ├── odps-auth.md │ │ │ ├── odps-func.md │ │ │ ├── odps-inst.md │ │ │ ├── odps-resource.md │ │ │ ├── odps-table.md │ │ │ ├── odps-tunnel.md │ │ │ ├── odps.md │ │ │ ├── offlineimap.md │ │ │ ├── ogr2ogr.md │ │ │ ├── ogrinfo.md │ │ │ ├── ogrmerge.py.md │ │ │ ├── ohdear-cli.md │ │ │ ├── okular.md │ │ │ ├── ollama.md │ │ │ ├── omf.md │ │ │ ├── omz.md │ │ │ ├── onefetch.md │ │ │ ├── onionsearch.md │ │ │ ├── ooniprobe.md │ │ │ ├── op.md │ │ │ ├── opam.md │ │ │ ├── open.fish.md │ │ │ ├── open.md │ │ │ ├── openai.md │ │ │ ├── openconnect.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 │ │ │ ├── openttd.md │ │ │ ├── openvpn.md │ │ │ ├── opera.md │ │ │ ├── opt.md │ │ │ ├── optipng.md │ │ │ ├── opusenc.md │ │ │ ├── orca-c.md │ │ │ ├── osage.md │ │ │ ├── osmium.md │ │ │ ├── osv-scanner.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 │ │ │ ├── par2.md │ │ │ ├── parallel-lint.md │ │ │ ├── parallel.md │ │ │ ├── parquet-tools.md │ │ │ ├── particle.md │ │ │ ├── pass-otp.md │ │ │ ├── pass.md │ │ │ ├── passwd.md │ │ │ ├── paste.md │ │ │ ├── pastel.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 │ │ │ ├── peco.md │ │ │ ├── pee.md │ │ │ ├── peerflix.md │ │ │ ├── peerindex.md │ │ │ ├── peludna-prognoza.md │ │ │ ├── perl.md │ │ │ ├── perlbrew.md │ │ │ ├── perldoc.md │ │ │ ├── pest.md │ │ │ ├── pfetch.md │ │ │ ├── pg_ctl.md │ │ │ ├── pg_dump.md │ │ │ ├── pg_dumpall.md │ │ │ ├── pg_isready.md │ │ │ ├── pg_restore.md │ │ │ ├── pgbench.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 │ │ │ ├── picocom.md │ │ │ ├── picom-trans.md │ │ │ ├── picttoppm.md │ │ │ ├── pigz.md │ │ │ ├── ping.md │ │ │ ├── ping6.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-package.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-freeze.md │ │ │ ├── pip-install.md │ │ │ ├── pip-uninstall.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 │ │ │ ├── pkg-config.md │ │ │ ├── pkill.md │ │ │ ├── plantuml.md │ │ │ ├── platformio.md │ │ │ ├── play.md │ │ │ ├── plenv.md │ │ │ ├── plesk.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 │ │ │ ├── podman-build.md │ │ │ ├── podman-compose.md │ │ │ ├── podman-image.md │ │ │ ├── podman-images.md │ │ │ ├── podman-login.md │ │ │ ├── podman-machine.md │ │ │ ├── podman-ps.md │ │ │ ├── podman-rmi.md │ │ │ ├── podman-run.md │ │ │ ├── podman.md │ │ │ ├── poetry.md │ │ │ ├── polybar-msg.md │ │ │ ├── polybar.md │ │ │ ├── pop.md │ │ │ ├── popd.md │ │ │ ├── popeye.md │ │ │ ├── postcss.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 │ │ │ ├── prettier.md │ │ │ ├── pretty-bytes.md │ │ │ ├── printenv.md │ │ │ ├── printf.md │ │ │ ├── procs.md │ │ │ ├── progpilot.md │ │ │ ├── progress.md │ │ │ ├── projucer.md │ │ │ ├── promtool.md │ │ │ ├── prosodyctl.md │ │ │ ├── protector.md │ │ │ ├── protoc.md │ │ │ ├── prqlc.md │ │ │ ├── ps-nvm.md │ │ │ ├── ps.md │ │ │ ├── psalm.md │ │ │ ├── psgrep.md │ │ │ ├── psidtopgm.md │ │ │ ├── psql.md │ │ │ ├── pssh.md │ │ │ ├── pstopnm.md │ │ │ ├── psysh.md │ │ │ ├── pt.md │ │ │ ├── ptargrep.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-destroy.md │ │ │ ├── pulumi-gen-completion.md │ │ │ ├── pulumi-install.md │ │ │ ├── pulumi-login.md │ │ │ ├── pulumi-logout.md │ │ │ ├── pulumi-new.md │ │ │ ├── pulumi-preview.md │ │ │ ├── pulumi-stack.md │ │ │ ├── pulumi-up.md │ │ │ ├── pulumi-version.md │ │ │ ├── pulumi-whoami.md │ │ │ ├── pulumi.md │ │ │ ├── pup.md │ │ │ ├── puppet-agent.md │ │ │ ├── puppet-apply.md │ │ │ ├── puppet.md │ │ │ ├── pushd.md │ │ │ ├── pv.md │ │ │ ├── pwd.md │ │ │ ├── pwgen.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 │ │ │ ├── pygmentize.md │ │ │ ├── pyinfra.md │ │ │ ├── pylint.md │ │ │ ├── pypy.md │ │ │ ├── pystun3.md │ │ │ ├── pytest.md │ │ │ ├── python.md │ │ │ ├── python3.md │ │ │ ├── q.md │ │ │ ├── qalc.md │ │ │ ├── qc.md │ │ │ ├── qcp.md │ │ │ ├── qdbus.md │ │ │ ├── qemu-img.md │ │ │ ├── qemu.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 │ │ │ ├── r.md │ │ │ ├── r2.md │ │ │ ├── r2e.md │ │ │ ├── rabin2.md │ │ │ ├── racket.md │ │ │ ├── raco.md │ │ │ ├── radare2.md │ │ │ ├── rage.md │ │ │ ├── rails-db.md │ │ │ ├── rails-destroy.md │ │ │ ├── rails-generate.md │ │ │ ├── rails-routes.md │ │ │ ├── rails.md │ │ │ ├── railway.md │ │ │ ├── rainbowstream.md │ │ │ ├── rake.md │ │ │ ├── ranger.md │ │ │ ├── rapper.md │ │ │ ├── rar.md │ │ │ ├── rarcrack.md │ │ │ ├── rasttopnm.md │ │ │ ├── rawtopgm.md │ │ │ ├── rawtoppm.md │ │ │ ├── rbac-lookup.md │ │ │ ├── rbash.md │ │ │ ├── rbenv.md │ │ │ ├── rbt.md │ │ │ ├── rc.md │ │ │ ├── rcat.md │ │ │ ├── rclone.md │ │ │ ├── rdfind.md │ │ │ ├── react-native-start.md │ │ │ ├── react-native.md │ │ │ ├── read.md │ │ │ ├── readarray.md │ │ │ ├── readlink.md │ │ │ ├── readonly.md │ │ │ ├── realpath.md │ │ │ ├── recsel.md │ │ │ ├── rector.md │ │ │ ├── redis-benchmark.md │ │ │ ├── redis-cli.md │ │ │ ├── redis-server.md │ │ │ ├── redshift.md │ │ │ ├── reflac.md │ │ │ ├── reflex.md │ │ │ ├── rekor-cli.md │ │ │ ├── remove-nodeversion.md │ │ │ ├── renice.md │ │ │ ├── repren.md │ │ │ ├── resolvconf.md │ │ │ ├── restic.md │ │ │ ├── resume.md │ │ │ ├── retry.md │ │ │ ├── return.md │ │ │ ├── rev.md │ │ │ ├── rfetch.md │ │ │ ├── rg.md │ │ │ ├── rga.md │ │ │ ├── rgb3toppm.md │ │ │ ├── rgpt.md │ │ │ ├── rgrep.md │ │ │ ├── rhash.md │ │ │ ├── rich.md │ │ │ ├── rip.md │ │ │ ├── ripgrep.md │ │ │ ├── rkdeveloptool.md │ │ │ ├── rlatopam.md │ │ │ ├── rletopnm.md │ │ │ ├── rlwrap.md │ │ │ ├── rm.md │ │ │ ├── rmdir.md │ │ │ ├── rmlint.md │ │ │ ├── roave-backward-compatibility-check.md │ │ │ ├── robo.md │ │ │ ├── roll.md │ │ │ ├── ropgadget.md │ │ │ ├── ropper.md │ │ │ ├── route.md │ │ │ ├── rpi-imager.md │ │ │ ├── rr.md │ │ │ ├── rscript.md │ │ │ ├── rspec.md │ │ │ ├── rss2email.md │ │ │ ├── rsstail.md │ │ │ ├── rsync.md │ │ │ ├── rtl_sdr.md │ │ │ ├── rtmpdump.md │ │ │ ├── rtv.md │ │ │ ├── rubocop.md │ │ │ ├── ruby.md │ │ │ ├── ruff-check.md │ │ │ ├── ruff-format.md │ │ │ ├── ruff.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-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 │ │ │ ├── samtools.md │ │ │ ├── sass.md │ │ │ ├── satis.md │ │ │ ├── sbcl.md │ │ │ ├── sbigtopgm.md │ │ │ ├── sbt.md │ │ │ ├── sbuild.md │ │ │ ├── sc-im.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 │ │ │ ├── sccmap.md │ │ │ ├── scd.md │ │ │ ├── scheme.md │ │ │ ├── scp.md │ │ │ ├── scrapy.md │ │ │ ├── scrcpy.md │ │ │ ├── screen.md │ │ │ ├── screenfetch.md │ │ │ ├── script.md │ │ │ ├── sd.md │ │ │ ├── sdcv.md │ │ │ ├── sdiff.md │ │ │ ├── sdk.md │ │ │ ├── sdkmanager.md │ │ │ ├── searchsploit.md │ │ │ ├── secrethub.md │ │ │ ├── security-checker.md │ │ │ ├── sed.md │ │ │ ├── select.md │ │ │ ├── semver.md │ │ │ ├── sendmail.md │ │ │ ├── seq.md │ │ │ ├── sequelize.md │ │ │ ├── serialver.md │ │ │ ├── serve.md │ │ │ ├── serverless.md │ │ │ ├── set-nodeinstalllocation.md │ │ │ ├── set-nodeversion.md │ │ │ ├── set.md │ │ │ ├── sf.md │ │ │ ├── sfdp.md │ │ │ ├── sftp.md │ │ │ ├── sg.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 │ │ │ ├── shfmt.md │ │ │ ├── shift.md │ │ │ ├── shiori.md │ │ │ ├── shopt.md │ │ │ ├── shotcut.md │ │ │ ├── showfigfonts.md │ │ │ ├── shred.md │ │ │ ├── shuf.md │ │ │ ├── siege.md │ │ │ ├── silicon.md │ │ │ ├── simplehttpserver.md │ │ │ ├── sindresorhus.md │ │ │ ├── singularity.md │ │ │ ├── sirtopnm.md │ │ │ ├── sk.md │ │ │ ├── skaffold.md │ │ │ ├── skate.md │ │ │ ├── skicka.md │ │ │ ├── skopeo.md │ │ │ ├── sl.md │ │ │ ├── slackcat.md │ │ │ ├── sldtoppm.md │ │ │ ├── sleep.md │ │ │ ├── slimrb.md │ │ │ ├── smalltalkci.md │ │ │ ├── smartctl.md │ │ │ ├── smbmap.md │ │ │ ├── sn.md │ │ │ ├── snakefmt.md │ │ │ ├── sngrep.md │ │ │ ├── snort.md │ │ │ ├── snowsql.md │ │ │ ├── snyk.md │ │ │ ├── socat.md │ │ │ ├── solcjs.md │ │ │ ├── solo.md │ │ │ ├── sonar-scanner.md │ │ │ ├── sops.md │ │ │ ├── sort.md │ │ │ ├── soupault.md │ │ │ ├── source.md │ │ │ ├── sox.md │ │ │ ├── soxi.md │ │ │ ├── spark.md │ │ │ ├── spctoppm.md │ │ │ ├── spectacle.md │ │ │ ├── speed-test.md │ │ │ ├── speedcrunch.md │ │ │ ├── speedtest-cli.md │ │ │ ├── speedtest-rs.md │ │ │ ├── speedtest.md │ │ │ ├── spfquery.md │ │ │ ├── sphinx-build.md │ │ │ ├── spicetify.md │ │ │ ├── spike.md │ │ │ ├── split.md │ │ │ ├── sponge.md │ │ │ ├── spotdl.md │ │ │ ├── spottopgm.md │ │ │ ├── sputoppm.md │ │ │ ├── sqlite-utils.md │ │ │ ├── sqlite3.md │ │ │ ├── sqlmap.md │ │ │ ├── sqsc.md │ │ │ ├── srftopam.md │ │ │ ├── srm.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 │ │ │ ├── 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 │ │ │ ├── stressapptest.md │ │ │ ├── strings.md │ │ │ ├── strip-nondeterminism.md │ │ │ ├── stripe.md │ │ │ ├── stty.md │ │ │ ├── stun.md │ │ │ ├── stylua.md │ │ │ ├── su.md │ │ │ ├── subfinder.md │ │ │ ├── subl.md │ │ │ ├── subliminal.md │ │ │ ├── sublist3r.md │ │ │ ├── sudo.md │ │ │ ├── sui-client-faucet.md │ │ │ ├── sui-client-ptb.md │ │ │ ├── sui-client.md │ │ │ ├── sui-move.md │ │ │ ├── sui.md │ │ │ ├── sum.md │ │ │ ├── sunicontopnm.md │ │ │ ├── sup.md │ │ │ ├── supervisorctl.md │ │ │ ├── supervisord.md │ │ │ ├── surfraw.md │ │ │ ├── surge.md │ │ │ ├── suspend.md │ │ │ ├── sv.md │ │ │ ├── svgcleaner.md │ │ │ ├── svgo.md │ │ │ ├── svgr.md │ │ │ ├── svgtopam.md │ │ │ ├── svn-changelist.md │ │ │ ├── svn.md │ │ │ ├── swagger-codegen.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-ssh.md │ │ │ ├── tailscale-up.md │ │ │ ├── tailscale.md │ │ │ ├── takeout.md │ │ │ ├── tar.md │ │ │ ├── tarsnap-keygen.md │ │ │ ├── tarsnap.md │ │ │ ├── task.md │ │ │ ├── tb.md │ │ │ ├── tbl.md │ │ │ ├── tcc.md │ │ │ ├── tcpdump.md │ │ │ ├── tcpreplay.md │ │ │ ├── tcsh.md │ │ │ ├── tea.md │ │ │ ├── tectonic.md │ │ │ ├── tee.md │ │ │ ├── telegram-desktop.md │ │ │ ├── telnet.md │ │ │ ├── termdown.md │ │ │ ├── terminalizer.md │ │ │ ├── terraform-fmt.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 │ │ │ ├── tgpt.md │ │ │ ├── theharvester.md │ │ │ ├── thinkjettopbm.md │ │ │ ├── thunderbird.md │ │ │ ├── tidy.md │ │ │ ├── tifftopnm.md │ │ │ ├── tig.md │ │ │ ├── time.md │ │ │ ├── timeout.md │ │ │ ├── times.md │ │ │ ├── timetrap.md │ │ │ ├── timew.md │ │ │ ├── timidity.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 │ │ │ ├── tmpmail.md │ │ │ ├── tmsu.md │ │ │ ├── tmux.md │ │ │ ├── tmuxinator.md │ │ │ ├── todo.md │ │ │ ├── todo.sh.md │ │ │ ├── todoist.md │ │ │ ├── todoman.md │ │ │ ├── toipe.md │ │ │ ├── tokei.md │ │ │ ├── topgrade.md │ │ │ ├── topydo.md │ │ │ ├── touch.md │ │ │ ├── tox.md │ │ │ ├── tpp.md │ │ │ ├── tput.md │ │ │ ├── tr.md │ │ │ ├── traceroute.md │ │ │ ├── traefik.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 │ │ │ ├── trivy.md │ │ │ ├── troff.md │ │ │ ├── true.md │ │ │ ├── truffle.md │ │ │ ├── trufflehog.md │ │ │ ├── truncate.md │ │ │ ├── ts-node.md │ │ │ ├── ts.md │ │ │ ├── tsc.md │ │ │ ├── tslint.md │ │ │ ├── tsort.md │ │ │ ├── tspin.md │ │ │ ├── tsv-filter.md │ │ │ ├── tt.md │ │ │ ├── tts.md │ │ │ ├── tty.md │ │ │ ├── tuc.md │ │ │ ├── tuckr.md │ │ │ ├── tuir.md │ │ │ ├── turbo.md │ │ │ ├── twine.md │ │ │ ├── twm.md │ │ │ ├── twopi.md │ │ │ ├── twurl.md │ │ │ ├── tye.md │ │ │ ├── type.md │ │ │ ├── typeinc.md │ │ │ ├── typeorm.md │ │ │ ├── typeset.md │ │ │ ├── typst.md │ │ │ ├── u3d.md │ │ │ ├── ufraw-batch.md │ │ │ ├── ugrep.md │ │ │ ├── ulimit.md │ │ │ ├── umask.md │ │ │ ├── umount.md │ │ │ ├── unalias.md │ │ │ ├── uname.md │ │ │ ├── unar.md │ │ │ ├── unclutter.md │ │ │ ├── uncrustify.md │ │ │ ├── unexpand.md │ │ │ ├── unflatten.md │ │ │ ├── unimatrix.md │ │ │ ├── uniq.md │ │ │ ├── unison.md │ │ │ ├── units.md │ │ │ ├── unlink.md │ │ │ ├── unlzma.md │ │ │ ├── unp.md │ │ │ ├── unrar.md │ │ │ ├── unset.md │ │ │ ├── until.md │ │ │ ├── unxz.md │ │ │ ├── unzip.md │ │ │ ├── unzstd.md │ │ │ ├── updog.md │ │ │ ├── upt.md │ │ │ ├── uptime.md │ │ │ ├── upx.md │ │ │ ├── users.md │ │ │ ├── usql.md │ │ │ ├── uudecode.md │ │ │ ├── uuencode.md │ │ │ ├── uv-python.md │ │ │ ├── uv-tool.md │ │ │ ├── uv.md │ │ │ ├── uvicorn.md │ │ │ ├── v.md │ │ │ ├── vagrant.md │ │ │ ├── vala.md │ │ │ ├── valac.md │ │ │ ├── vale.md │ │ │ ├── valgrind.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-movevm.md │ │ │ ├── vboxmanage-registervm.md │ │ │ ├── vboxmanage-showvminfo.md │ │ │ ├── vboxmanage-startvm.md │ │ │ ├── vboxmanage-unregistervm.md │ │ │ ├── vboxmanage.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 │ │ │ ├── vf.md │ │ │ ├── vgmstream_cli.md │ │ │ ├── vgrep.md │ │ │ ├── vhs.md │ │ │ ├── vi.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-clone.md │ │ │ ├── virt-install.md │ │ │ ├── virt-qemu-run.md │ │ │ ├── virt-sparsify.md │ │ │ ├── virt-sysprep.md │ │ │ ├── virtualenv.md │ │ │ ├── virtualenvwrapper.md │ │ │ ├── visudo.md │ │ │ ├── vite.md │ │ │ ├── vitest.md │ │ │ ├── viu.md │ │ │ ├── vivaldi.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 │ │ │ ├── watson.md │ │ │ ├── waybar.md │ │ │ ├── waymore.md │ │ │ ├── wbmptopbm.md │ │ │ ├── wc.md │ │ │ ├── wdiff.md │ │ │ ├── weasyprint.md │ │ │ ├── web-ext.md │ │ │ ├── webpack.md │ │ │ ├── webstorm.md │ │ │ ├── webtorrent.md │ │ │ ├── weechat.md │ │ │ ├── wfuzz.md │ │ │ ├── wget.md │ │ │ ├── wget2.md │ │ │ ├── whatwaf.md │ │ │ ├── where.md │ │ │ ├── whereis.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 │ │ │ ├── wireplumber.md │ │ │ ├── wkhtmltopdf.md │ │ │ ├── wondershaper.md │ │ │ ├── wordgrinder.md │ │ │ ├── wormhole.md │ │ │ ├── wp.md │ │ │ ├── wpa_supplicant.md │ │ │ ├── wpaclean.md │ │ │ ├── wpexec.md │ │ │ ├── wpm.md │ │ │ ├── wpscan.md │ │ │ ├── wrangler.md │ │ │ ├── write.md │ │ │ ├── wrk.md │ │ │ ├── wuzz.md │ │ │ ├── x11docker.md │ │ │ ├── x_x.md │ │ │ ├── xar.md │ │ │ ├── xargs.md │ │ │ ├── xbmtopbm.md │ │ │ ├── xcaddy.md │ │ │ ├── xcv.md │ │ │ ├── xdelta.md │ │ │ ├── xe.md │ │ │ ├── xephyr.md │ │ │ ├── xetex.md │ │ │ ├── xev.md │ │ │ ├── xgettext.md │ │ │ ├── xh.md │ │ │ ├── xidel.md │ │ │ ├── ximtoppm.md │ │ │ ├── xkcdpass.md │ │ │ ├── xkill.md │ │ │ ├── xmake.md │ │ │ ├── xml-canonic.md │ │ │ ├── xml-depyx.md │ │ │ ├── xml-edit.md │ │ │ ├── xml-elements.md │ │ │ ├── xml-escape.md │ │ │ ├── xml-format.md │ │ │ ├── xml-list.md │ │ │ ├── xml-pyx.md │ │ │ ├── xml-select.md │ │ │ ├── xml-transform.md │ │ │ ├── xml-unescape.md │ │ │ ├── xml-validate.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 │ │ │ ├── yard.md │ │ │ ├── yarn-why.md │ │ │ ├── yarn.md │ │ │ ├── yazi.md │ │ │ ├── ybacklight.md │ │ │ ├── ybmtopbm.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 │ │ │ ├── yuvsplittoppm.md │ │ │ ├── yuvtoppm.md │ │ │ ├── yuy2topam.md │ │ │ ├── z.md │ │ │ ├── zapier-analytics.md │ │ │ ├── zapier-build.md │ │ │ ├── zapier-convert.md │ │ │ ├── zapier-init.md │ │ │ ├── zapier-push.md │ │ │ ├── zapier-scaffold.md │ │ │ ├── zapier.md │ │ │ ├── zbarimg.md │ │ │ ├── zcat.md │ │ │ ├── zcmp.md │ │ │ ├── zdb.md │ │ │ ├── zdiff.md │ │ │ ├── zeek.md │ │ │ ├── zegrep.md │ │ │ ├── zeisstopnm.md │ │ │ ├── zek.md │ │ │ ├── zellij.md │ │ │ ├── zfgrep.md │ │ │ ├── zfs.md │ │ │ ├── zgrep.md │ │ │ ├── zig.md │ │ │ ├── zint.md │ │ │ ├── zip.md │ │ │ ├── zip2john.md │ │ │ ├── zipalign.md │ │ │ ├── zipcloak.md │ │ │ ├── zipgrep.md │ │ │ ├── zipinfo.md │ │ │ ├── zipnote.md │ │ │ ├── zless.md │ │ │ ├── zlib-flate.md │ │ │ ├── zm.md │ │ │ ├── zmore.md │ │ │ ├── zmv.md │ │ │ ├── znew.md │ │ │ ├── zola.md │ │ │ ├── zopflipng.md │ │ │ ├── zotero.md │ │ │ ├── zoxide.md │ │ │ ├── zpaq.md │ │ │ ├── zpool.md │ │ │ ├── zrun.md │ │ │ ├── zsh.md │ │ │ ├── zstd.md │ │ │ ├── zstdcat.md │ │ │ ├── zstdless.md │ │ │ ├── zstdmt.md │ │ │ ├── zsteg.md │ │ │ ├── {.md │ │ │ └── ~.md │ │ ├── freebsd │ │ │ ├── base64.md │ │ │ ├── cal.md │ │ │ ├── chfn.md │ │ │ ├── chpass.md │ │ │ ├── chsh.md │ │ │ ├── df.md │ │ │ ├── look.md │ │ │ ├── pkg.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-complain.md │ │ │ ├── aa-disable.md │ │ │ ├── aa-enforce.md │ │ │ ├── aa-status.md │ │ │ ├── abbr.md │ │ │ ├── abroot.md │ │ │ ├── abrt-action-analyze-backtrace.md │ │ │ ├── abrt-action-analyze-c.md │ │ │ ├── ac.md │ │ │ ├── acountry.md │ │ │ ├── acpi.md │ │ │ ├── add-apt-repository.md │ │ │ ├── addpart.md │ │ │ ├── addr2line.md │ │ │ ├── adduser.md │ │ │ ├── adig.md │ │ │ ├── agetty.md │ │ │ ├── ahost.md │ │ │ ├── alien.md │ │ │ ├── alpine.md │ │ │ ├── alternatives.md │ │ │ ├── amixer.md │ │ │ ├── anbox.md │ │ │ ├── apache2ctl.md │ │ │ ├── apk.md │ │ │ ├── aplay.md │ │ │ ├── apparmor_status.md │ │ │ ├── apport-bug.md │ │ │ ├── apt-add-repository.md │ │ │ ├── apt-cache.md │ │ │ ├── apt-clone.md │ │ │ ├── apt-file.md │ │ │ ├── apt-get.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.md │ │ │ ├── arpaname.md │ │ │ ├── arpspoof.md │ │ │ ├── as.md │ │ │ ├── ascii.md │ │ │ ├── asciiart.md │ │ │ ├── asterisk.md │ │ │ ├── atool.md │ │ │ ├── atop.md │ │ │ ├── audit2allow.md │ │ │ ├── auditctl.md │ │ │ ├── aur.md │ │ │ ├── aura.md │ │ │ ├── auracle.md │ │ │ ├── aurman.md │ │ │ ├── aurvote.md │ │ │ ├── ausyscall.md │ │ │ ├── authconfig.md │ │ │ ├── auto-cpufreq.md │ │ │ ├── autopkgtest.md │ │ │ ├── autorandr.md │ │ │ ├── autorecon.md │ │ │ ├── avahi-browse.md │ │ │ ├── avahi-resolve.md │ │ │ ├── avifenc.md │ │ │ ├── backlight_control.md │ │ │ ├── balooctl.md │ │ │ ├── batcat.md │ │ │ ├── battop.md │ │ │ ├── bcachefs-device.md │ │ │ ├── bcachefs.md │ │ │ ├── bchunk.md │ │ │ ├── beep.md │ │ │ ├── betterdiscordctl.md │ │ │ ├── betterlockscreen.md │ │ │ ├── bitwise.md │ │ │ ├── blastn.md │ │ │ ├── blastp.md │ │ │ ├── bleachbit.md │ │ │ ├── blight.md │ │ │ ├── blkdiscard.md │ │ │ ├── blkid.md │ │ │ ├── blkpr.md │ │ │ ├── blockdev.md │ │ │ ├── bluetoothctl.md │ │ │ ├── bluetoothd.md │ │ │ ├── blurlock.md │ │ │ ├── bmon.md │ │ │ ├── boltctl.md │ │ │ ├── bootc-switch.md │ │ │ ├── bootc.md │ │ │ ├── bootctl.md │ │ │ ├── bpftool.md │ │ │ ├── bpftrace.md │ │ │ ├── br.md │ │ │ ├── braa.md │ │ │ ├── brctl.md │ │ │ ├── brightnessctl.md │ │ │ ├── broot.md │ │ │ ├── bspc.md │ │ │ ├── bspwm.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 │ │ │ ├── byzanz-record.md │ │ │ ├── cacaclock.md │ │ │ ├── cacademo.md │ │ │ ├── cacafire.md │ │ │ ├── cacaview.md │ │ │ ├── caffeinate.md │ │ │ ├── caffeine-indicator.md │ │ │ ├── caffeine.md │ │ │ ├── caja.md │ │ │ ├── cal.md │ │ │ ├── calcurse.md │ │ │ ├── cam.md │ │ │ ├── cat.md │ │ │ ├── cbatticon.md │ │ │ ├── cc.md │ │ │ ├── cdrdao.md │ │ │ ├── ceph.md │ │ │ ├── certbot.md │ │ │ ├── cewl.md │ │ │ ├── cfdisk.md │ │ │ ├── cgclassify.md │ │ │ ├── cgcreate.md │ │ │ ├── cgexec.md │ │ │ ├── cgroups.md │ │ │ ├── chage.md │ │ │ ├── chat.md │ │ │ ├── chattr.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 │ │ │ ├── chntpw.md │ │ │ ├── choom.md │ │ │ ├── chpasswd.md │ │ │ ├── chronyc.md │ │ │ ├── chrt.md │ │ │ ├── chsh.md │ │ │ ├── cloud-init.md │ │ │ ├── cmus.md │ │ │ ├── cockpit-bridge.md │ │ │ ├── cockpit-desktop.md │ │ │ ├── cockpit-tls.md │ │ │ ├── cockpit-ws.md │ │ │ ├── cointop.md │ │ │ ├── collectd.md │ │ │ ├── colrm.md │ │ │ ├── compose.md │ │ │ ├── compress.md │ │ │ ├── compseq.md │ │ │ ├── compsize.md │ │ │ ├── conky.md │ │ │ ├── conntrack.md │ │ │ ├── coproc.md │ │ │ ├── coredumpctl.md │ │ │ ├── cp.md │ │ │ ├── cpufreq-aperf.md │ │ │ ├── cpufreq-info.md │ │ │ ├── cpufreq-set.md │ │ │ ├── cpuid.md │ │ │ ├── cpulimit.md │ │ │ ├── cpupower.md │ │ │ ├── create_ap.md │ │ │ ├── createrepo.md │ │ │ ├── cryptcat.md │ │ │ ├── cryptsetup-luksformat.md │ │ │ ├── cryptsetup-open.md │ │ │ ├── cryptsetup.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 │ │ │ ├── delpart.md │ │ │ ├── deluser.md │ │ │ ├── dex.md │ │ │ ├── df.md │ │ │ ├── dget.md │ │ │ ├── dhcpcd.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-config-manager.md │ │ │ ├── dnf-group.md │ │ │ ├── dnf.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 │ │ │ ├── dropbearconvert.md │ │ │ ├── dropbearkey.md │ │ │ ├── dstat.md │ │ │ ├── duc.md │ │ │ ├── dumpe2fs.md │ │ │ ├── dunstctl.md │ │ │ ├── dunstify.md │ │ │ ├── duperemove.md │ │ │ ├── dysk.md │ │ │ ├── e2freefrag.md │ │ │ ├── e2fsck.md │ │ │ ├── e2image.md │ │ │ ├── e2label.md │ │ │ ├── e2undo.md │ │ │ ├── e4defrag.md │ │ │ ├── ebuild.md │ │ │ ├── eclean.md │ │ │ ├── edit.md │ │ │ ├── edquota.md │ │ │ ├── efibootmgr.md │ │ │ ├── ego.md │ │ │ ├── einfo.md │ │ │ ├── eix.md │ │ │ ├── eject.md │ │ │ ├── elink.md │ │ │ ├── emerge.md │ │ │ ├── engrampa.md │ │ │ ├── enum4linux.md │ │ │ ├── envycontrol.md │ │ │ ├── eopkg.md │ │ │ ├── equery.md │ │ │ ├── esa-snap.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 │ │ │ ├── evtest.md │ │ │ ├── eww.md │ │ │ ├── exch.md │ │ │ ├── exec.md │ │ │ ├── exif.md │ │ │ ├── exiqgrep.md │ │ │ ├── expect.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 │ │ │ ├── farge.md │ │ │ ├── fatlabel.md │ │ │ ├── fatrace.md │ │ │ ├── fcrackzip.md │ │ │ ├── fdisk.md │ │ │ ├── feedreader.md │ │ │ ├── file-rename.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 │ │ │ ├── fluidsynth.md │ │ │ ├── fold.md │ │ │ ├── foreman.md │ │ │ ├── fprintd-delete.md │ │ │ ├── fprintd-enroll.md │ │ │ ├── fprintd-list.md │ │ │ ├── fprintd-verify.md │ │ │ ├── fprintd.md │ │ │ ├── fpsync.md │ │ │ ├── free.md │ │ │ ├── fsck.md │ │ │ ├── fscrypt.md │ │ │ ├── fstrim.md │ │ │ ├── fuser.md │ │ │ ├── fwconsole.md │ │ │ ├── fwupdmgr.md │ │ │ ├── gbp.md │ │ │ ├── gcov.md │ │ │ ├── gcrane-completion.md │ │ │ ├── gdebi.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 │ │ │ ├── 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 │ │ │ ├── grim.md │ │ │ ├── groupadd.md │ │ │ ├── groupdel.md │ │ │ ├── groupmod.md │ │ │ ├── grub-bios-setup.md │ │ │ ├── grub-editenv.md │ │ │ ├── grub-file.md │ │ │ ├── grub-install.md │ │ │ ├── grub-mkconfig.md │ │ │ ├── grub-reboot.md │ │ │ ├── grub-script-check.md │ │ │ ├── grub-set-default.md │ │ │ ├── grub2-mkpasswd-pbkdf2.md │ │ │ ├── grubby.md │ │ │ ├── gs.md │ │ │ ├── gsettings.md │ │ │ ├── guake.md │ │ │ ├── guix-package.md │ │ │ ├── gummy.md │ │ │ ├── gzexe.md │ │ │ ├── halt.md │ │ │ ├── handlr.md │ │ │ ├── hardinfo.md │ │ │ ├── hcitool.md │ │ │ ├── hdparm.md │ │ │ ├── head.md │ │ │ ├── hlint.md │ │ │ ├── homectl.md │ │ │ ├── homeshick.md │ │ │ ├── hostnamectl.md │ │ │ ├── htpdate.md │ │ │ ├── http-prompt.md │ │ │ ├── http_load.md │ │ │ ├── hwclock.md │ │ │ ├── hwinfo.md │ │ │ ├── hyprctl.md │ │ │ ├── hyprpm.md │ │ │ ├── i3-scrot.md │ │ │ ├── i3.md │ │ │ ├── i386.md │ │ │ ├── i3exit.md │ │ │ ├── i3lock.md │ │ │ ├── i3status.md │ │ │ ├── i7z.md │ │ │ ├── ico.md │ │ │ ├── id3v2.md │ │ │ ├── ifdown.md │ │ │ ├── ifmetric.md │ │ │ ├── ifstat.md │ │ │ ├── iftop.md │ │ │ ├── ifup.md │ │ │ ├── ikaros.md │ │ │ ├── img2txt.md │ │ │ ├── img2webp.md │ │ │ ├── imgp.md │ │ │ ├── imv.md │ │ │ ├── init.md │ │ │ ├── inotifywait.md │ │ │ ├── insmod.md │ │ │ ├── instaloader.md │ │ │ ├── inxi.md │ │ │ ├── ionice.md │ │ │ ├── iostat.md │ │ │ ├── ip-address.md │ │ │ ├── ip-link.md │ │ │ ├── ip-neighbour.md │ │ │ ├── ip-route-get.md │ │ │ ├── ip-route-list.md │ │ │ ├── ip-route-show.md │ │ │ ├── ip-route.md │ │ │ ├── ip-rule.md │ │ │ ├── ip.md │ │ │ ├── ip6tables-restore.md │ │ │ ├── ip6tables-save.md │ │ │ ├── ip6tables.md │ │ │ ├── ipcalc.md │ │ │ ├── ipcmk.md │ │ │ ├── ipcrm.md │ │ │ ├── ipcs.md │ │ │ ├── ipset.md │ │ │ ├── iptables-restore.md │ │ │ ├── iptables-save.md │ │ │ ├── iptables.md │ │ │ ├── isoinfo.md │ │ │ ├── isosize.md │ │ │ ├── iw-dev.md │ │ │ ├── iw.md │ │ │ ├── iwconfig.md │ │ │ ├── iwctl.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 │ │ │ ├── kill.md │ │ │ ├── killall.md │ │ │ ├── kjv.md │ │ │ ├── knock.md │ │ │ ├── knockd.md │ │ │ ├── konsave.md │ │ │ ├── konsole.md │ │ │ ├── kpackagetool5.md │ │ │ ├── kpackagetool6.md │ │ │ ├── kpartx.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 │ │ │ ├── libtool.md │ │ │ ├── libtoolize.md │ │ │ ├── libuser-lid.md │ │ │ ├── lid.md │ │ │ ├── light.md │ │ │ ├── line.md │ │ │ ├── links.md │ │ │ ├── links2.md │ │ │ ├── linux32.md │ │ │ ├── linux64.md │ │ │ ├── lnav.md │ │ │ ├── lndir.md │ │ │ ├── loadkeys.md │ │ │ ├── locale.md │ │ │ ├── localectl.md │ │ │ ├── locate.md │ │ │ ├── login.md │ │ │ ├── loginctl.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 │ │ │ ├── lsfd.md │ │ │ ├── lshw.md │ │ │ ├── lsinitrd.md │ │ │ ├── lsipc.md │ │ │ ├── lslocks.md │ │ │ ├── lslogins.md │ │ │ ├── lsmod.md │ │ │ ├── lsns.md │ │ │ ├── lspci.md │ │ │ ├── lsscsi.md │ │ │ ├── lsusb.md │ │ │ ├── ltrace.md │ │ │ ├── lvcreate.md │ │ │ ├── lvdisplay.md │ │ │ ├── lvextend.md │ │ │ ├── lvm.md │ │ │ ├── lvreduce.md │ │ │ ├── lvremove.md │ │ │ ├── lvresize.md │ │ │ ├── lvs.md │ │ │ ├── lxc-network.md │ │ │ ├── lxc-profile.md │ │ │ ├── lxc.md │ │ │ ├── lxi.md │ │ │ ├── lxterminal.md │ │ │ ├── lynis.md │ │ │ ├── lz.md │ │ │ ├── mac2unix.md │ │ │ ├── macchanger.md │ │ │ ├── machinectl.md │ │ │ ├── maim.md │ │ │ ├── makepkg.md │ │ │ ├── man.md │ │ │ ├── mandb.md │ │ │ ├── manpath.md │ │ │ ├── mashtree.md │ │ │ ├── matchpathcon.md │ │ │ ├── mate-about.md │ │ │ ├── mate-calc-cmd.md │ │ │ ├── mate-calc.md │ │ │ ├── mate-screenshot.md │ │ │ ├── mate-search-tool.md │ │ │ ├── mcookie.md │ │ │ ├── mdadm.md │ │ │ ├── mdbook.md │ │ │ ├── mediamtx.md │ │ │ ├── megadl.md │ │ │ ├── megatools-dl.md │ │ │ ├── mesg.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 │ │ │ ├── mkinitcpio.md │ │ │ ├── mkisofs.md │ │ │ ├── mklost+found.md │ │ │ ├── mknod.md │ │ │ ├── mkosi.md │ │ │ ├── mksquashfs.md │ │ │ ├── mkswap.md │ │ │ ├── mktemp.md │ │ │ ├── mlabel.md │ │ │ ├── mmcli.md │ │ │ ├── mmdebstrap.md │ │ │ ├── mocp.md │ │ │ ├── modinfo.md │ │ │ ├── modprobe.md │ │ │ ├── module.md │ │ │ ├── mokutil.md │ │ │ ├── mono.md │ │ │ ├── mons.md │ │ │ ├── mopac.md │ │ │ ├── more.md │ │ │ ├── mount.cifs.md │ │ │ ├── mount.ddi.md │ │ │ ├── mount.smb3.md │ │ │ ├── mountpoint.md │ │ │ ├── mpg123.md │ │ │ ├── mpicc.md │ │ │ ├── mpstat.md │ │ │ ├── mssh.md │ │ │ ├── mt.md │ │ │ ├── mycli.md │ │ │ ├── nala.md │ │ │ ├── namcap.md │ │ │ ├── named.md │ │ │ ├── namei.md │ │ │ ├── nautilus.md │ │ │ ├── navi.md │ │ │ ├── ncal.md │ │ │ ├── ncat.md │ │ │ ├── ndctl.md │ │ │ ├── needrestart.md │ │ │ ├── nemo.md │ │ │ ├── nethogs.md │ │ │ ├── netselect-apt.md │ │ │ ├── netselect.md │ │ │ ├── networkctl.md │ │ │ ├── newgrp.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 │ │ │ ├── notify-send.md │ │ │ ├── nova.md │ │ │ ├── nsenter.md │ │ │ ├── nsnake.md │ │ │ ├── nsxiv.md │ │ │ ├── ntfsfix.md │ │ │ ├── ntpd.md │ │ │ ├── ntpdate.md │ │ │ ├── ntpq.md │ │ │ ├── numactl.md │ │ │ ├── numlockx.md │ │ │ ├── obabel.md │ │ │ ├── objcopy.md │ │ │ ├── oomctl.md │ │ │ ├── openfortivpn.md │ │ │ ├── openrc.md │ │ │ ├── openvpn3.md │ │ │ ├── opera-stable.md │ │ │ ├── opkg.md │ │ │ ├── optimus-manager.md │ │ │ ├── ostree.md │ │ │ ├── pacaur.md │ │ │ ├── paccache.md │ │ │ ├── pacdiff.md │ │ │ ├── pacgraph.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 │ │ │ ├── pacstall.md │ │ │ ├── pacstrap.md │ │ │ ├── pactree.md │ │ │ ├── pamac.md │ │ │ ├── parted-interactive.md │ │ │ ├── parted.md │ │ │ ├── partprobe.md │ │ │ ├── partx.md │ │ │ ├── paru.md │ │ │ ├── pasuspender.md │ │ │ ├── patool.md │ │ │ ├── pct.md │ │ │ ├── pdbedit.md │ │ │ ├── pdfattach.md │ │ │ ├── pdfcrop.md │ │ │ ├── pdfdetach.md │ │ │ ├── pdftohtml.md │ │ │ ├── pdftoppm.md │ │ │ ├── pdfxup.md │ │ │ ├── perf.md │ │ │ ├── perl-rename.md │ │ │ ├── pg.md │ │ │ ├── phar.md │ │ │ ├── photorec.md │ │ │ ├── phpdismod.md │ │ │ ├── phpenmod.md │ │ │ ├── phpquery.md │ │ │ ├── physlock.md │ │ │ ├── pi.md │ │ │ ├── picom.md │ │ │ ├── pidof.md │ │ │ ├── pidstat.md │ │ │ ├── pihole.md │ │ │ ├── pinout.md │ │ │ ├── pipewire.md │ │ │ ├── pivpn.md │ │ │ ├── pkcon.md │ │ │ ├── pkgadd.md │ │ │ ├── pkgctl-auth.md │ │ │ ├── pkgctl-build.md │ │ │ ├── pkgctl-db-update.md │ │ │ ├── pkgctl-diff.md │ │ │ ├── pkgctl-release.md │ │ │ ├── pkgctl-repo.md │ │ │ ├── pkgctl.md │ │ │ ├── pkgfile.md │ │ │ ├── pkginfo.md │ │ │ ├── pkgmk.md │ │ │ ├── pkgrm.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 │ │ │ ├── pngcheck.md │ │ │ ├── po4a-gettextize.md │ │ │ ├── po4a-translate.md │ │ │ ├── po4a-updatepo.md │ │ │ ├── po4a.md │ │ │ ├── portablectl.md │ │ │ ├── portageq.md │ │ │ ├── ports.md │ │ │ ├── postconf.md │ │ │ ├── postfix.md │ │ │ ├── poweroff.md │ │ │ ├── powerprofilesctl.md │ │ │ ├── powerstat.md │ │ │ ├── powertop.md │ │ │ ├── prename.md │ │ │ ├── pridecat.md │ │ │ ├── prime-run.md │ │ │ ├── print.md │ │ │ ├── prlimit.md │ │ │ ├── pro.md │ │ │ ├── proctl.md │ │ │ ├── protontricks.md │ │ │ ├── protonvpn-connect.md │ │ │ ├── protonvpn.md │ │ │ ├── prt-get.md │ │ │ ├── pstoedit.md │ │ │ ├── pstree.md │ │ │ ├── ptx.md │ │ │ ├── pulseaudio.md │ │ │ ├── pvcreate.md │ │ │ ├── pvdisplay.md │ │ │ ├── pve-firewall.md │ │ │ ├── pvecm.md │ │ │ ├── pveperf.md │ │ │ ├── pveversion.md │ │ │ ├── pvremove.md │ │ │ ├── pvs.md │ │ │ ├── pvscan.md │ │ │ ├── pw-cat.md │ │ │ ├── pw-cli.md │ │ │ ├── pw-config.md │ │ │ ├── pw-dot.md │ │ │ ├── pw-dump.md │ │ │ ├── pw-link.md │ │ │ ├── pw-loopback.md │ │ │ ├── pw-metadata.md │ │ │ ├── pw-mon.md │ │ │ ├── pw-play.md │ │ │ ├── pw-profiler.md │ │ │ ├── pw-record.md │ │ │ ├── pw-top.md │ │ │ ├── pwdx.md │ │ │ ├── pwn.md │ │ │ ├── pyrit.md │ │ │ ├── qjoypad.md │ │ │ ├── qm-cleanup.md │ │ │ ├── qm-clone.md │ │ │ ├── qm-cloud-init.md │ │ │ ├── qm-cloudinit-dump.md │ │ │ ├── qm-config.md │ │ │ ├── qm-create.md │ │ │ ├── qm-delsnapshot.md │ │ │ ├── qm-destroy.md │ │ │ ├── qm-disk-import.md │ │ │ ├── qm-disk-move.md │ │ │ ├── qm-disk-resize.md │ │ │ ├── qm-guest-cmd.md │ │ │ ├── qm-guest-exec-status.md │ │ │ ├── qm-guest-exec.md │ │ │ ├── qm-guest-passwd.md │ │ │ ├── qm-help.md │ │ │ ├── qm-import-disk.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-showcmd.md │ │ │ ├── qm-shutdown.md │ │ │ ├── qm-snapshot.md │ │ │ ├── qm-start.md │ │ │ ├── qm-status.md │ │ │ ├── qm-stop.md │ │ │ ├── qm-suspend.md │ │ │ ├── qm-template.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 │ │ │ ├── rename.md │ │ │ ├── renice.md │ │ │ ├── repo-add.md │ │ │ ├── repo-remove.md │ │ │ ├── reportbug.md │ │ │ ├── repquota.md │ │ │ ├── reptyr.md │ │ │ ├── reset.md │ │ │ ├── resize2fs.md │ │ │ ├── resolvectl.md │ │ │ ├── resolveip.md │ │ │ ├── restorecon.md │ │ │ ├── retroarch.md │ │ │ ├── rexec.md │ │ │ ├── rfkill.md │ │ │ ├── rig.md │ │ │ ├── ripmime.md │ │ │ ├── rkhunter.md │ │ │ ├── rlogin.md │ │ │ ├── rm.md │ │ │ ├── rmdir.md │ │ │ ├── rmmod.md │ │ │ ├── rofi.md │ │ │ ├── rolldice.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 │ │ │ ├── rpmspec.md │ │ │ ├── rsh.md │ │ │ ├── rspamc.md │ │ │ ├── rtcwake.md │ │ │ ├── rtorrent.md │ │ │ ├── ruget.md │ │ │ ├── run-mailcap.md │ │ │ ├── run0.md │ │ │ ├── runcon.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 │ │ │ ├── sdiag.md │ │ │ ├── secon.md │ │ │ ├── secret-tool.md │ │ │ ├── sed.md │ │ │ ├── see.md │ │ │ ├── semanage-boolean.md │ │ │ ├── semanage-fcontext.md │ │ │ ├── semanage-permissive.md │ │ │ ├── semanage-port.md │ │ │ ├── semanage.md │ │ │ ├── sensible-browser.md │ │ │ ├── sensible-editor.md │ │ │ ├── sensors.md │ │ │ ├── service.md │ │ │ ├── sestatus.md │ │ │ ├── setcap.md │ │ │ ├── setenforce.md │ │ │ ├── setfacl.md │ │ │ ├── setfattr.md │ │ │ ├── setsebool.md │ │ │ ├── setserial.md │ │ │ ├── setsid.md │ │ │ ├── setxkbmap.md │ │ │ ├── sfdisk.md │ │ │ ├── sfill.md │ │ │ ├── sh5util.md │ │ │ ├── shar.md │ │ │ ├── sherlock.md │ │ │ ├── shiny-mirrors.md │ │ │ ├── shnsplit.md │ │ │ ├── shntool-split.md │ │ │ ├── showkey.md │ │ │ ├── shutdown.md │ │ │ ├── sic.md │ │ │ ├── silentcast.md │ │ │ ├── sinfo.md │ │ │ ├── size.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 │ │ │ ├── smbclient.md │ │ │ ├── smbget.md │ │ │ ├── smbmap.md │ │ │ ├── smbnetfs.md │ │ │ ├── smbpasswd.md │ │ │ ├── smem.md │ │ │ ├── snake4.md │ │ │ ├── snake4scores.md │ │ │ ├── snap.md │ │ │ ├── snapper.md │ │ │ ├── snmpwalk.md │ │ │ ├── sockstat.md │ │ │ ├── speaker-test.md │ │ │ ├── spectre-meltdown-checker.md │ │ │ ├── speedometer.md │ │ │ ├── speedread.md │ │ │ ├── spi.md │ │ │ ├── sport.md │ │ │ ├── sprio.md │ │ │ ├── sqfscat.md │ │ │ ├── sqfstar.md │ │ │ ├── squeue.md │ │ │ ├── sreport.md │ │ │ ├── srun.md │ │ │ ├── ss.md │ │ │ ├── sshare.md │ │ │ ├── sslstrip.md │ │ │ ├── sstat.md │ │ │ ├── st.md │ │ │ ├── startx.md │ │ │ ├── steamos-add-to-steam.md │ │ │ ├── steamos-chroot.md │ │ │ ├── steamos-dump-info.md │ │ │ ├── steamos-readonly.md │ │ │ ├── steamos-session-select.md │ │ │ ├── steamos-update.md │ │ │ ├── steghide.md │ │ │ ├── stegsnow.md │ │ │ ├── strace.md │ │ │ ├── stress.md │ │ │ ├── strigger.md │ │ │ ├── strip.md │ │ │ ├── sview.md │ │ │ ├── swaks.md │ │ │ ├── swaplabel.md │ │ │ ├── swapoff.md │ │ │ ├── swapon.md │ │ │ ├── swaybg.md │ │ │ ├── swayidle.md │ │ │ ├── swaylock.md │ │ │ ├── switch_root.md │ │ │ ├── swupd.md │ │ │ ├── swww.md │ │ │ ├── sxiv.md │ │ │ ├── synopkg.md │ │ │ ├── synoupgrade.md │ │ │ ├── sysctl.md │ │ │ ├── sysdig.md │ │ │ ├── systemctl-reboot.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 │ │ │ ├── systool.md │ │ │ ├── tac.md │ │ │ ├── tailf.md │ │ │ ├── talk.md │ │ │ ├── taskset.md │ │ │ ├── tc.md │ │ │ ├── tcpflow.md │ │ │ ├── tcpick.md │ │ │ ├── tcpkill.md │ │ │ ├── tcptraceroute.md │ │ │ ├── telinit.md │ │ │ ├── terminator.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 │ │ │ ├── trace-cmd.md │ │ │ ├── tracepath.md │ │ │ ├── trap.md │ │ │ ├── trash.md │ │ │ ├── trashy.md │ │ │ ├── trayer.md │ │ │ ├── treetime.md │ │ │ ├── trizen.md │ │ │ ├── trust.md │ │ │ ├── tshark.md │ │ │ ├── ttyplot.md │ │ │ ├── tune2fs.md │ │ │ ├── tuned-adm.md │ │ │ ├── tunelp.md │ │ │ ├── turbostat.md │ │ │ ├── tuxi.md │ │ │ ├── tzselect.md │ │ │ ├── ubuntu-bug.md │ │ │ ├── ubuntu-security-status.md │ │ │ ├── udevadm.md │ │ │ ├── udisksctl.md │ │ │ ├── ufw.md │ │ │ ├── ul.md │ │ │ ├── umount.md │ │ │ ├── uname.md │ │ │ ├── uname26.md │ │ │ ├── uncompress.md │ │ │ ├── unix2dos.md │ │ │ ├── unix2mac.md │ │ │ ├── unmount.md │ │ │ ├── unopkg.md │ │ │ ├── unshadow.md │ │ │ ├── unshare.md │ │ │ ├── unsquashfs.md │ │ │ ├── unzipsfx.md │ │ │ ├── update-alternatives.md │ │ │ ├── update-rc.d.md │ │ │ ├── updatedb.md │ │ │ ├── updpkgsums.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 │ │ │ ├── vcgencmd.md │ │ │ ├── veracrypt.md │ │ │ ├── vgchange.md │ │ │ ├── vgcreate.md │ │ │ ├── vgdisplay.md │ │ │ ├── vgremove.md │ │ │ ├── vgs.md │ │ │ ├── vgscan.md │ │ │ ├── viewnior.md │ │ │ ├── vigr.md │ │ │ ├── vipw.md │ │ │ ├── virt-manager.md │ │ │ ├── virt-viewer.md │ │ │ ├── virt-xml-validate.md │ │ │ ├── virt-xml.md │ │ │ ├── vivaldi-stable.md │ │ │ ├── vkpurge.md │ │ │ ├── vmstat.md │ │ │ ├── vmware-checkvm.md │ │ │ ├── vncserver.md │ │ │ ├── vncviewer.md │ │ │ ├── vnstat.md │ │ │ ├── vnstati.md │ │ │ ├── vpnc.md │ │ │ ├── vrms.md │ │ │ ├── vso.md │ │ │ ├── vzdump.md │ │ │ ├── w.md │ │ │ ├── waitpid.md │ │ │ ├── wajig.md │ │ │ ├── wal-telegram.md │ │ │ ├── wall.md │ │ │ ├── wami.md │ │ │ ├── warpd.md │ │ │ ├── watch.md │ │ │ ├── waydroid.md │ │ │ ├── waypipe.md │ │ │ ├── wdctl.md │ │ │ ├── wf-recorder.md │ │ │ ├── wg-quick.md │ │ │ ├── wg.md │ │ │ ├── whatis.md │ │ │ ├── whiptail.md │ │ │ ├── wifi-menu.md │ │ │ ├── wine.md │ │ │ ├── winetricks.md │ │ │ ├── wipefs.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 │ │ │ ├── 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-dirs-update.md │ │ │ ├── xdotool.md │ │ │ ├── xed.md │ │ │ ├── xeyes.md │ │ │ ├── xfce4-screenshooter.md │ │ │ ├── xfce4-terminal.md │ │ │ ├── xfreerdp.md │ │ │ ├── xfs_repair.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 │ │ │ ├── yaourt.md │ │ │ ├── yay.md │ │ │ ├── ydotool.md │ │ │ ├── yetris.md │ │ │ ├── yplan.md │ │ │ ├── ytfzf.md │ │ │ ├── yum-config-manager.md │ │ │ ├── yum.md │ │ │ ├── zathura.md │ │ │ ├── zbarcam.md │ │ │ ├── zdump.md │ │ │ ├── zenity.md │ │ │ ├── zforce.md │ │ │ ├── zic.md │ │ │ ├── zile.md │ │ │ ├── zip.md │ │ │ ├── zipsplit.md │ │ │ ├── zramctl.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 │ │ │ ├── coreaudiod.md │ │ │ ├── coreautha.md │ │ │ ├── coreauthd.md │ │ │ ├── corebrightnessd.md │ │ │ ├── coredatad.md │ │ │ ├── cot.md │ │ │ ├── csrutil.md │ │ │ ├── csshx.md │ │ │ ├── ctkd.md │ │ │ ├── cut.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 │ │ │ ├── ed.md │ │ │ ├── emond.md │ │ │ ├── fdesetup.md │ │ │ ├── filecoordinationd.md │ │ │ ├── fileicon.md │ │ │ ├── fontd.md │ │ │ ├── fsck.md │ │ │ ├── ftxdiff.md │ │ │ ├── g[.md │ │ │ ├── gawk.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 │ │ │ ├── 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 │ │ │ ├── machine.md │ │ │ ├── mas.md │ │ │ ├── mate.md │ │ │ ├── md5.md │ │ │ ├── mdfind.md │ │ │ ├── mdls.md │ │ │ ├── mdutil.md │ │ │ ├── mist.md │ │ │ ├── mktemp.md │ │ │ ├── mysides.md │ │ │ ├── netstat.md │ │ │ ├── nettop.md │ │ │ ├── networkquality.md │ │ │ ├── networksetup.md │ │ │ ├── nfcd.md │ │ │ ├── notifyd.md │ │ │ ├── nvram.md │ │ │ ├── ocspd.md │ │ │ ├── open.md │ │ │ ├── opensnoop.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 │ │ │ ├── readlink.md │ │ │ ├── reboot.md │ │ │ ├── rename.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 │ │ │ ├── terminal-notifier.md │ │ │ ├── textutil.md │ │ │ ├── timed.md │ │ │ ├── tmutil.md │ │ │ ├── top.md │ │ │ ├── translationd.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 │ │ │ ├── whence.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 │ │ │ ├── snoop.md │ │ │ ├── svcadm.md │ │ │ ├── svccfg.md │ │ │ ├── svcs.md │ │ │ └── truss.md │ │ ├── windows │ │ │ ├── add-appxpackage.md │ │ │ ├── assoc.md │ │ │ ├── attrib.md │ │ │ ├── azcopy.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 │ │ │ ├── clear-host.md │ │ │ ├── clear-recyclebin.md │ │ │ ├── clear.md │ │ │ ├── clip.md │ │ │ ├── clist.md │ │ │ ├── cls.md │ │ │ ├── cmd.md │ │ │ ├── cmdkey.md │ │ │ ├── cmstp.md │ │ │ ├── color.md │ │ │ ├── comp.md │ │ │ ├── cpush.md │ │ │ ├── cuninst.md │ │ │ ├── curl.md │ │ │ ├── date.md │ │ │ ├── del.md │ │ │ ├── dir.md │ │ │ ├── diskpart.md │ │ │ ├── doskey.md │ │ │ ├── driverquery.md │ │ │ ├── enable-pnpdevice.md │ │ │ ├── eventcreate.md │ │ │ ├── exit.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 │ │ │ ├── gcrane-completion.md │ │ │ ├── get-acl.md │ │ │ ├── get-alias.md │ │ │ ├── get-childitem.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 │ │ │ ├── gl.md │ │ │ ├── gpupdate.md │ │ │ ├── if.md │ │ │ ├── install-module.md │ │ │ ├── invoke-item.md │ │ │ ├── invoke-webrequest.md │ │ │ ├── ipconfig.md │ │ │ ├── iscc.md │ │ │ ├── iwr.md │ │ │ ├── logoff.md │ │ │ ├── measure-command.md │ │ │ ├── measure-object.md │ │ │ ├── mi.md │ │ │ ├── microsoft-edge.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 │ │ │ ├── netstat.md │ │ │ ├── new-item.md │ │ │ ├── nfsstat.md │ │ │ ├── ni.md │ │ │ ├── nvm.md │ │ │ ├── octo.md │ │ │ ├── ospp.vbs.md │ │ │ ├── out-string.md │ │ │ ├── pabcnetcclear.md │ │ │ ├── path.md │ │ │ ├── pathping.md │ │ │ ├── pipwin.md │ │ │ ├── popd.md │ │ │ ├── powershell.md │ │ │ ├── print.md │ │ │ ├── prompt.md │ │ │ ├── psexec.md │ │ │ ├── psping.md │ │ │ ├── psversiontable.md │ │ │ ├── pswindowsupdate.md │ │ │ ├── pushd.md │ │ │ ├── pwd.md │ │ │ ├── pwlauncher.md │ │ │ ├── pwsh-where.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 │ │ │ ├── repair-bde.md │ │ │ ├── replace.md │ │ │ ├── resolve-path.md │ │ │ ├── ri.md │ │ │ ├── rm.md │ │ │ ├── rmdir.md │ │ │ ├── robocopy.md │ │ │ ├── rpcinfo.md │ │ │ ├── sc-config.md │ │ │ ├── sc-create.md │ │ │ ├── sc-delete.md │ │ │ ├── sc-query.md │ │ │ ├── sc.md │ │ │ ├── scoop-bucket.md │ │ │ ├── scoop.md │ │ │ ├── sdelete.md │ │ │ ├── sdelete64.md │ │ │ ├── select-string.md │ │ │ ├── set-acl.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 │ │ │ ├── ver.md │ │ │ ├── virtualboxvm.md │ │ │ ├── vol.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 │ │ └── witchy │ │ │ └── witchcraft.md │ ├── scripts │ │ ├── installer.sh │ │ └── uninstall.sh │ ├── testing │ │ └── osint_test.json │ └── wordlists │ │ └── .gitkeep └── metadata.txt └── witchcraft ├── .rustfmt.toml ├── Cargo.toml └── src ├── core ├── consts.rs ├── core.rs ├── data.rs ├── logger.rs ├── mod.rs ├── structs.rs ├── types.rs └── witchrc.rs ├── main.rs ├── modules ├── binds │ ├── binds.rs │ ├── caller.rs │ ├── mod.rs │ └── sysinfo.rs ├── blackcat │ ├── backend.rs │ ├── blackcat.rs │ └── mod.rs ├── icebreaker │ ├── data.rs │ ├── icebreaker.rs │ └── mod.rs ├── llm │ ├── llm.rs │ └── mod.rs ├── mod.rs ├── network │ ├── ddos.rs │ ├── map_network.rs │ ├── mod.rs │ ├── network.rs │ └── structs.rs ├── osint │ ├── lookup.rs │ ├── meta_search.rs │ ├── mod.rs │ ├── osint.rs │ └── structs.rs ├── seth │ ├── base_sixfour.rs │ ├── catfish.rs │ ├── mod.rs │ ├── qrcode.rs │ ├── server.rs │ └── seth.rs └── tldr │ ├── mod.rs │ └── tldr.rs └── test ├── mod.rs └── test_start.rs /.gitattributes: -------------------------------------------------------------------------------- 1 | *.html linguist-generated=true 2 | -------------------------------------------------------------------------------- /.github/workflows/witchcraft.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/.github/workflows/witchcraft.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/README.md -------------------------------------------------------------------------------- /codebook.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/codebook.toml -------------------------------------------------------------------------------- /docs/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/docs/changelog.md -------------------------------------------------------------------------------- /docs/images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/docs/images/1.png -------------------------------------------------------------------------------- /docs/images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/docs/images/2.png -------------------------------------------------------------------------------- /docs/images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/docs/images/3.png -------------------------------------------------------------------------------- /docs/images/Download_256.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/docs/images/Download_256.png -------------------------------------------------------------------------------- /docs/images/banner-snapstore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/docs/images/banner-snapstore.png -------------------------------------------------------------------------------- /docs/images/dig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/docs/images/dig.png -------------------------------------------------------------------------------- /docs/images/lineBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/docs/images/lineBar.png -------------------------------------------------------------------------------- /docs/images/logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/docs/images/logo.jpg -------------------------------------------------------------------------------- /docs/images/maid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/docs/images/maid.png -------------------------------------------------------------------------------- /docs/images/maid_ui.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/docs/images/maid_ui.png -------------------------------------------------------------------------------- /docs/images/projects.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/docs/images/projects.png -------------------------------------------------------------------------------- /docs/images/splited.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/docs/images/splited.png -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/docs/index.html -------------------------------------------------------------------------------- /snapcraft.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/snapcraft.yaml -------------------------------------------------------------------------------- /spellbook/archive/dataset/db.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/dataset/db.json -------------------------------------------------------------------------------- /spellbook/archive/dataset/sort.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/dataset/sort.py -------------------------------------------------------------------------------- /spellbook/archive/general/tlds.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/general/tlds.list -------------------------------------------------------------------------------- /spellbook/archive/hosts/hosts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/hosts/hosts -------------------------------------------------------------------------------- /spellbook/archive/malware/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spellbook/archive/osint/ci-badguys.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/osint/ci-badguys.txt -------------------------------------------------------------------------------- /spellbook/archive/osint/osintdb.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/osint/osintdb.json -------------------------------------------------------------------------------- /spellbook/archive/pages/android/am.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/android/am.md -------------------------------------------------------------------------------- /spellbook/archive/pages/android/cmd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/android/cmd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/android/pkg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/android/pkg.md -------------------------------------------------------------------------------- /spellbook/archive/pages/android/pm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/android/pm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/android/wm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/android/wm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/!.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/!.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/$.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/$.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/%.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/%.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/2to3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/2to3.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/7z.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/7z.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/7za.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/7za.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/7zr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/7zr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/[.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/[.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/[[.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/[[.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/^.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/^.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/aapt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/aapt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ab.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ac.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ac.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ack.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/act.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/act.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/adb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/adb.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ag.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/age.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/age.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/alex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/alex.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/anki.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/anki.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ant.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/apg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/apg.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/apm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/apm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ar.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/arc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/arc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/arch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/arch.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/arp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/arp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/asar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/asar.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/asdf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/asdf.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/at.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/at.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/atom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/atom.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/atq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/atq.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/atrm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/atrm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/avo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/avo.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/awk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/awk.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/aws.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/aws.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/axel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/axel.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/az.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/az.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bash.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bat.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bats.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bb.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bdfr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bdfr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bear.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bear.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bfg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bfg.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bfs.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bg.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bind.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bird.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bird.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bob.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bob.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/boot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/boot.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/borg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/borg.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bosh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bosh.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/box.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/box.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bpkg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bpkg.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bq.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/brew.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/brew.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bru.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bru.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bssh.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/btm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/btm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/btop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/btop.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/buku.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/buku.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bun.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bup.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bvnc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bvnc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/bw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/bw.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/c99.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/c99.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cake.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cal.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/calc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/calc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/carp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/carp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/case.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/case.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cat.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cb.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cbt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cbt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cdk.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cf.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/chsh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/chsh.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cidr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cidr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cjxl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cjxl.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/clj.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/clj.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cloc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cloc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cmp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cmp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/code.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cola.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cola.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/comm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/comm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cpan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cpan.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cpdf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cpdf.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cpio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cpio.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/croc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/croc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cron.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cron.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cs.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/csc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/csc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/csh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/csh.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cups.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cups.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/curl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/curl.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cut.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cut.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/cvs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/cvs.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/d2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/d2.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/d8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/d8.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/daps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/daps.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dart.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dash.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/date.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/date.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dbt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dbt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dbx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dbx.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dcg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dcg.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ddev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ddev.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ddgr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ddgr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/deno.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/deno.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dep.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/df.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/df.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dfc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dfc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dict.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dict.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/diff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/diff.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dig.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dirs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dirs.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dive.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/djxl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/djxl.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dlv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dlv.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dmd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dmd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dnsx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dnsx.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/doas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/doas.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dog.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dolt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dolt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dot.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dtc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dtc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/du.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/du.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dua.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dua.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dub.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/duc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/duc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/duf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/duf.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dune.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dune.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dust.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dust.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/dvc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/dvc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/echo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/echo.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ect.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ed.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/eget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/eget.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/elm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/elm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/enca.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/enca.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/entr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/entr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/env.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/env.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/eol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/eol.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/eqn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/eqn.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/erl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/erl.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ern.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ern.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/etcd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/etcd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/eva.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/eva.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/eval.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/eval.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ex.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/exa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/exa.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/exec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/exec.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/exit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/exit.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/expr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/expr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/eza.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/eza.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/fast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/fast.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/fc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/fc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/fd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/fd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/fdp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/fdp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/feh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/feh.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ffe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ffe.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ffuf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ffuf.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/fg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/fg.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/file.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/fin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/fin.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/find.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/find.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/fio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/fio.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/fish.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/fish.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/flac.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/flac.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/flex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/flex.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/flow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/flow.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/fls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/fls.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/fly.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/fly.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/fmt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/fmt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/fnm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/fnm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/fold.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/fold.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/for.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/for.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/from.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/from.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/frp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/frp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/frpc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/frpc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/frps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/frps.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ftp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ftp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/fuck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/fuck.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/func.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/func.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/fvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/fvm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/fzf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/fzf.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/g++.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/g++.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gau.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gau.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gcal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gcal.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gcc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gcc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gdb.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gdc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gdc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gdu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gdu.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gem.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gem.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/geth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/geth.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gh.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ghc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ghc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ghci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ghci.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ghdl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ghdl.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gibo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gibo.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gimp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gimp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gist.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/git.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/git.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gitk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gitk.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gixy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gixy.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/glab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/glab.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/glow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/glow.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/go.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/go.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gocr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gocr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gops.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gow.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gox.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gpg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gpg.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gpg2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gpg2.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gpgv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gpgv.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/grap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/grap.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/grep.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/grep.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/grex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/grex.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/grip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/grip.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gtop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gtop.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gulp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gulp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gum.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gyb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gyb.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/gzip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/gzip.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/hash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/hash.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/hd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/hd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/head.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/head.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/helm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/helm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/help.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/help.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/hexo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/hexo.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/hg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/hg.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/hive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/hive.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/hn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/hn.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/host.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/host.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/hr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/hr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/htop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/htop.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/http.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/http.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/hub.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/hub.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/hugo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/hugo.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/hut.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/hut.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/hx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/hx.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ia.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ical.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ical.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/id.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/id.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/idea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/idea.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/iex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/iex.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/if.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/if.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ifne.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ifne.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ifs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ifs.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/info.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/info.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ipcs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ipcs.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ipfs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ipfs.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/irb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/irb.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ivpn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ivpn.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/jadx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/jadx.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/jar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/jar.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/java.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/java.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/jc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/jc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/jcal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/jcal.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/jenv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/jenv.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/jest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/jest.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/jf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/jf.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/jhat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/jhat.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/jmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/jmap.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/jobs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/jobs.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/joe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/joe.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/john.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/john.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/join.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/join.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/josm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/josm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/jp2a.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/jp2a.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/jps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/jps.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/jq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/jq.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/jrnl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/jrnl.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/jtbl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/jtbl.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/just.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/just.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/jwt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/jwt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/k3d.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/k3d.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/k6.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/k6.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/k9s.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/k9s.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/kak.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/kak.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/kate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/kate.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/kcat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/kcat.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/kdig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/kdig.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/khal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/khal.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/kill.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/kill.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/kind.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/kind.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/kool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/kool.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/kops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/kops.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ksh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ksh.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/last.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/last.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lb.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ld.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ld.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ldc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ldc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lein.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lein.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/less.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/less.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/let.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/let.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lex.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lima.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lima.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/link.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/link.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lit.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/llc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/llc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lldb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lldb.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lli.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lli.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/llm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/llm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/llvd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/llvd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lmms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lmms.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ln.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ln.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/loc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/loc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/look.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/look.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lpq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lpq.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lpr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lpr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lprm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lprm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ls.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lsar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lsar.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lsd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lsd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lsof.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lsof.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lua.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lua.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/luac.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/luac.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lynx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lynx.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lz4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lz4.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lzip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lzip.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lzma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lzma.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/lzop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/lzop.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/m4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/m4.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mail.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/make.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/make.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/man.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/man.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mat2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mat2.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/maza.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/maza.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mcs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mcs.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mdp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mdp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/meld.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/meld.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mesg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mesg.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mg.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mise.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mise.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mix.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mk.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mlr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mlr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mmdc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mmdc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mmls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mmls.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mmv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mmv.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mods.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mods.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/moe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/moe.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/more.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/more.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/moro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/moro.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mosh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mosh.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/most.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/most.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mpc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mpc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mpd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mpd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mpv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mpv.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mtr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mtr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mu.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mutt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mutt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mv.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mvn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mvn.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/mypy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/mypy.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/n.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/n.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nano.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nano.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nasm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nasm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ncc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ncc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ncdu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ncdu.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ncu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ncu.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ned.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ned.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nest.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/next.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/next.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ng.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ngs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ngs.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nice.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nice.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nim.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nix.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nix.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nkf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nkf.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nl.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nmap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nmap.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nms.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nnn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nnn.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/node.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/node.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nop.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/noti.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/noti.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/now.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/now.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/npm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/npm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/npx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/npx.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nrm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nrm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ntfy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ntfy.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nth.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ntl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ntl.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nu.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nvcc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nvcc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nvim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nvim.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nvm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nvme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nvme.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nx.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nxc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nxc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/nyxt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/nyxt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/obs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/obs.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/oc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/oc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/od.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/od.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/odps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/odps.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/omf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/omf.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/omz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/omz.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/op.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/op.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/opam.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/opam.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/open.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/open.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/opt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/opt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ouch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ouch.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/p10k.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/p10k.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/p4.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/p4.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/p5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/p5.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/paci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/paci.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pake.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/par2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/par2.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pass.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pax.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pax.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/peco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/peco.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pee.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pee.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/perl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/perl.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pest.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/phan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/phan.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/php.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/php.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pic.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pigz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pigz.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ping.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pint.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pio.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pip.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pip3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pip3.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pipx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pipx.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pixi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pixi.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/play.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/play.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pm2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pm2.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pnpm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pnpm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pnpx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pnpx.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pop.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/popd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/popd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pppd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pppd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ps.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/psql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/psql.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pssh.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pup.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pv.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pwd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pwd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pwsh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pwsh.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/pypy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/pypy.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/q.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/q.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/qalc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/qalc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/qc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/qc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/qcp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/qcp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/qemu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/qemu.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/qmmp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/qmmp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/qmv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/qmv.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/qpdf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/qpdf.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/qr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/qr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/r.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/r.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/r2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/r2.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/r2e.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/r2e.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/raco.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/raco.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/rage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/rage.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/rake.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/rake.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/rar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/rar.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/rbt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/rbt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/rc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/rc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/rcat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/rcat.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/read.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/read.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/rev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/rev.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/rg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/rg.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/rga.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/rga.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/rgpt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/rgpt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/rich.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/rich.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/rip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/rip.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/rm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/rm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/robo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/robo.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/roll.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/roll.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/rr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/rr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/rtv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/rtv.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ruby.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ruby.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ruff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ruff.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/rvm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/rvm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/s.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/s.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/safe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/safe.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/salt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/salt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sass.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sbcl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sbcl.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sbt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sbt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/scc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/scc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/scd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/scd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/scp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/scp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sdcv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sdcv.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sdk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sdk.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sed.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/seq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/seq.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/set.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sf.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sfdp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sfdp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sftp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sftp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sg.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sgpt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sgpt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sh.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/shar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/shar.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/shc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/shc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/shuf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/shuf.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sk.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sl.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sn.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/snyk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/snyk.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/solo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/solo.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sops.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sops.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sort.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sort.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sox.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/soxi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/soxi.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sqsc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sqsc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/srm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/srm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ssh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ssh.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sshd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sshd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/stat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/stat.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/step.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/step.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/stow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/stow.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/stty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/stty.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/stun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/stun.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/su.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/su.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/subl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/subl.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sudo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sudo.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sui.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sum.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sup.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sv.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/svgo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/svgo.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/svgr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/svgr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/svn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/svn.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/swc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/swc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/swig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/swig.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/sync.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/sync.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tac.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tac.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tail.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tar.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/task.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tb.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tbl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tbl.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tcc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tcc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tcsh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tcsh.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tea.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tea.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tee.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tee.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/test.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/test.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tex.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tgpt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tgpt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tidy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tidy.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tig.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tig.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/time.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tldr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tldr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tmsu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tmsu.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tmux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tmux.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/todo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/todo.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tox.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tpp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tpp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tput.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tput.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/trap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/trap.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tre.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tre.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tred.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tred.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tree.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/true.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/true.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ts.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tsc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tsc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tts.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tty.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tuc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tuc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tuir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tuir.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/twm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/twm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/tye.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/tye.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/type.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/u3d.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/u3d.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/unar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/unar.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/uniq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/uniq.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/unp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/unp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/unxz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/unxz.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/upt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/upt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/upx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/upx.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/usql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/usql.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/uv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/uv.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/v.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/v.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/vala.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/vala.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/vale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/vale.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/vcsh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/vcsh.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/vdir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/vdir.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/vela.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/vela.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/venv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/venv.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/vf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/vf.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/vhs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/vhs.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/vi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/vi.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/view.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/vifm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/vifm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/vim.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/vim.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/vipe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/vipe.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/vite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/vite.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/viu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/viu.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/vlc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/vlc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/vsce.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/vsce.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/vt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/vt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/vue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/vue.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/w.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/w.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/w3m.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/w3m.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/wait.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/wait.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/wal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/wal.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/wapm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/wapm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/wc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/wc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/wget.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/wget.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/who.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/who.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/wp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/wp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/wpm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/wpm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/wrk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/wrk.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/wuzz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/wuzz.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/x_x.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/x_x.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/xar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/xar.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/xcv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/xcv.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/xe.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/xe.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/xev.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/xev.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/xh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/xh.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/xml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/xml.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/xo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/xo.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/xpdf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/xpdf.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/xplr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/xplr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/xsp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/xsp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/xsv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/xsv.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/xxd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/xxd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/xxh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/xxh.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/xz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/xz.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/ya.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/ya.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/yacc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/yacc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/yadm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/yadm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/z.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/z.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/{.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/{.md -------------------------------------------------------------------------------- /spellbook/archive/pages/common/~.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/common/~.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/ac.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/ac.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/as.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/as.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/br.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/br.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/cc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/cc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/cp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/cp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/cu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/cu.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/dd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/dd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/df.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/df.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/gs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/gs.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/i3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/i3.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/ip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/ip.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/iw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/iw.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/lz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/lz.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/mt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/mt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/nl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/nl.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/pg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/pg.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/pi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/pi.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/qm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/qm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/rm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/rm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/sa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/sa.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/sm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/sm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/ss.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/ss.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/st.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/st.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/tc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/tc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/ul.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/ul.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/w.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/w.md -------------------------------------------------------------------------------- /spellbook/archive/pages/linux/wg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/linux/wg.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/aa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/aa.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/aiac.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/aiac.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/arch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/arch.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/as.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/as.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/asr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/asr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/bc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/bc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/bclm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/bclm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/bird.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/bird.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/cal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/cal.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/cat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/cat.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/cot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/cot.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/ctkd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/ctkd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/cut.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/cut.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/date.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/date.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/dd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/dd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/df.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/df.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/du.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/du.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/duti.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/duti.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/ed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/ed.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/fsck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/fsck.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/g[.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/g[.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gawk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gawk.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gcat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gcat.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gcp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gcp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gcut.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gcut.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gdd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gdd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gdf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gdf.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gdir.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gdir.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/ged.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/ged.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/genv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/genv.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gfmt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gfmt.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gftp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gftp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gid.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gln.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gln.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gls.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gmv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gmv.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gnl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gnl.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/god.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/god.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/goku.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/goku.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gpr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gpr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gptx.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gptx.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gpwd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gpwd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/grcp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/grcp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/grm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/grm.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/grsh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/grsh.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gsed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gsed.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gseq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gseq.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gsum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gsum.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gtac.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gtac.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gtar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gtar.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gtee.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gtee.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gtr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gtr.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gtty.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gtty.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gwc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gwc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gwho.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gwho.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/gyes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/gyes.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/head.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/head.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/hidd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/hidd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/lipo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/lipo.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/lldb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/lldb.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/log.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/log.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/look.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/look.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/m.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/m.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/mas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/mas.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/mate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/mate.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/md5.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/md5.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/mdls.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/mdls.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/mist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/mist.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/nfcd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/nfcd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/open.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/open.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/ping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/ping.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/pod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/pod.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/port.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/port.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/ps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/ps.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/say.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/say.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/sdef.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/sdef.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/secd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/secd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/sed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/sed.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/shuf.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/shuf.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/sips.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/sips.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/sntp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/sntp.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/stat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/stat.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/tag.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/tag.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/tail.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/tail.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/tart.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/tart.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/top.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/top.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/vpnd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/vpnd.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/w.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/w.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/wc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/wc.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/wps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/wps.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/xed.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/xed.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/xip.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/xip.md -------------------------------------------------------------------------------- /spellbook/archive/pages/osx/yaa.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/archive/pages/osx/yaa.md -------------------------------------------------------------------------------- /spellbook/archive/wordlists/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /spellbook/metadata.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/spellbook/metadata.txt -------------------------------------------------------------------------------- /witchcraft/.rustfmt.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/witchcraft/.rustfmt.toml -------------------------------------------------------------------------------- /witchcraft/Cargo.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/witchcraft/Cargo.toml -------------------------------------------------------------------------------- /witchcraft/src/core/consts.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/witchcraft/src/core/consts.rs -------------------------------------------------------------------------------- /witchcraft/src/core/core.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/witchcraft/src/core/core.rs -------------------------------------------------------------------------------- /witchcraft/src/core/data.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/witchcraft/src/core/data.rs -------------------------------------------------------------------------------- /witchcraft/src/core/logger.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/witchcraft/src/core/logger.rs -------------------------------------------------------------------------------- /witchcraft/src/core/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/witchcraft/src/core/mod.rs -------------------------------------------------------------------------------- /witchcraft/src/core/structs.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/witchcraft/src/core/structs.rs -------------------------------------------------------------------------------- /witchcraft/src/core/types.rs: -------------------------------------------------------------------------------- 1 | pub type CommandRegistry = Vec<(&'static str, fn(&[String]) -> i32)>; 2 | -------------------------------------------------------------------------------- /witchcraft/src/core/witchrc.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/witchcraft/src/core/witchrc.rs -------------------------------------------------------------------------------- /witchcraft/src/main.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/witchcraft/src/main.rs -------------------------------------------------------------------------------- /witchcraft/src/modules/binds/caller.rs: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /witchcraft/src/modules/binds/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/witchcraft/src/modules/binds/mod.rs -------------------------------------------------------------------------------- /witchcraft/src/modules/icebreaker/data.rs: -------------------------------------------------------------------------------- 1 | pub const ICED: &str = r#" 2 | 3 | "#; 4 | -------------------------------------------------------------------------------- /witchcraft/src/modules/icebreaker/icebreaker.rs: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /witchcraft/src/modules/llm/llm.rs: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /witchcraft/src/modules/llm/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod llm; 2 | -------------------------------------------------------------------------------- /witchcraft/src/modules/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/witchcraft/src/modules/mod.rs -------------------------------------------------------------------------------- /witchcraft/src/modules/osint/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/witchcraft/src/modules/osint/mod.rs -------------------------------------------------------------------------------- /witchcraft/src/modules/osint/structs.rs: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /witchcraft/src/modules/seth/mod.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/witchcraft/src/modules/seth/mod.rs -------------------------------------------------------------------------------- /witchcraft/src/modules/seth/seth.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/witchcraft/src/modules/seth/seth.rs -------------------------------------------------------------------------------- /witchcraft/src/modules/tldr/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod tldr; 2 | -------------------------------------------------------------------------------- /witchcraft/src/modules/tldr/tldr.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/witchcraft/src/modules/tldr/tldr.rs -------------------------------------------------------------------------------- /witchcraft/src/test/mod.rs: -------------------------------------------------------------------------------- 1 | pub mod test_start; 2 | -------------------------------------------------------------------------------- /witchcraft/src/test/test_start.rs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cosmic-zip/witchcraft/HEAD/witchcraft/src/test/test_start.rs --------------------------------------------------------------------------------