Skip to content

BilalQadri/Emacs-Project-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Emacs-Project-manager Logo

A (tiny) project manager for Emacs editor to make work flow better and intuitive.

  • Extract files into to initialization folder i.e .emacs.d.
  • Put (load-file "PATH-TO-INIT-Folder/start.el") into init file .emacs ... thats it

Work-Flow

  • Project manage will ask for Root folder where your projects resides and a project name(name of your projects's directory)
  • Files can be added to workspace(current project) with M-x add-buffer.. Current buffer will be added to current project. Manager will record these files and open them for you when you will load this project next time.
  • Root can be set with M-x set-root and project with M-x switch-project within Root folder.
  • Currently there is no facility for creating project, but if you add new project in Root folder then you will have to M-x refresh-root.

API

  • add-buffer
  • remove-buffer
  • set-root
  • switch-project
  • refresh-root

About

A (tiny) project manager for Emacs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors