Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caro401/raycast-commands
https://github.com/caro401/raycast-commands
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/caro401/raycast-commands
- Owner: caro401
- License: mit
- Created: 2023-01-31T17:47:31.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T11:43:15.000Z (5 months ago)
- Last Synced: 2024-07-20T12:53:31.060Z (5 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raycast script commands
I use [Raycast](https://www.raycast.com/) as a launcher on all my computers that it supports. Raycast allows you to write [script commands](https://github.com/raycast/script-commands) to do the little things you do often. Here's the ones I use.
Use this yourself [as described here](https://github.com/raycast/script-commands#install-script-commands-from-this-repository) - clone, then set the cloned directory as a scripts directory.
## Clone a git repo using `ghq`
I manage my local repositories using [ghq](https://github.com/x-motemen/ghq). This script saves me opening a terminal to clone a new repo, I just need to supply the user/org and repo name to grab any repo I have access to on github to a sensible place on my local filesystem.
## search elixir language docs and hexdocs
because this is a thing I'm doing a lot at the moment!