25 External plugins
Chris edited this page 2024-04-17 01:56:34 +10:00

This wiki is automatically published from ohmyzsh/wiki. To edit this page, go to ohmyzsh/wiki, make your changes and submit a Pull Request.

Non-Bundled Plugins

Unlike themes, there are no restrictions for integrating your plugin into the zsh bundle. However, the purpose of creating this page is to address a common concern: uncertainty about whether your plugin might inadvertently cause harm, potentially disrupting the system or its functionalities.

Installation: Clear instructions are crucial and should adhere to these guidelines.


CLI

  • fz

    Give tab-completions to z.

    fz demo

FUN

  • Doge Say

    Get a doge to repeat every command you put in! See it in action:

    Alt Text

GIT

  • Auto Status

    If you found yourself constantly typing git status after bunch of commands like git commit and you want to avoid that, then this plugin is for you. This plugin is a nice addition to git_prompt_status.

  • Branch

    This plugin visually formats the current git branch name or commit hash, considering customizable variables like hiding status, maximum branch length, prefix, and suffix trimming, with an option to display git status. For example;

    abc-custom-feature-xyz-12345678       -->  custom-fe...12345678
    user123/repo-9876/fix-bug-in-feature  -->  9876/fix...-feature
    
  • Custom Git

    A small, tidy, lightweight notes app that creates a daily text file and timestamps every line of added text

  • Mingit

    An alternative to the default ohmyzsh git plugin.

    g a .                      // git add .
    g b other-branch           // git branch other-branch
    g b which                  // git branch --show-current (note this assumes git version >= 2.22)
    g c -m "made some changes" // git commit -m "made some changes"
    g co master                // git checkout master
    g d                        // git diff
    g f                        // git fetch
    g i                        // git init
    g m hotfix                 // git merge hotfix
    g pll                      // git pull
    g psh                      // git push
    g r                        // git reset
    g rsto                     // git restore
    g s                        // git status
    
    // autocompletions
    $ g co <TAB><TAB>
    HEAD         master       second-branch   ORIG_HEAD
    

GPG

  • History Sync

    GPG encrypted, Internet synchronized Zsh history using Git.

NOTES

  • aterminal

    This plugin show platforms version.

    Demo

  • Bookmark

    Yet another ohmyzsh plugin to quick jump between cmdline directories with an intuitive design. Add path to bookmarks, return an ordered number and use the numbers to switch between dirs finally.

  • zshnotes

    A small, tidy, lightweight notes app that creates a daily text file and timestamps every line of added text

NODE

  • node-bin

    Add node_modules/.bin directories to your $PATH.

SSH

  • xxh

    Bring Oh My Zsh wherever you go through the SSH. This allows you to bring Zsh with Oh My Zsh framework to the remote host without any installations, root access or affection on the host.


UNORGANISED

  • TEMPLATE

    I'm a template... when adding a new plugin, please follow my structure or copypasta me. Organise your addition into the existing sub-headings alphabetically (or make a new one). If you're unsure, just add it below and someone will organise it for you. :)