Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uranusjr/open-project
Simple subl and code wrapper for project discovery
https://github.com/uranusjr/open-project
Last synced: about 1 month ago
JSON representation
Simple subl and code wrapper for project discovery
- Host: GitHub
- URL: https://github.com/uranusjr/open-project
- Owner: uranusjr
- License: isc
- Created: 2018-07-04T07:43:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-02-19T05:32:38.000Z (almost 4 years ago)
- Last Synced: 2024-10-14T19:41:52.984Z (3 months ago)
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==========================================================
Wrap ``subl`` and ``code`` for project/workspace discovery
==========================================================I grew tired typing ``subl --project path_to_project`` and
``code path_to_my.code-workspace``.This automatically parse the passed argument (only one), aod do the following:
* If it is a directory…
* Find a project in it, and open it instead of the directory.
* Find a project in its *parent*, and open it instead of the directory.
* If a project is not found, open the directory.
* Otherwise, open it as a file.``subl`` is found via ``mdfind``, and ``code`` via registry if they are not in
PATH.