Skip to content

Commit

Permalink
Add workflow configuration UI
Browse files Browse the repository at this point in the history
  • Loading branch information
deanishe committed Feb 15, 2019
1 parent c235f1e commit 9ef5162
Show file tree
Hide file tree
Showing 65 changed files with 2,353 additions and 6,904 deletions.
2 changes: 2 additions & 0 deletions .autoenv.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ test -f alfredenv.sh && {
} || {
echo ./alfredenv.sh not found >&2
}

export GO111MODULE=on
1 change: 1 addition & 0 deletions .autoenv_leave.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ unset INTERVAL_FIND
unset INTERVAL_MDFIND
unset INTERVAL_LOCATE

unset GO111MODULE
Binary file removed Exclude.sketch/Data
Binary file not shown.
18 changes: 0 additions & 18 deletions Exclude.sketch/metadata

This file was deleted.

1 change: 0 additions & 1 deletion Exclude.sketch/version

This file was deleted.

43 changes: 0 additions & 43 deletions Gopkg.toml

This file was deleted.

717 changes: 717 additions & 0 deletions README.html

Large diffs are not rendered by default.

49 changes: 35 additions & 14 deletions README.md
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 removed Sublime Text Projects-2.1.alfredworkflow
Binary file not shown.
177 changes: 0 additions & 177 deletions bin/build

This file was deleted.

Loading

0 comments on commit 9ef5162

Please sign in to comment.