Skip to content

Terminal workspace manager used with terminal editors like neovim or helix

License

Notifications You must be signed in to change notification settings

blinxen/workspacer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Workspacer

Workspacer is a workspace manager for the terminal. It was inspired by telescope-project.nvim but without the requirement on a specific terminal editor.

Build

cargo build --release

Configuration

The configuration file is held very minimal and looks like this:

command=/usr/bin/vim
workspaces=/home/foo/.config/workspacer/workspaces

Each configuration option is written on a single line. The equals sign (=) is used to separate the configuration from its value.

By default, vim is called once a project is selected.

Workspaces

The workspaces file is composed of absolute paths to the respective workspace. A workspace, for now, is considered a single directory.

Example workspaces file:

/home/foo/workspace1
/home/foo/workspace2
/home/foo/workspace3

Invalid file paths are ignored.

About

Terminal workspace manager used with terminal editors like neovim or helix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages