From 68ec7a6f82f66be63746173ebab2ce674acf7f7a Mon Sep 17 00:00:00 2001 From: dannc Date: Thu, 14 Oct 2021 12:47:35 +0700 Subject: [PATCH] add spotify cli tools --- github_awesome.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/github_awesome.md b/github_awesome.md index 7fbea49..53b48c6 100644 --- a/github_awesome.md +++ b/github_awesome.md @@ -4,10 +4,10 @@ ### CLI -- [exa](https://github.com/ogham/exa) (`ls` alternative) -- [bat](https://github.com/sharkdp/bat) (`cat` alternative) -- [httpie](https://github.com/httpie/httpie) (`curl` alternative) -- [fzf](https://github.com/junegunn/fzf) (file tree with preview and some cool features) +- [exa](https://github.com/ogham/exa) - `ls` alternative +- [bat](https://github.com/sharkdp/bat) - `cat` alternative +- [httpie](https://github.com/httpie/httpie) - `curl` alternative +- [fzf](https://github.com/junegunn/fzf) - file tree with preview and some cool features #### ZSH @@ -18,6 +18,12 @@ - [fuzzy-fs](https://github.com/SleepyBag/fuzzy-fs) +#### Spotify + +- [spicetify](https://github.com/khanhas/spicetify-cli) - cli configuration for spotify client +- [spicetify-themes](https://github.com/morpheusthewhite/spicetify-themes) - community themes for spicetify +- [spicetify-hide-podcasts](https://github.com/theRealPadster/spicetify-hide-podcasts) - config for disable poscasts ads + ## PHP - [function pipes](https://github.com/phpfn/pipe)