From 40f86e09f3cbb845e1292517f6c40816413479f2 Mon Sep 17 00:00:00 2001 From: Chris Penner Date: Sat, 11 Apr 2020 11:51:28 -0600 Subject: [PATCH 1/6] Add session-sauce --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 26e7855..7061cec 100644 --- a/README.md +++ b/README.md @@ -696,6 +696,7 @@ The project is very active – currently > 2000 commits. * [select](https://github.com/psprint/zsh-select) - Multi-term searched selection list with approximate matching and uniq mode. * [send](https://github.com/robertzk/send.zsh) - Single command to `git add`, `git commit`, and `git push` for much faster `git` workflow. * [sensei-git](https://github.com/aswitalski/oh-my-zsh-sensei-git-plugin) - Adds many `git` aliases and helper shell functions. +* [session-sauce](https://github.com/ChrisPenner/session-sauce) - An fzf interface for tmux session creation and management for all your projects. * [setenv](https://github.com/kalpakrg/setenv) - Runs a script when you change directories. * [simpleserver](https://github.com/sathish09/zsh_plugins/tree/master/simpleserver) - Plugin to easily start python SimpleHTTPServer and SimpleHTTPSServer. * [slugify](https://github.com/lashoun/slugify) - ZSH plugin that converts filenames and directories to a web friendly format. From 200837fc9b64a132b84daa8e5286eafc92e06baa Mon Sep 17 00:00:00 2001 From: Chris Penner Date: Sat, 11 Apr 2020 12:00:12 -0600 Subject: [PATCH 2/6] Attempt to fix 429's in awesome bot --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 61e40bc..50ee432 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: circleci/ruby + - image: circleci/ruby:2.4-node steps: - checkout @@ -13,4 +13,4 @@ jobs: - run: name: Check README.md - command: awesome_bot README.md --allow-dupe --allow-redirect --white-list https://ipfs.io,slideshare,https://img.shields.io,https://codeclimate.com/github/unixorn/awesome-zsh-plugins,www-s.acm.illinois.edu,https://mgdm.net,https://www.concourse.ci,https://grml.org/zsh/zsh-lovers.html,https://geeknote.me,https://en.ipip.net,https://docs.virtuozzo.com,kubernetes.io + command: awesome_bot README.md --allow-dupe --request-delay 1 --allow-redirect --white-list https://ipfs.io,slideshare,https://img.shields.io,https://codeclimate.com/github/unixorn/awesome-zsh-plugins,www-s.acm.illinois.edu,https://mgdm.net,https://www.concourse.ci,https://grml.org/zsh/zsh-lovers.html,https://geeknote.me,https://en.ipip.net,https://docs.virtuozzo.com,kubernetes.io From fbb707f2c43d9baa35e702f3e76cdf0d38cf63a0 Mon Sep 17 00:00:00 2001 From: Chris Penner Date: Sat, 11 Apr 2020 12:10:53 -0600 Subject: [PATCH 3/6] Try slightly faster delay --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 50ee432..51f6f40 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,4 +13,4 @@ jobs: - run: name: Check README.md - command: awesome_bot README.md --allow-dupe --request-delay 1 --allow-redirect --white-list https://ipfs.io,slideshare,https://img.shields.io,https://codeclimate.com/github/unixorn/awesome-zsh-plugins,www-s.acm.illinois.edu,https://mgdm.net,https://www.concourse.ci,https://grml.org/zsh/zsh-lovers.html,https://geeknote.me,https://en.ipip.net,https://docs.virtuozzo.com,kubernetes.io + command: awesome_bot README.md --allow-dupe --request-delay 0.5 --allow-redirect --white-list https://ipfs.io,slideshare,https://img.shields.io,https://codeclimate.com/github/unixorn/awesome-zsh-plugins,www-s.acm.illinois.edu,https://mgdm.net,https://www.concourse.ci,https://grml.org/zsh/zsh-lovers.html,https://geeknote.me,https://en.ipip.net,https://docs.virtuozzo.com,kubernetes.io From 8ac2dcb8557446b2ae920d8666855f4ad4a50060 Mon Sep 17 00:00:00 2001 From: Chris Penner Date: Sat, 11 Apr 2020 12:12:12 -0600 Subject: [PATCH 4/6] awesome-bot only recognizes whole-number seconds values --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 51f6f40..3beb774 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: circleci/ruby:2.4-node + - image: circleci/ruby steps: - checkout @@ -13,4 +13,4 @@ jobs: - run: name: Check README.md - command: awesome_bot README.md --allow-dupe --request-delay 0.5 --allow-redirect --white-list https://ipfs.io,slideshare,https://img.shields.io,https://codeclimate.com/github/unixorn/awesome-zsh-plugins,www-s.acm.illinois.edu,https://mgdm.net,https://www.concourse.ci,https://grml.org/zsh/zsh-lovers.html,https://geeknote.me,https://en.ipip.net,https://docs.virtuozzo.com,kubernetes.io + command: awesome_bot README.md --allow-dupe --request-delay 1 --allow-redirect --white-list https://ipfs.io,slideshare,https://img.shields.io,https://codeclimate.com/github/unixorn/awesome-zsh-plugins,www-s.acm.illinois.edu,https://mgdm.net,https://www.concourse.ci,https://grml.org/zsh/zsh-lovers.html,https://geeknote.me,https://en.ipip.net,https://docs.virtuozzo.com,kubernetes.io From 68a11d8009bb2a5446506b8d6d14fd8090c29771 Mon Sep 17 00:00:00 2001 From: Chris Penner Date: Sat, 11 Apr 2020 12:51:51 -0600 Subject: [PATCH 5/6] Remove 404'ing links --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 7061cec..0c3fef3 100644 --- a/README.md +++ b/README.md @@ -528,7 +528,6 @@ The project is very active – currently > 2000 commits. * [hub-ci-zsh-plugin](https://github.com/raymondjcox/hub-ci-zsh-plugin) - A simple plugin for adding `hub` ci-status to your ZSH theme. * [igit](https://github.com/ytakahashi/igit) - Interactive `git` commands using [fzf](https://github.com/junegunn/fzf). * [ing](https://github.com/rummik/zsh-ing) - `ping`, but shorter output. -* [intellij](https://github.com/mgryszko/intellij) - Extract intellij bookmarks into markdown format. * [interactive-cd](https://github.com/changyuheng/zsh-interactive-cd) - Fish-like interactive tab completion for `cd`. * [iosctl](https://github.com/obayer/iosctl) - Quickly access App, Data, and Log of the running simulator. * [ipip](https://github.com/SukkaW/zsh-ipip) - plugin for [IPIP](https://en.ipip.net). @@ -1372,7 +1371,6 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [sm](https://github.com/blyndusk/sm-theme) A **Simplist** & **Minimalist** theme for your **favorite** terminal. Includes `git` status decorations. * [small-terminal-diy](https://github.com/Sokkam/small-terminal-diy-theme) - Variant of the [ys](https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/ys.zsh-theme) theme in [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh). * [smiley](https://github.com/gsamokovarov/smiley.zsh-theme) - A prompt with happy and sad faces. -* [snakypy](https://github.com/snakypy/snakypy-prompt) - Focused on the needs of [Python](https://www.python.org/) developers. Displays `git` and `venv` status decorations. Includes an installer script. * [sobole](https://github.com/sobolevn/sobole-zsh-theme) - A minimalistic ZSH theme inspired by the old-fashioned hobbies. No verbose gimmicks, no emoji, no fidget spinners, and no other visual noise. Has both light and dark modes. * [solarized-powerline (houjunchen)](https://github.com/houjunchen/solarized-powerline) - Solarized powerline-style theme for ZSH. * [solarized-powerline (KuoE0)](https://github.com/KuoE0/oh-my-zsh-solarized-powerline-theme) - Solarized powerline variant. From a401b11a8c03bb0c63f6eeb176fb3f1afef7dea9 Mon Sep 17 00:00:00 2001 From: Chris Penner Date: Sat, 11 Apr 2020 14:55:50 -0600 Subject: [PATCH 6/6] Add copy-pasta --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0c3fef3..7d4426f 100644 --- a/README.md +++ b/README.md @@ -398,6 +398,7 @@ The project is very active – currently > 2000 commits. * [command-note](https://github.com/KKRainbow/zsh-command-note.plugin) - Record complex commands and comment on them. * [command-time](https://github.com/popstas/zsh-command-time) - Show execution time for long commands in ZSH and [powerlevel9k](https://github.com/bhilburn/powerlevel9k). Similar to `REPORTTIME` builtin, but only outputs when user + system time >= `REPORTTIME`. * [completion-generator](https://github.com/RobSis/zsh-completion-generator) - This plugin tries to read the list of options from the help text of programs and generate a completion function automatically. Note that this doesn't do it automatically, you have to explicitly call the generator to create a completion script. +* [copy-pasta](https://github.com/ChrisPenner/copy-pasta) - Copy and paste files in your terminal like you would in a GUI. * [copyzshell](https://github.com/rutchkiwi/copyzshell) - A ZSH plugin to copy your shell configuration to another machine over `ssh`. * [crash](https://github.com/molovo/crash) - Adds proper error handling, exceptions and try/catch for ZSH. * [crayon-syntax](https://github.com/gsemet/crayon-syntax-zsh) - ZSH syntax highlighting for the Crayon Plugin for Wordpress.