Top 23 Shell Zsh Projects
-
-
$ git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions
-
Scout APM
Scout APM - Leading-edge performance monitoring starting at $39/month. Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
-
Project mention: Shell prompt flickers after `clear` command while using Starship shell prompt? | reddit.com/r/commandline | 2021-03-20
-
Project mention: Cool new things on linux world for fresh installation and a bit of my usage different things. | reddit.com/r/archlinux | 2021-03-08
zsh-syntax-highlighting
-
Project mention: Typer: A terminal user-interface (written in Go) for measuring your typing speed. | reddit.com/r/golang | 2021-03-27
The one I am using I wrote myself (it's very simple) but its largely based on sindresorhus/pure and starship.rs
-
Project mention: good server distros besides ubuntu cent and RH? | reddit.com/r/linuxquestions | 2021-01-26
Well as someone else pointed out, it's not true. You also don't have to use certbot. I use dehydrated, it requires bash, openssl, cURL, sed, grep, awk, mktemp. That's the whole dependency list. I usually use it on my servers as it's so much easier to install.
-
Project mention: The VSCode Insiders Build for Apple Silicon is ridiculously fast | reddit.com/r/vscode | 2021-01-30
-
Project mention: How to prevent completion from allowing a value to repeat indefinitely? | reddit.com/r/zsh | 2021-03-16
My code is modeled after many of those in zsh-users/zsh-completions, because I found it the most legible form which easily supports arguments in subcommands, like
-
Project mention: Show HN: A hackable, minimal, fast TUI file explorer | news.ycombinator.com | 2021-04-05
This is really cool! I use a similar tool for fuzzy cd[0]. At the moment I'm trying to use broot[1] as my directory browser but I might consider trying this too
-
wfxr/forgit – A utility tool powered by fzf for using git interactively.
-
Project mention: How to make colorful text like this in ohmyzsh? | reddit.com/r/commandline | 2021-02-05
Along with lsd or exa, I would recommend you check/install LSCOLORS, which enhances the available pallet based on file types.
-
$ git clone https://github.com/lukechilds/zsh-nvm ~/.oh-my-zsh/custom/plugins/zsh-nvm
-
Project mention: Tool to manage notes and personal knowledge base | reddit.com/r/commandline | 2021-04-06
BTW, I came across this tool which looks pretty much what I was looking for.
-
Alternatively, you can add fzf to the menu and have it available anywhere that you have tab-completion: https://github.com/Aloxaf/fzf-tab
(I use this and it works great.)
-
This is genius. Every single zsh command I've entered for the last ~9 months is stored in a sqlite database, instantly searchable. An amazing time saver for commands you run infrequently like obscure docker or gitlab-runner incantations.
-
It was Pure. PR opened, https://github.com/pure-fish/pure/pull/278.
-
zsh-autocomplete
🤖 Real-time type-ahead completion for Zsh. Asynchronous find-as-you-type autocompletion.
Project mention: my first blog post ever created - hope for feedback from you - it's about zsh and stuff | reddit.com/r/zsh | 2021-03-29 -
My company is fond of putting source code under very deep directory structures, so I quite like Z: https://github.com/agkozak/zsh-z
Not ZSH specific, but it's also handy to load project-specific environment variables automatically on entering directories: https://direnv.net/.
-
Project mention: Looking for zsh plugin for creating/managing named directories database. | reddit.com/r/commandline | 2021-03-04
Or wd ?
-
zsh-async
Because your terminal should be able to perform tasks asynchronously without external tools!
You can use https://github.com/mafredri/zsh-async to run dvc asynchronously. First, run git clone https://github.com/mafredri/zsh-async.git ~/zsh-async. Then replace your prompt_dvc function with this:
-
dotfiles
dotfiles for the developer happiness: macos, zsh, brew, vscode, codespaces, python, node, elixir (by sobolevn)
Project mention: dotfiles for the developer happiness: macos, zsh, brew, vscode, codespaces, python, node, elixir by sobolevn | reddit.com/r/dotfiles | 2021-03-02 -
If you fancy more BDD-style testing with a Gherkin-like syntax, there is also Shellspec https://shellspec.info / https://github.com/shellspec/shellspec
Index
What are some of the best open-source Zsh projects in Shell? This list will help you:
Project | Stars | |
---|---|---|
1 | nvm | 48,054 |
2 | zsh-autosuggestions | 16,860 |
3 | spaceship-prompt | 14,264 |
4 | zsh-syntax-highlighting | 11,586 |
5 | pure | 10,141 |
6 | dehydrated | 5,022 |
7 | zplug | 4,547 |
8 | zsh-completions | 4,280 |
9 | enhancd | 1,911 |
10 | forgit | 1,476 |
11 | nave | 1,464 |
12 | LS_COLORS | 1,445 |
13 | zsh-nvm | 1,438 |
14 | notes | 949 |
15 | fzf-tab | 813 |
16 | zsh-histdb | 803 |
17 | pure | 749 |
18 | zsh-autocomplete | 671 |
19 | zsh-z | 582 |
20 | wd | 561 |
21 | zsh-async | 531 |
22 | dotfiles | 413 |
23 | shellspec | 399 |