Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedash95 committed Feb 13, 2021
0 parents commit 9c7470c
Show file tree
Hide file tree
Showing 9 changed files with 576 additions and 0 deletions.
Binary file added 4F7A7F4B-EB35-478F-A9F0-1192A64BA8E2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Leetcode Alfred plugin
An ultra-fast Leetcode search workflow for [Alfred 3+](https://www.alfredapp.com/).

![screenshot](screenshot.png)


## Installation

1. [Download the latest version](https://github.com/ahmedash95/leetcode-alfred-plugin/releases)
2. Install the workflow by double-clicking the `.alfredworkflow` file
3. You can add the workflow to a category, then click "Import" to finish importing. You'll now see the workflow listed in the left sidebar of your Workflows preferences pane.

## Usage

Just type `lc` followed by your search query.

```
ld <query>
ld stack
ld two sum
```
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"require": {
"joetannenbaum/alfred-workflow": "^0.1.2",
"tightenco/collect": "^8.19"
}
}
350 changes: 350 additions & 0 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added favicon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9c7470c

Please sign in to comment.