Skip to content

Commit

Permalink
README: Evaluation at 07/11/2019
Browse files Browse the repository at this point in the history
  • Loading branch information
psprint committed Jul 11, 2019
1 parent 2b31069 commit 61c0de5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ minutes you'll be able to grep interesting plugins with your eyes!
* [enhancd](https://github.com/b4b4r07/enhancd) :1st_place_medal: :running_man: :hourglass_flowing_sand: - A simple tool that provides enhanced `cd` command.
* [explain-shell](https://github.com/gmatheu/shell-plugins) : :running_man: :alarm_clock: - Opens commands on [explainshell.com](https://explainshell.com).
* [fast-syntax-highlighting](https://github.com/zdharma/fast-syntax-highlighting) :1st_place_medal: :running_man: :alarm_clock: :briefcase: - Optimized and improved `zsh-users/zsh-syntax-highlighting` – better response times, switchable highlight themes.
* [forgit](https://github.com/wfxr/forgit) :1st_place_medal: :running_man: :hourglass_flowing_sand: - Utility tool for `git` which takes advantage of fuzzy finder [fzf](https://github.com/junegunn/fzf).
* [forgit](https://github.com/wfxr/forgit) :1st_place_medal: :running_man: :alarm_clock: - Utility tool for `git` which takes advantage of fuzzy finder [fzf](https://github.com/junegunn/fzf).
* [functional](https://github.com/Tarrasch/zsh-functional) : - ZSH higher order functions.
* [fz](https://github.com/changyuheng/fz) : :hourglass: - Seamlessly adds fuzzy search to [z](https://github.com/rupa/z)'s tab completion and lets you easily jump around among your historical directories.
* [fzf-marks](https://github.com/urbainvaes/fzf-marks) : - Little script to create, navigate and delete bookmarks in `bash` and `zsh`, using the fuzzy finder [fzf](https://github.com/junegunn/fzf).
Expand Down Expand Up @@ -128,7 +128,7 @@ minutes you'll be able to grep interesting plugins with your eyes!
* [zshmarks](https://github.com/jocelynmallon/zshmarks) : - A port of Bashmarks (by Todd Werth), a simple command line bookmarking plugin, for oh-my-zsh.
* [ZUI](https://github.com/zdharma/zui/) :1st_place_medal: :hourglass_flowing_sand: - ZSH User Interface library – CGI+DHTML-like rapid TUI application development with ZSH.

# Themes (#60)
# Themes (#59)

* [agkozak](https://github.com/agkozak/agkozak-zsh-prompt) :1st_place_medal: :running_man: :hourglass_flowing_sand: :briefcase: - Uses three asynchronous methods to keep the ZSH prompt responsive while displaying the `git` status and indicators of SSH connection, exit codes, and `vi` mode, along with an abbreviated, `PROMPT_DIRTRIM`-style path. Very customizable. Asynchronous even on Cygwin and MSYS2.
* [alien-minimal](https://github.com/eendroroy/alien-minimal) :1st_place_medal: :hourglass: - Minimalist ZSH theme with `git` status displayed.
Expand Down Expand Up @@ -188,5 +188,4 @@ minutes you'll be able to grep interesting plugins with your eyes!
* [Awesome Terminal Fonts](https://github.com/gabrielelana/awesome-terminal-fonts) : - A family of fonts that includes some nice monospaced Icons.
* [Fantasque-sans](https://github.com/belluzj/fantasque-sans) :1st_place_medal: - Another Powerline-compatible font.
* [Iosevka](https://github.com/be5invis/Iosevka) :1st_place_medal: :hourglass_flowing_sand: :briefcase: :chart_with_upwards_trend: - Coders’ typeface, built from code. Highly customizable.
* [Nerd Fonts](https://github.com/ryanoasis/nerd-fonts) :1st_place_medal: :running_man: :hourglass_flowing_sand: :briefcase: - Collection of over 20 patched fonts (over 2,000 variations) & FontForge font patcher python script for Powerline, Font Awesome, Octicons, Devicons, and Vim Devicons. Includes: Droid Sans, Meslo, Source Code, AnonymousPro, Hack, ProFont, Inconsolata, and many more.
* [Powerline patched font collection](https://github.com/powerline/fonts) :1st_place_medal: - A collection of a dozen or so fonts patched to include powerline gylphs.
2 changes: 1 addition & 1 deletion render.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ command git -C "$AZP_DIR" pull --no-stat
command cp -vf "$AZP_DIR"/README.md zsh-plugin-assessor
(
cd zsh-plugin-assessor && \
# ./zsh-plugin-assessor README.md
./zsh-plugin-assessor README.md
) || return 2

#
Expand Down

0 comments on commit 61c0de5

Please sign in to comment.