# Code<no value>

## Inspiration

djctl is largely inspired by [Unbox](https://github.com/erikrichardlarson/unbox) and [Now Playing](https://nowplayingapp.com/).

## Attribution

djctl uses open source components. You can find the source code of these projects along with license information below.

|Project|License|
|-|-|
|[github.com/Jeffail/gabs](https://github.com/Jeffail/gabs)|[MIT License](https://github.com/Jeffail/gabs/blob/master/LICENSE)|
|[github.com/davecgh/go-spew](https://github.com/davecgh/go-spew)|[ISC License](https://github.com/davecgh/go-spew/blob/master/LICENSE)|
|[github.com/bwmarrin/discordgo](https://github.com/bwmarrin/discordgo)|[BSD 3-Clause "New" or "Revised" License](https://github.com/bwmarrin/discordgo/blob/master/LICENSE)|
|[github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify)|[BSD 3-Clause "New" or "Revised" License](https://github.com/fsnotify/fsnotify/blob/main/LICENSE)|
|[github.com/gorilla/websocket](https://github.com/gorilla/websocket)|[BSD 2-Clause "Simplified" License](https://github.com/gorilla/websocket/blob/master/LICENSE)|
|[github.com/hashicorp/hcl](https://github.com/hashicorp/hcl)|[Mozilla Public License 2.0](https://github.com/hashicorp/hcl/blob/main/LICENSE)|
|[github.com/hypebeast/go-osc](https://github.com/hypebeast/go-osc)|[MIT License](https://github.com/hypebeast/go-osc/blob/master/LICENSE)|
|[github.com/icedream/go-stagelinq](https://github.com/icedream/go-stagelinq)|[MIT License](https://github.com/icedream/go-stagelinq/blob/master/LICENSE)|
|[github.com/jfarleyx/go-simple-cache](https://github.com/jfarleyx/go-simple-cache)|[MIT License](https://github.com/jfarleyx/go-simple-cache/blob/master/LICENSE)|
|[github.com/magiconair/properties](https://github.com/magiconair/properties)|[BSD 2-Clause "Simplified" License](https://github.com/magiconair/properties/blob/main/LICENSE.md)|
|[github.com/mitchellh/mapstructure](https://github.com/mitchellh/mapstructure)|[MIT License](https://github.com/mitchellh/mapstructure/blob/master/LICENSE)|
|[github.com/onrik/logrus](https://github.com/onrik/logrus)|[MIT License](https://github.com/onrik/logrus/blob/master/LICENSE)|
|[github.com/pelletier/go-toml](https://github.com/pelletier/go-toml)|[MIT License](https://github.com/pelletier/go-toml/blob/master/LICENSE)|
|[github.com/sirupsen/logrus](https://github.com/sirupsen/logrus)|[MIT License](https://github.com/sirupsen/logrus/blob/master/LICENSE)|
|[github.com/spf13/afero](https://github.com/spf13/afero)|[Apache License 2.0](https://github.com/spf13/afero/blob/master/LICENSE.txt)|
|[github.com/spf13/cast](https://github.com/spf13/cast)|[MIT License](https://github.com/spf13/cast/blob/master/LICENSE)|
|[github.com/spf13/cobra](https://github.com/spf13/cobra)|[Apache License 2.0](https://github.com/spf13/cobra/blob/master/LICENSE.txt)|
|[github.com/spf13/jwalterweatherman](https://github.com/spf13/jwalterweatherman)|[MIT License](https://github.com/spf13/jwalterweatherman/blob/master/LICENSE)|
|[github.com/spf13/pflag](https://github.com/spf13/pflag)|[BSD 3-Clause "New" or "Revised" License](https://github.com/spf13/pflag/blob/master/LICENSE)|
|[github.com/spf13/viper](https://github.com/spf13/viper)|[MIT License](https://github.com/spf13/viper/blob/master/LICENSE)|
|[github.com/subosito/gotenv](https://github.com/subosito/gotenv)|[MIT License](https://github.com/subosito/gotenv/blob/master/LICENSE)|
|[github.com/zmb3/spotify](https://github.com/zmb3/spotify)|[Apache License 2.0](https://github.com/zmb3/spotify/blob/master/LICENSE)|
|[golang.org/x/crypto](https://golang.org/x/crypto)|[BSD 3-Clause "New" or "Revised" License](https://cs.opensource.google/go/x/crypto/+/master:LICENSE)|
|[golang.org/x/net](https://golang.org/x/net)|[BSD 3-Clause "New" or "Revised" License](https://cs.opensource.google/go/x/net/+/master:LICENSE)|
|[golang.org/x/oauth2](https://golang.org/x/oauth2)|[BSD 3-Clause "New" or "Revised" License](https://cs.opensource.google/go/x/oauth2/+/master:LICENSE)|
|[golang.org/x/sys](https://golang.org/x/sys)|[BSD 3-Clause "New" or "Revised" License](https://cs.opensource.google/go/x/sys/+/master:LICENSE)|
|[golang.org/x/text](https://golang.org/x/text)|[BSD 3-Clause "New" or "Revised" License](https://cs.opensource.google/go/x/text/+/master:LICENSE)|
|[gopkg.in/ini.v1](https://gopkg.in/ini.v1)|[Apache License 2.0](https://github.com/go-ini/ini/blob/v1.66.4/LICENSE)|
|[gopkg.in/yaml.v2](https://gopkg.in/yaml.v2)|[Apache License 2.0](https://github.com/go-yaml/yaml/blob/v2.4.0/LICENSE)|
{.table-striped}


## Web Site

This web site would not be possible without the following products and tools:

- [Hugo](https://gohugo.io/)
- [Doks](https://getdoks.org/)
- [Netlify](https://www.netlify.com/)
- [GitHub](https://github.com/)

## Other

The following products and tools have also played an essential role in the development of djctl:

- [Discord](https://discord.com/)
- [GoReleaser](https://goreleaser.com/)
- [Visual Studio Code](https://code.visualstudio.com/)