Skip to content

Instantly share code, notes, and snippets.

View Amar1729's full-sized avatar

Amar Paul Amar1729

View GitHub Profile
@Amar1729
Amar1729 / _chunkc.zsh
Last active October 17, 2018 03:20
Zsh completions for chunkc
#compdef chunkc
# Note for plugin authors:
# You can make your own zsh completions, and include these by calling `_chunkc'
# in the top-level function of the new completions and defining your subcommand
# with syntax: _chunkc_<plugin>_<subcmd> like so:
# Fake chunkc plugin
#
# function _chunkc_plugin_set { return }
package main
import "fmt"
import "bufio"
import "sort"
import "os"
import "strings"
import "strconv"