zakariaGatter / markgate

a very simple bash / zsh Plugin to mark Directories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MarkGate

Table of Contents

About

[MarkGate] Is a very simple (Zsh) Plugin to mark Directories With Auto completion for exist marks

[MarkGate] allow you to ...

  • Mark directory's
  • Jump to marked directory
  • Delete a Mark
  • Display list of marks

Usage

  • Add Mark
ga makgate /path/to/markgate
  • Remove Mark
gr markgate (multi mark remove)
  • Jump to Mark
gj markgate
  • Show Marks
gs

INSTALLATION

git clone https://github.com/zakariagatter/markgate /path/to/markgate

Add MarkGate Plugin to ~./zshrc

source /path/to/markgate/markgate.sh

Help

MarkGate: Mark your Directories for easy access

FUNCTION:
ga <name> <DIR>   Add new mark to Markgate
gj <name>         Jumb to giving mark
gr <name> ...     Remove one or multi Marks
gs <name> ...     Display list of marks
gh                Show this help dialog

Note

This Plugin is complete. If there is any modifications in the future, they will be just syntax improving. (Thank you all for using Markgate)

About

a very simple bash / zsh Plugin to mark Directories

License:MIT License


Languages

Language:Shell 100.0%