Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gerardroche/sublime-sesame
Open projects and folders commands.
https://github.com/gerardroche/sublime-sesame
sublime-text
Last synced: about 2 months ago
JSON representation
Open projects and folders commands.
- Host: GitHub
- URL: https://github.com/gerardroche/sublime-sesame
- Owner: gerardroche
- License: gpl-3.0
- Created: 2015-10-29T18:54:00.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-20T07:31:38.000Z (10 months ago)
- Last Synced: 2024-10-21T06:58:58.240Z (2 months ago)
- Topics: sublime-text
- Language: Python
- Homepage: https://www.gerardroche.com
- Size: 561 KB
- Stars: 21
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Sesame - Projects Command Palette
[Sesame](https://github.com/gerardroche/sublime-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.
## Documentation
To check out docs, visit [docs](https://blog.gerardroche.com/projects/sublime-sesame).
## Changelog
See [CHANGELOG.md](CHANGELOG.md).
## License
Released under the [GPL-3.0-or-later License](LICENSE).