gaenseklein / repfiles

plugin for micro text editor - filemanager for projects (git-repositorys)
GNU General Public License v3.0
3 stars 0 forks source link

repfiles - a filemanager for your repository

a plugin for the blazingly fast micro editor

adds an atom-like filemanager to micro which reflects git-changes

why another filemanager?

while there is a filemanager-plugin build for micro, repfiles differs in that it only cares about the files you are currently working with - e.g. your git-repository. similary to the "projects" in atom it aims to have a quick access to your files and also reflecting git-status of files (and folders) visibly. personaly i have installed both filemanagers but for daily work i prefer repfiles

how to install

for now go to your micro plugin directory and git clone this repository. for example like this:

 cd ~/.config/micro/plug
 git clone https://github.com/gaenseklein/repfiles

on some machines you have to install a font to get utf8-icons displayed correctly. if you cant do that you can change the icons in repfiles.lua. afterwards you have to also alter syntax.yaml to reflect the new icons of your choice.

features

for more help please look at the help page or inside micro > help repfiles

have fun coding :)