gerardroche / sublime-sesame

Projects command palette.

Home Page:https://blog.gerardroche.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sesame - Projects Command Palette

Sesame is a Projects Command Palette. It provides commands to open, add, remove, and switch projects. For example, when you organise your projects like this:

❯ ~/projects
├── laravel
│   ├── fortify
│   ├── framework
│   ├── jetstream
│   ├── passport
│   └── vite-plugin
├── sublimelsp
│   └── LSP
└── wbond
    ├── package_control
    └── packagecontrol.io

Sesame will prompt you with this:

laravel/fortify
laravel/framework
laravel/jetstream
laravel/passport
laravel/vite-plugin
sublimelsp/LSP
wbond/package_control
wbond/packagecontrol.io

If there is sublime project file in the root of the directory, it will be used by Sesame, otherwise the folder is the project.

Downloads

Documentation

To check out docs, visit docs.

Changelog

See CHANGELOG.md.

License

Released under the GPL-3.0-or-later License.

About

Projects command palette.

https://blog.gerardroche.com

License:GNU General Public License v3.0


Languages

Language:Python 100.0%