sponsor Vim development Vim logo Vim Book Ad

Workspace Manager : Plugin for managing groups of files

 script karma  Rating 72/23, Downloaded by 3322  Comments, bugs, improvements  Vim wiki

created by
Yegappan Lakshmanan
 
script type
utility
 
description
The workspace plugin allows you to easily access groups of frequently used
files and run any command on a selected set of files from the workspace.

You can create one or more groups in a workspace. Each group can contain
additional sub-groups. The workspace and the groups can contain one or more
filenames.

The contents of a workspace are saved in a user specified file. This allows
you to create multiple workspaces and to load the desired workspace when
needed.

You can run any Vim ex command or an external shell command on a selected
group of files from the workspace.

For more information about using this plugin, after installing the
workspace plugin, use the ":help workspace" command.

The workspace plugin manual is also available online at:
     http://www.geocities.com/yegappan/workspace/workspace.html
 
install details
1. Download the workspace.zip file and unzip the files to the $HOME/.vim
   or the $HOME/vimfiles or the $VIM/vimfiles directory. This should
   unzip the following two files (the directory structure should be
   preserved):

      plugin/workspace.vim - main workspace plugin file
      doc/workspace.txt    - documentation (help) file

   Refer to the 'add-plugin', 'add-global-plugin' and 'runtimepath'
   Vim help pages for more details about installing Vim plugins.
2. Change to the $HOME/.vim/doc or $HOME/vimfiles/doc or
   $VIM/vimfiles/doc directory, start Vim and run the ":helptags ."
   command to process the workspace help file.
3. If you are running a terminal/console version of Vim and the terminal
    doesn't support changing the window width then set the
    'Ws_Inc_Winwidth' variable to 0 in the .vimrc file.
5. Restart Vim.
6. You can now use the ":WsOpen <filename>" command to open a
     workspace. You can use the ":help workspace" command to get
     more information about using the workspace plugin.
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
workspace_1b1.zip 1.0 Beta 1 2005-11-27 6.0 Yegappan Lakshmanan Initial upload.
ip used for rating: 18.191.21.86

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github