LightTable plugin to switch your working environment. Inspired by tmuxinator.
Working environment means workspace
, tabsets
and tabs
of LightTable.
Install this plugin by using LightTable's plugin manager (Ctrl-Space -> Plugins: Show plugin manager
).
Add the following to your user.behaviors
(Ctrl-Space -> Settings: User behaviors
)
[:app :lt.plugins.ltinator/set-directory "directory path to save project files"]
You can open a project (working environment) to select Ltinator: Select project to open
from the command panel or set the following key bind to your user.keymap
(Ctrl-Space -> Settings: User keymap
) and hit the keys.
[:app "ctrl-shift-o" :ltinator.open-project]
Set your preferable keys to ctrl-shft-o
part.
You can save a project to select Ltinator: Save project
from the command panel or set the following key bind to your user.keymap
and hit the keys.
[:app "ctrl-shift-s" :ltinator.save-project]
Set your preferable keys to ctrl-shft-s
part.
You can save current working environment (project name: auto-saved
) to set the following to your user.behaviors
at the timing of LightTable closed.
[:app :lt.plugins.ltinator/auto-save true]
You can load auto-saved
project automatically to set the following to your user.behaviors
at the timing of LightTable started.
[:app :lt.plugins.ltinator/auto-load true]
-
0.0.2 (2015-03-18)
- Divide save command into
save-project
andsave-project-as
commands. - Display project name to titlebar.
- Support opened project for auto-save and auto-load.
- Add
clear-project
command.
- Divide save command into
-
0.0.1 (2015-02-28)
- Initial release.
Copyright (C) 2015 Satoshi Kondo (snufkon).
This software is released under the MIT License, see LICENCE for details.