Giter Club home page Giter Club logo

zsh-completions's Introduction

zsh-completions

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

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
command description
class-dump
diskutil
dyldinfo
genstrings
hdiutil
iCoreMgr
instruments
iprofiler
log
nm
otool
strings
swift
swift-demangle
xcode-select
xcodebuild
xcrun
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

zsh-completions's People

Contributors

lainiwa avatar pseyfert avatar zchee avatar zxdposter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

zsh-completions's Issues

Question: how to get only one completion module?

This is a really cool repo, thank you!

I'm using zinit as my zsh plugin manager. I've added zchee/zsh-completions to the list of plugin imports, and it seems to work great. However, I wonder about unnecessary waste, since I'm actually just interested in the pipx completions. Do you maybe know a way to get only those?

Regardless, thanks for sharing your work!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.