ZSH Plugin: A simple command reminder tool

September 9, 2018 ยท View on GitHub

Introduction

A simple oh-my-zsh plugin to record some complex command and comment on that. It's a little bit better than kind of NoteBook softwares, for it's a native one.

Installation

$ git clone https://github.com/KKRainbow/zsh-command-note.plugin ~/.oh-my-zsh/custom/plugins/zsh-command-note

add zsh-command-note to ~/.zshrc plugin list.

Usage

# list all commands
$ s -list

# list single command
$ s -list xxx

# add a command
$ s -add

# edit a command
$ s -edit xxx

# remove a command
$ s -remove

# execute a command
$ s xxx

TODO

  • auto compeletion
  • more convient features
  • command group support