-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
65 changed files
with
2,353 additions
and
6,904 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,5 @@ test -f alfredenv.sh && { | |
} || { | ||
echo ./alfredenv.sh not found >&2 | ||
} | ||
|
||
export GO111MODULE=on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,3 +9,4 @@ unset INTERVAL_FIND | |
unset INTERVAL_MDFIND | ||
unset INTERVAL_LOCATE | ||
|
||
unset GO111MODULE |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,56 @@ | ||
# Sublime Text Projects Alfred Workflow # | ||
|
||
View, filter and open your Sublime Text (2 and 3) project files. | ||
Sublime Text Projects Alfred Workflow | ||
===================================== | ||
|
||
View, filter and open your Sublime Text 3 project files. | ||
|
||
![][demo] | ||
|
||
## Installation ## | ||
|
||
Download the workflow from [GitHub][gh-releases] or [Packal][packal]. | ||
Download & Installation | ||
----------------------- | ||
|
||
Download the workflow from [GitHub][gh-releases] and install by double-clicking the `Sublime-Text-Projects-X.X.X.alfredworkflow` file. | ||
|
||
|
||
## Usage ## | ||
Usage | ||
----- | ||
|
||
- `.st [<query>]` — List/filter your `.sublime-project` files | ||
+ `↩` — Open result in Sublime Text | ||
+ `⌘+↩` — Reveal file in Finder | ||
- `.stconfig` — Show the current settings | ||
- `.sthelp` — View the included help file | ||
- `Workflow Is Up To Date` / `Workflow Update Available` — Install update or check for update | ||
- `Edit Config File` — Open workflow's config file in Sublime Text | ||
- `View Help File` — Open README in your browser | ||
- `Report Issue` — Open GitHub issue tracker in your browser | ||
- `Visit Forum Thread` — Open workflow's thread on [alfredforum.com][forum] | ||
|
||
**Note**: You can currently only alter the settings by editing the `settings.json` file by hand. Hit `↩` on the **Edit Configuration** item to open it in your default JSON editor. | ||
**Note**: You must edit the configuration and add some directories to search before using the workflow, or it won't do anything. | ||
|
||
## Licensing, thanks ## | ||
|
||
All the code is released under the [MIT Licence][mit]. | ||
Configuration | ||
------------- | ||
|
||
The workflow is configured by editing the `sublime.toml` file in the workflow's data directory. It will be created by the workflow on first run, and you can use `.stconfig > Edit Config File` to open it in Sublime Text. | ||
|
||
The workflow is based on the [Alfred-Workflow library][alfred-workflow], also released under the [MIT Licence][mit]. | ||
The available options are documented in the settings file itself. | ||
|
||
The icons are by [dmatarazzo][dmatarazzo]. | ||
|
||
Licensing, thanks | ||
----------------- | ||
|
||
[alfred-workflow]: http://www.deanishe.net/alfred-workflow/ | ||
All the code is released under the [MIT Licence][mit]. | ||
|
||
The workflow is based on the [AwGo library][alfred-workflow], also released under the [MIT Licence][mit]. | ||
|
||
The icons are based on [Font Awesome][awesome] and [Material Design Icons][matcom]. | ||
|
||
[forum]: https://www.alfredforum.com | ||
[awgo]: https://github.com/deanishe/awgo | ||
[awesome]: https://fontawesome.com | ||
[matcom]: https://materialdesignicons.com/ | ||
[demo]: https://raw.githubusercontent.com/deanishe/alfred-sublime-text/master/demo.gif | ||
[gh-releases]: https://github.com/deanishe/alfred-sublime-text/releases/latest | ||
[packal]: http://www.packal.org/workflow/sublime-text-projects | ||
[mit]: http://opensource.org/licenses/MIT | ||
[dmatarazzo]: https://github.com/dmatarazzo/Sublime-Text-2-Icon | ||
|
Binary file not shown.
Oops, something went wrong.