All Projects → zchee → zsh-completions

zchee / zsh-completions

Licence: BSD-3-Clause License
Yet another zsh completion sources library. Fork, fix and written by me.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to zsh-completions

Zsh Completions
Additional completion definitions for Zsh.
Stars: ✭ 4,907 (+6033.75%)
Mutual labels:  zsh, zsh-completions
zsh-config
Faster and enjoyable ZSH (maybe) !!!
Stars: ✭ 64 (-20%)
Mutual labels:  zsh, zsh-completions
zsh-ls-colors
A zsh library to use LS_COLORS
Stars: ✭ 23 (-71.25%)
Mutual labels:  zsh
dotfiles
nvim, tmux, zsh, fzf, bspwm, suckless tools, and more!
Stars: ✭ 89 (+11.25%)
Mutual labels:  zsh
auto-ls
zsh plugin for auto-ls
Stars: ✭ 77 (-3.75%)
Mutual labels:  zsh
nvm-auto-use.zsh
ZSH plugin to call `nvm use` automatically whenever you enter a directory that contains an `.nvmrc` file with a string telling nvm which node to use
Stars: ✭ 16 (-80%)
Mutual labels:  zsh
gitprompt
Display git status in the the terminal prompt
Stars: ✭ 22 (-72.5%)
Mutual labels:  zsh
zsh-haskell
ghc and cabal completion for zsh shell
Stars: ✭ 18 (-77.5%)
Mutual labels:  zsh-completions
enquirer
Stylish, intuitive and user-friendly prompts, for Node.js. Used by eslint, webpack, yarn, pm2, pnpm, RedwoodJS, FactorJS, salesforce, Cypress, Google Lighthouse, Generate, tencent cloudbase, lint-staged, gluegun, hygen, hardhat, AWS Amplify, GitHub Actions Toolkit, @airbnb/nimbus, and many others! Please follow Enquirer's author: https://github.…
Stars: ✭ 6,523 (+8053.75%)
Mutual labels:  zsh
dotfiles
🏡 dotfiles configuration
Stars: ✭ 18 (-77.5%)
Mutual labels:  zsh
zsh-prompt-generator
Zsh Prompt Generator
Stars: ✭ 39 (-51.25%)
Mutual labels:  zsh
git-templates
Templates / Hooks for Your Git Repositories
Stars: ✭ 30 (-62.5%)
Mutual labels:  zsh
zsh-config
My ZSH config
Stars: ✭ 23 (-71.25%)
Mutual labels:  zsh
dotfiles
🏡 ~/.*
Stars: ✭ 13 (-83.75%)
Mutual labels:  zsh
zsh-image-extension
Image viewing capabilities for zsh
Stars: ✭ 14 (-82.5%)
Mutual labels:  zsh
msfvenom-zsh-completion
zsh completion for msfvenom in Metasploit
Stars: ✭ 42 (-47.5%)
Mutual labels:  zsh
dotfiles
No description or website provided.
Stars: ✭ 12 (-85%)
Mutual labels:  zsh
gitignore.plugin.zsh
ZSH plugin for creating .gitignore files.
Stars: ✭ 44 (-45%)
Mutual labels:  zsh
config
Fig's integrations with bash, zsh, fish, ssh, and tmux. Also contains Fig's installation and update scripts. Finally, this repo is the root of the .fig folder that is installed on your computer when you download Fig!
Stars: ✭ 44 (-45%)
Mutual labels:  zsh
zinit
🌻 Flexible and fast ZSH plugin manager
Stars: ✭ 944 (+1080%)
Mutual labels:  zsh

zsh-completions

Yet another zsh completion sources library.
fork, fix or wrote myself.

src/go

command description
2fa rsc.io/2fa: Two-factor authentication on the command line
benchcmp golang/tools/cmd/benchsave: The benchcmp command displays performance changes between benchmarks.
benchstat golang/perf/cmd/benchstat: Benchstat computes and compares statistics about benchmarks.
cayley github.com/cayleygraph/cayley: An open-source graph database
cgrep github.com/google/codesearch/cmd/cgrep: Cgrep behaves like grep, searching for regexp, an RE2 (nearly PCRE) regular expression.
circleci-cli github.com/CircleCI-Public/circleci-cli: Use CircleCI from the command line.
colf github.com/pascaldekloe/colfer: binary serialization format
container-diff github.com/GoogleContainerTools/container-diff: container-diff: Diff your Docker containers
ctop github.com/bcicen/ctop: Top-like interface for container metrics
dep github.com/golang/dep: Go dependency management tool
deplist github.com/cespare/deplist: List the external dependencies of a Go package.
dlv github.com/derekparker/delve: Delve is a debugger for the Go programming language.
dockry github.com/shyiko/dockry: Docker Registry V2 CLI (compatible with Docker Hub, GitLab Container Registry, etc; public or private)
embedmd github.com/campoy/embedmd: embedmd: embed code into markdown and keep everything in sync
fortio github.com/fortio/fortio: Fortio load testing library, command line tool, advanced echo server and web UI in go (golang). Allows to specify a set query-per-second load and record latency histograms and other useful stats.
gb github.com/constabulary/gb: gb, the project based build tool for Go
git-stats
glide github.com/Masterminds/glide: Package Management for Golang
go golang.org/src/cmd/go: The Go programming language
go-callvis github.com/TrueFurby/go-callvis: Visualize call graph of a Go program using dot format.
go-langserver github.com/sourcegraph/go-langserver: Go language server to add Go support to editors and other tools that use the Language Server Protocol (LSP)
go-torch github.com/uber/go-torch: Stochastic flame graph profiler for Go programs
goapp
gocc github.com/goccmack/gocc: Parser / Scanner Generator
gocode github.com/nsf/gocode: An autocompletion daemon for the Go programming language
godep github.com/tools/godep: dependency tool for go
goderive github.com/awalterschulze/goderive: Functional programming for Golang
godoc golang.org/x/tools/cmd/godoc: Godoc extracts and generates documentation for Go programs.
gofmt golang.org/src/cmd/gofmt: oGofmt formats Go programs.
goimports golang.org/x/tools/cmd/goimports: Command goimports updates your Go import lines, adding missing ones and removing unreferenced ones.
gojson github.com/ChimeraCoder/gojson: Automatically generate Go (golang) struct definitions from example JSON
golint golang.org/x/lint/golint: golint lints the Go source files named on its command line.
gometalinter github.com/alecthomas/gometalinter: Concurrently run Go lint tools and normalise their output
gopackages golang.org/x/tools/go/packages/gopackages: The gopackages command is a diagnostic tool that demonstrates how to use golang.org/x/tools/go/packages to load, parse, type-check, and print one or more Go packages.
gops github.com/google/gops: A tool to list and diagnose Go processes currently running on your system
gorename golang.org/x/tools/cmd/gorename: The gorename command performs precise type-safe renaming of identifiers in Go source code.
gosec github.com/securego/gosec/cmd/gosec: gosec analyzes Go source code to look for common programming mistakes that can lead to security problems.
gotags github.com/jstemmer/gotags: ctags-compatible tag generator for Go
gotests github.com/cweill/gotests: Generate Go tests from your source code.
goyacc golang.org/x/tools/cmd/goyacc: Goyacc is a version of yacc for Go.
guru golang.org/x/tools/cmd/guru: guru: a tool for answering questions about Go source code.
gvt github.com/FiloSottile/gvt: gvt was a minimal go vendoring tool, based on gb-vendor. Today, you want to use modules instead.
helmfile github.com/roboll/helmfile: Deploy Kubernetes Helm Charts
istioctl istio.io/isio/istioctl/cmd/istioctl: Command istioctl is a Istio configuration command line utility.
jira github.com/Netflix-Skunkworks/go-jira: simple jira command line client in Go
json2struct github.com/yudppp/json2struct: Translate to Golang struct from json
kati github.com/google/kati: An experimental GNU make clone
kubeval github.com/garethr/kubeval: Validate your Kubernetes configuration files, supports multiple Kubernetes versions
kustomize kubernetes-sigs/kustomize: Customization of kubernetes YAML configurations
mc github.com/minio/mc: Minio Client is a replacement for ls, cp, mkdir, diff and rsync commands for filesystems and object storage.
megacheck honnef.co/go/tools/cmd/megacheck: megacheck runs staticcheck, gosimple and unused at once.
minikube k8s.io/minikube: Run Kubernetes locally
pinata
poule github.com/icecrime/poule: A framework for GitHub automation
pprof github.com/google/pprof: pprof is a tool for visualization and analysis of profiling data
prototool github.com/uber/prototool: Your Swiss Army Knife for Protocol Buffers
pt github.com/monochromegane/the_platinum_searcher: A code search tool similar to ack and the_silver_searcher(ag). It supports multi platforms and multi encodings.
reg github.com/genuinetools/reg: Docker registry v2 command line client and repo listing generator with security checks.
roer github.com/spinnaker/roer: A thin Spinnaker CLI
rts github.com/galeone/rts: RTS: request to struct. Generates Go structs from JSON server responses.
skaffold github.com/GoogleContainerTools/skaffold: Easy and Repeatable Kubernetes Development
sops mozilla/sops: Secrets management stinks, use some sops!
ssadump golang.org/x/tools/cmd/ssadump: ssadump: a tool for displaying and interpreting the SSA form of Go programs.
staticcheck honnef.co/go/tools/cmd/staticcheck: staticcheck detects a myriad of bugs and inefficiencies in your code.
unconvert github.com/mdempsky/unconvert: Remove unnecessary type conversions from Go source
unused honnef.co/go/tools/cmd/unused: unused reports unused identifiers (types, functions, ...) in your code.
wasm-dump github.com/go-interpreter/wagon/cmd/wasm-dump: wasm-dump inspects a WASM module file.
wasm-run github.com/go-interpreter/wagon/cmd/wasm-dump: wasm-dump inspects a WASM module file.
zoekt-git-index github.com/google/zoekt: Fast trigram based code search

src/macOS

command description
class-dump
diskutil
dyldinfo
genstrings
hdiutil
iCoreMgr
instruments
iprofiler
log
nm
otool
strings
swift
swift-demangle
xcode-select
xcodebuild
xcrun

src/zsh

command description
anka
aria2c
chromedriver
circleci
clang-format A tool to format C/C++/Java/JavaScript/Objective-C/Protobuf code
clangd Clangd is an implementation of the Language Server Protocol leveraging Clang.
cloud_sql_proxy
cmake Support -D completion (WIP)
conda
configure
container-builder-local
curl
darwin-debug
filemon An FSEvents client
flake8
flatc flatc, which flatbuffers schema compiler
grpc_cli
httrack
joker A quick and dirty iOS kernelcache handling utility
jtool Taking the O out of otool(1)
jtool2 The jtool2
jupyter Project Jupyter
kdv KDebug Unleashed for OS X/iOS
llvm-config LLVM llvm-config
llvm-dsymutil manipulate archived DWARF debug symbol files
llvm-dwarfdump llvm dwarf dumper
llvm-objdump llvm object file dumper
man man page
md2gslides
mypy Optional static typing for Python 2 and 3 (PEP484)
ninja Ninja is a small build system with a focus on speed
nosetests nose is nicer testing for python
nvim Vim-fork focused on extensibility and agility
pip
prlctl Parallels Desktop command-line utility is used to perform administration tasks on virtual machines
prlsrvctl Parallels Desktop command-line utility is used to perform management tasks
procexp Going over the top(1)
protoc
rc rtags client
rdm rtags daemon
shellcheck
swig Simplified wrapper and interface generator
travis
vint Fast and highly extensible Vim script language lint implemented by Python
vmrun
vmware-vdiskmanager
vmware-vmx
yasm Yasm assembler
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].