zsh-autocomplete adds real-time type-ahead autocompletion to Zsh. Find as you type, then press Tab to insert the top completion, ShiftTab to insert the bottom one, or ↓/PgDn to select another completion. Besides live autocompletion, zsh-autocomplete comes with many other useful completion features.
zsh autocomplete autocompletion asynchronous completion typeahead typeahead-completions zsh-plugin zsh-plugins zsh-completion non-blocking zsh-autocompleteZsh-z is a command line tool that allows you to jump quickly to directories that you have visited frequently in the past, or recently -- but most often a combination of the two (a concept known as "frecency"). It works by keeping track of when you go to directories and how much time you spend in them. It is then in the position to guess where you want to go when you type a partial string, e.g., z src might take you to ~/src/zsh. z zsh might also get you there, and z c/z might prove to be even more specific -- it all depends on your habits and how much time you have been using Zsh-z to build up a database. After using Zsh-z for a little while, you will get to where you want to be by typing considerably less than you would need if you were using cd. Zsh-z is a native Zsh port of rupa/z, a tool written for bash and Zsh that uses embedded awk scripts to do the heavy lifting. It was quite possibly my most used command line tool for a couple of years. I decided to translate it, awk parts and all, into pure Zsh script, to see if by eliminating calls to external tools (awk, sort, date, sed, mv, rm, and chown) and reducing forking through subshells I could make it faster. The performance increase is impressive, particularly on systems where forking is slow, such as Cygwin, MSYS2, and WSL. I have found that, in those environments, switching directories using Zsh-z can be over 100% faster than it is using rupa/z.
zsh filesystem command-line-tool zsh-plugin autojump💻 A better and friendly vi(vim) mode plugin for ZSH. Maybe you have experienced the default Vi mode in Zsh, after turning on the default Vi mode, you gradually found that it had many problems, some features were not perfect or non-existent, and some behaviors even were different from the native Vi(Vim) mode.
vim shell zsh productivity oh-my-zsh clipboard awesome terminal like zplug antigen command-line-tool shell-scripts zgen zsh-plugin zsh-plugins vi-keybinds surround keybinding zinitnvm is an awesome tool but it can be kind of a pain to install and keep up to date. This zsh plugin allows you to quickly setup nvm once, save it in your dotfiles, then never worry about it again.The plugin will install the latest stable release of nvm if you don't already have it, and then automatically source it for you. You can upgrade nvm to the latest version whenever you want without losing your installed node versions by running nvm upgrade.
zsh zsh-plugin version-manager nvm zsh-nvm zsh-plugins antigen oh-my-zsh zplug zgen zimYou can customize the autocompletion of yarn add command. It's configurable. Please go to the GitHub releases page and download the latest binary files.
zsh-plugin yarnNew: You can request a feature when donating, even fancy or advanced ones get implemented this way. There are reports about what is being done with the money received. Feature rich syntax highlighting for Zsh.
zsh zshell zsh-plugin syntax-highlighting console tty terminal fastBetter completion for npm
zsh zsh-plugin npm completionAutomatic terminal and tmux titles based on current location and task. zsh-titles is copyright 2015 John Reese, and licensed under the MIT license.
zsh zsh-plugin zsh-titles tmux-titles💡 ripgrep-powered zsh plugin alias reminder
zsh zsh-plugin ripgrep aliasesThis plugin provides zsh and wakatime integration. In other words, it tracks all time you spend in a terminal. Unlike other plugins, this one tries to keep all your spent time in the same wakatime's project. This command will install Wakatime's CLI.
zsh wakatime antigen oh-my-zsh zsh-plugin oh-my-zsh-plugin shell time-trackingExeCop is a checker that check commands and environment variables before execute command. Put .execop file to /path/to/dir like .htaccess.
bash zsh zsh-plugin checkerThis zsh plugin provides functionality similar to Vim's abbreviation expansion. This plugin consulted http://zshwiki.org/home/examples/zleiab .
zsh zsh-plugins zsh-pluginAn Oh My Zsh plugin for GPG encrypted, Internet synchronized Zsh history using Git. Check out the screen cast.
zsh-history oh-my-zsh zsh-plugin zshThis repo contains a Rakefile that does some magic things. $ rake - Will overwrite your existing dotfiles and symlink ours to your home directory.
dotfiles zsh zsh-theme zsh-plugin vimrc git-configurationA shell plugin that seamlessly adds fuzzy search to tab completion of z, lets you easy to jump around among your historical directories. Not any additional key binding is needed. Currently supports Bash and zsh. By simply sourcing corresponding script file for your shell, you're all set. However, this plugin is sitting on top of z and fzf, so you must have them installed as well.
zsh pluging zsh-plugin oh-my-zsh zplug z fuzzy-search cd fuzzy jump j fasd autojump bash completion autocompletion bash-completion zsh-completion tab-completionZsh plugin for creating .gitignore files. Every day the Travis CI runs a job (see tools/update-templates) that updates a submodule with templates and commits the changes. So, templates are always up to date. You should just use antigen update.
zsh-plugin gitignore zshAn oh-my-zsh plugin, just output a hacker quote randomly when you open a terminal.
zsh zsh-plugin oh-my-zsh oh-my-zsh-plugin plugin hacker-quotes quotes hackers zsh-pluginsA plugin for zsh history extended by golang, dealing it like SQL
zsh zsh-pluginMake your touchbar more powerful. You can define simple commands for FN keys in config.yml file.
zsh on-my-zsh zsh-plugin zsh-custom apple macbook-pro touchbar touchbar-supportforgit is a utility tool for git taking advantage of fuzzy finder fzf. Make sure you have fzf installed.
fzf git cli zsh zsh-plugin
We have large collection of open source products. Follow the tags from
Tag Cloud >>
Open source products are scattered around the web. Please provide information
about the open source projects you own / you use.
Add Projects.