-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: 胡金栋 <jameshopbourn@gmail.com>
- Loading branch information
1 parent
35b7356
commit 17a3779
Showing
2 changed files
with
16 additions
and
3 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 |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# leetcode-alfred-workflow | ||
Leetcode Problem Search Alfred Workflow | ||
|
||
- [x] 题号搜素 | ||
- [x] 题目搜素 | ||
- [x] 关键词模糊搜索 | ||
- [x] 中美国站点支持 | ||
|
||
## 使用说明 | Usage | ||
| 命令 command | 解释 explain | 例子 example | | ||
| :---------: | ----------- | ------------ | | ||
| lc | 搜索题目,并在 LeetCode 中国站打开<br><br>Search for problems and open on LeetCode China site | ```lc 94```<br>```lc 二叉树```<br>```lc two sum``` | | ||
| lcm | 搜索题目,并在 LeetCode 美国站打开<br><br>Search for problems and open on LeetCode US site | ```lcm 94```<br>```lcm Tree```<br>```lcm two sum``` | | ||
| lc | 搜索题目,并在 LeetCode 中国站打开<br><br>Search for problems and open on LeetCode China site | ```lc 94```<br>```lc 二叉树```<br>```lc two sum```<br>```lc 树 遍历``` | | ||
| lcm | 搜索题目,并在 LeetCode 美国站打开<br><br>Search for problems and open on LeetCode US site | ```lcm 94```<br>```lcm tree```<br>```lcm two sum```<br>```lc tree order``` | | ||
| sxl | 搜索题目,在 [programmercarl.com](https://programmercarl.com/) 中打开题解文章<br><br>Search for problems and open on [programmercarl.com](https://programmercarl.com/) | ```sxl 123```<br>```sxl 买卖股票```<br>```sxl two sum``` | |
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