Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: adding shottr extension #14750

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions extensions/shottr/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"root": true,
"extends": ["@raycast"]
}
13 changes: 13 additions & 0 deletions extensions/shottr/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
4 changes: 4 additions & 0 deletions extensions/shottr/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"printWidth": 120,
"singleQuote": false
}
3 changes: 3 additions & 0 deletions extensions/shottr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Shottr Changelog

## [Initial Version] - {PR_MERGE_DATE}
46 changes: 46 additions & 0 deletions extensions/shottr/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Shottr Extension User Guide
TLDR;

1. Open Shottr 1.8
2. Go to the Settings
3. Go to Advanced Tab
4. Turn on URL Schema API

---

Shottr is a tiny and fast mac screenshot tool with annotations, beautiful backgrounds, scrolling screenshots and cloud upload capabilities. Built with love and optimized for Apple silicon. This user guide provides detailed instructions on how to use the Shottr Extension for Raycast.

## Table of Contents
- [Introduction](#introduction)
- [Installation and Setup](#installation-and-setup)
- [Using CleanShot X](#using-cleanshot-x)
- [Screen Capture Features](#screen-capture-features)
- [Recording Features](#recording-features)
- [Troubleshooting](#troubleshooting)
- [Feedback and Support](#feedback-and-support)

## Introduction
Shottr offers a variety of features including capturing screenshots, annotating them, and quick editing. Integrated with Raycast, it provides an enhanced user experience with streamlined access and added functionality.

## Installation and Setup
Before using the Shottr Extension:
1. Make sure Raycast is installed on your system.
2. Download and install Shottr.
3. Enable the URL Schema API in Shottr settings.
4. Install the Shottr Extension for Raycast from the Raycast store.
5. Once installed, you will find various commands under the Shottr Extension in Raycast.

## Using Shottr
Screen Capture Features
- Open History: Access your screenshots history.
- Capture Fullscreen/Area/Repeat Previous Area/Window: Various modes for capturing your screen.
- Scrolling Capture: Capture content beyond the screen view.
- Capture Text (OCR): Use OCR to capture text from your screen.
- Load Image from clipboard
- Uploads

## Troubleshooting
If you encounter issues:
1. Check for updates to Shottr and the Raycast Extension.
2. Restart Raycast or your computer if the extension is not responding.
3. Create an issue and reach out via the Raycast Slack.
Binary file added extensions/shottr/assets/grab-append.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/shottr/assets/grab-area.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/shottr/assets/grab-delayed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/shottr/assets/grab-fullscreen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/shottr/assets/grab-ocr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/shottr/assets/grab-scrolling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/shottr/assets/grab-window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/shottr/assets/load-clipboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/shottr/assets/load-file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/shottr/assets/main-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/shottr/assets/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/shottr/assets/shottr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/shottr/assets/uploads.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/shottr/metadata/Commands_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/shottr/metadata/Commands_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added extensions/shottr/metadata/DelayCommand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading