Skip to content

unixorn/MarkEdit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

MarkEdit

a very simple (zsh / bash) Plugin to mark Files and Edit them With Autocompletion for exist Marks

asciicast

INSTALATION

git clone https://github.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 Permision )
        ea _ bashrc ~/.bashrc   ( add 'bashrc' Mark with sudo Permision )
        em bashrc               ( Edit to 'bashrc' Mark)
        er bashrc ...           ( Remove 'bashrc' Mark and suport multi Delete)
        ee bashrc               (Edit Exist mark like change the mark name or File) 

File    :   FILE_GATE="~/.config/file-gate"

Usage


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

Or if the File need Sudo Permition

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 permition 
_markedit       /path/to/markedit/markedit # mark with sudo permition 
  • : Change Mark Name or File
ee markedit

Support

* [Fiverr](https://www.fiverr.com/zakariagatter)
* [Donate](https://www.paypal.me/ZGatter)

Notes

If You Found any issues or have new ideos please send me a mail to :

Gmail :

zakaria.gatter@gmail.com

You may like

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%