• Stars
    star
    101
  • Rank 338,166 (Top 7 %)
  • Language
    Shell
  • License
    BSD 3-Clause "New...
  • Created over 8 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Yet another zsh completion sources library. Fork, fix and written by me.

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

More Repositories

1

cuda-sample

CUDA official sample codes
C++
315
star
2

Seti_JetBrains

Seti_UI and Seti_UX themes port for JetBrains' all IDE
Shell
281
star
3

nvim-go

Go development plugin for Neovim written in pure Go
Go
257
star
4

clang-server

A C/C++ AST index server using libclang and flatbuffers written in Go
Go
87
star
5

golang-wiki

Personal fork of Go Wiki https://github.com/golang/go/wiki
Dockerfile
63
star
6

go-qcow2

Manage the QEMU qcow2 disk image written in Go
Go
47
star
7

h2o-proxy

Automated H2O reverse proxy for Docker containers. An alternative jwilder/nginx-proxy.
44
star
8

.nvim

dotfiles for neovim.
Lua
40
star
9

tmux-ja

Translation tmux man page project
Makefile
35
star
10

vim-vgo

Vim syntax highlighting for golang.org/x/vgo go.mod
Vim Script
28
star
11

go-hyperscan

Package hyperscan provides Go bindings for 01org/hyperscan high-performance regular expression matching library.
C
22
star
12

go-zsh-completions

zsh completion library for Go related command line tools.
Shell
17
star
13

go-mmal

Raspberry Pi's libmmal bindings for Go
Go
16
star
14

docker-h2o

Docker Image for H2O - the optimized HTTP/1, HTTP/2 server
15
star
15

go-xdgbasedir

Package xdgbasedir implements a freedesktop XDG Base Directory Specification for Go
Go
14
star
16

xxhash3

Go implementation of the xxHash's XXH3 using SIMD instructions
Go
12
star
17

spinctl

spinctl is a command-line tool to manage Spinnaker via gate API
Go
8
star
18

vim-flatbuffers

Google FlatBuffers file syntax plugin for vim.
Vim Script
8
star
19

zap-encoder

zap-encoder implements a converts zap logging format to any service encoding styte
Go
8
star
20

vim-go-slide

Vim syntax highlight for go slide(present)
Vim Script
7
star
21

libclang-python3

libclang bindings for Python 3
Python
7
star
22

starlark-language-server

Language Server for the Starlark.
Makefile
7
star
23

go-benchmarks

Collection of Go package benchmarks
Go
6
star
24

schema

Collection of JSON-Schema, OpenAPI, and well-known schemas
6
star
25

kube-timeleap

Kubernetes controller for container level timeleap
Go
6
star
26

ghctl

ghctl is the CLI of managing the GitHub written in Go.
Go
6
star
27

go-tips

6
star
28

the_titanium_searcher

A code search tool using SIMD instructions written in Go
Go
6
star
29

protoc-gen-openapi

protoc-gen-openapi is a plugin for the Google protocol buffer compiler to generate openAPI V3 spec for any given input protobuf.
Go
6
star
30

kt

kt is the tail Kubernetes logs for a Container in a Pod or specified resource
Go
6
star
31

zapcl

Cloud Logging integration for Zap
Go
5
star
32

template

A repository template implements a project template README with CI badge.
5
star
33

protoc-gen-jsonschema

Command protoc-gen-jsonschema converts .proto to JSON schema
Go
5
star
34

go-internals

5
star
35

goimportz

goimports fixed by zchee. Support multiple -local flags.
Go
4
star
36

dotfiles

Don’t limit yourself. I'm my own worst enemy.
Shell
4
star
37

firestore

Go
4
star
38

go-googlecloud-samples

Go
3
star
39

go-vis

go-vis is the visualizes the package methods dependencies
Go
3
star
40

subcommandsutil

Go
3
star
41

strcase

Package strcase converts string to various cases
Go
3
star
42

gworker

Package gworker provides wrapper of github.com/panjf2000/ants/v2.
Go
3
star
43

go-simdutf

Package simdutf provides a Go port of simdutf/simdutf. Unicode routines (UTF8, UTF16, UTF32): billions of characters per second using SSE2, AVX2, NEON and AVX-512.
Go
3
star
44

go-vmnet

Go package of the macOS vmnet.framework for virtual machines to read and write packets
C
3
star
45

go-ninja

Package ninja implements Ninja build systems syntax parser.
2
star
46

homebrew-zsh

Ruby
2
star
47

go-defaults

Manage the macOS defaults (System preference settings) written in Go
2
star
48

zistretto

Go
2
star
49

vim-goasm

Vim syntax highlighting for Go assembly.
Vim Script
2
star
50

cznic-libc

C
2
star
51

go-jsonschema

JSON Schema implementation for Go
Go
2
star
52

google-diff-match-patch

Automatically exported from code.google.com/p/google-diff-match-patch
Python
2
star
53

ctxfs

Package ctxfs provides Context-aware file system access
Go
2
star
54

god.old

Go AST indexer daemon for navigating the sources
Go
2
star
55

go-codecov

Global coverage report uploader for Codecov written in Go
Go
2
star
56

compute-metadata-server

fakemetadata provides the fake GCE compute metadata server for testing.
Go
2
star
57

yyjson-go

Go port of yyjson, A high performance JSON library.
Go
2
star
58

macOS-zsh-completions

zsh completion library for macOS specific command line tools.
Shell
2
star
59

go-importlint

The linter for Go imported packages
Go
2
star
60

go-rollbar

Go client for Rollbar.com
Go
2
star
61

go-openrpc

OpenRPC implementation for Go
Go
2
star
62

compilervars

You're talking nonsense. you know?
Shell
2
star
63

goleak

Goroutine leak detector to help avoid Goroutine leaks
Go
2
star
64

mach_portal_redist

C
1
star
65

golang-gollvm

Fork of https://go.googlesource.com/gollvm/
C++
1
star
66

go-libclang

C++
1
star
67

ccictl

CircleCI controller
Go
1
star
68

circleci-internal

Deeper insights inside the CircleCI internals
1
star
69

resume

My resume.
1
star
70

dotidea

1
star
71

developertools

1
star
72

go-quay

1
star
73

vimhelp-jp-submodules

Vim Script
1
star
74

pangolin

Go
1
star
75

Railstutorial.jp-ReDesign

This is readability the railstutorial.jp Chrome Extension
CSS
1
star
76

LibraryofAlexandria.io

CSS
1
star
77

go-algorithms

Go
1
star
78

vim-cmake

Vim Script
1
star
79

scripts

My snippet scripts
Shell
1
star
80

cmd

Go
1
star
81

go-openapi-tools

Go
1
star
82

homebrew-libguestfs

Ruby
1
star
83

golang-gddo

Go
1
star
84

gopretty

go command with pretty.
1
star
85

stringsutil

A package stringsutil implements a strings utility
Go
1
star
86

homebrew-formula

Homebrew tap repository for command-line tools
Ruby
1
star
87

xnubuild

xnubuild is a command-line tool for compiling the darwin xnu kernel written in Go
1
star
88

gomedium

A command line tool for Medium stories
Go
1
star
89

osutil

Package osutil provides the operating system-specific path information utility functions.
Go
1
star
90

Adv360-Pro-ZMK

Production repository for the all-new Advantage360 Professional using ZMK engine
Makefile
1
star
91

sublime-direnv

Sublime integrate Direnv
Python
1
star
92

go-pprof

go tool pprof with readline
Go
1
star
93

ruboty-docker

Management Docker via Ruboty ChatOps
Ruby
1
star
94

imo-awesome-go

Similar to "awesome-go", but "In my opinion"
1
star
95

gotail

Go
1
star
96

configurations

miscellaneous configurations full template
1
star
97

internal

The sandbox of Go packages
Go
1
star
98

CVE-resources

C
1
star
99

macOS-llvm-build

Shell
1
star
100

init

miscellaneous init scripts
Shell
1
star