SkillAgentSearch skills...

Markedit

very simple BASH ; ZSH Plugin to mark Files and Edit them

Install / Use

/learn @zakariaGatter/Markedit
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

MarkEdit

Table of Contents

About

Markedit is a very simple (zsh / bash) Plugin to mark Files and Edit them With Auto completion for existing Marks

Markedit allow you to ...

  • Mark A file to edit
  • Mark A file to edit as root
  • Remove Marks
  • Jump and edit a Mark on the fly
  • Edit exist Marks

Usage


  • Add Mark :
ea makedit /path/to/markedit/markedit

Or if the File need Sudo Permission

ea _ markedit /path/to/markedit/markedit.plugin.zsh
  • Remove Mark :
er markedit
  • Edit Mark :
em markedit
  • Show Marks :
es
markedit    /path/to/markedit/markedit		# Mark with out sudo Permission
markedit    /path/to/markedit/markedit   sudo    # mark with sudo Permission
  • Change Mark Name or File :
ee markedit

INSTALLATION

git clone https://gitlab.com/zakariaGatter/MarkEdit /path/to/markedit

Add MarkEdit Plugin to ~./zshrc


source /path/to/markedit/markedit

HELP

    MARK EDIT (20-05-2018)
    Written by Zakaria Barkouk (zakaria.gatter@gmail.com)

    Mark your file To easy Access

OPTS :
        ea          Add Mark File
        er          Remove Mark File
        es          Show All Mark File's
        em          Edit Mark File
        ee          change or Edit Exist Mark

EXAMPLE :
        ea bashrc ~/.bashrc     ( add 'bashrc' Mark with out sudo Permission )
        ea _ bashrc ~/.bashrc   ( add 'bashrc' Mark with sudo Permission )
        em bashrc               ( Edit to 'bashrc' Mark)
        er bashrc ...           ( Remove 'bashrc' Mark and support multi Delete)
        ee bashrc               (Edit Exist mark like change the mark name or File)

View on GitHub
GitHub Stars7
CategoryDevelopment
Updated17d ago
Forks4

Languages

Shell

Security Score

90/100

Audited on Mar 23, 2026

No findings