File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Thank you for your interest in contributing to Raycast Script Commands! Here you will find simple guidelines that can help you with getting started.
4
4
5
+ - [ Contributing] ( #contributing )
6
+ - [ Guidelines] ( #guidelines )
7
+ - [ Git and Pull Requests] ( #git-and-pull-requests )
8
+ - [ Folder structure] ( #folder-structure )
9
+ - [ File naming convention] ( #file-naming-convention )
10
+ - [ Metadata convention] ( #metadata-convention )
11
+ - [ Scripts that require additional modification] ( #scripts-that-require-additional-modification )
12
+ - [ Scripts that require installation of runtimes and dependencies] ( #scripts-that-require-installation-of-runtimes-and-dependencies )
13
+ - [ Bash profiles and environmental variables] ( #bash-profiles-and-environmental-variables )
14
+ - [ Auto generated files] ( #auto-generated-files )
15
+ - [ Examples] ( #examples )
16
+
5
17
## Guidelines
6
18
7
19
### Git and Pull Requests
Original file line number Diff line number Diff line change 33
33
34
34
This repository contains sample commands, community commands, and documentation to write your own ones.
35
35
36
+ - [ Raycast Script Commands] ( #raycast-script-commands )
37
+ - [ Awesome Script Commands] ( #awesome-script-commands )
38
+ - [ Install Script Commands] ( #install-script-commands )
39
+ - [ How to use this repository] ( #how-to-use-this-repository )
40
+ - [ Write Script Commands] ( #write-script-commands )
41
+ - [ API] ( #api )
42
+ - [ Standard Output] ( #standard-output )
43
+ - [ Passing Arguments] ( #passing-arguments )
44
+ - [ Error Handling] ( #error-handling )
45
+ - [ Login Shell and ` $PATH ` ] ( #login-shell-and-path )
46
+ - [ Troubleshooting] ( #troubleshooting )
47
+ - [ Community] ( #community )
48
+
36
49
## Awesome Script Commands
37
50
38
51
You can find a lot of [ useful script commands built by our community] ( commands/ ) here.
You can’t perform that action at this time.
0 commit comments