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

Add ukrop extension #16625

Closed
wants to merge 1 commit into from
Closed
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
10 changes: 10 additions & 0 deletions extensions/ukrop/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"root": true,
"env": {
"es2020": true,
"node": true
},
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier"]
}
13 changes: 13 additions & 0 deletions extensions/ukrop/.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
13 changes: 13 additions & 0 deletions extensions/ukrop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Punto Changelog

## [Improvements] - 2025-01-22

- Removed keyboardSwitcher app from the project
- Streamlined the layout switching logic with more flexibility
- Updated dependencies to the latest versions
- Support more than 2 installed layouts

## [Initial Version] - 2022-12-29

- Added layout switching EN-RU in both directions
- Added support for keyboard layout switch to the target layout
17 changes: 17 additions & 0 deletions extensions/ukrop/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Punto Switcher for Raycast

![](media/example.png)

Changes the layout of selected text to the opposite one and additionally changes the keyboard layout to a target one with the help of the [keyboardSwitcher](https://github.com/Lutzifer/keyboardSwitcher)


Supported languages:
- English
- Russian

Limitations:
- If the cursor was at the end of the line, the `getSelectedText` function will return the whole line instead of selection and the switched layout text will appear right after the cursor

Recommended Hotkey: Option+Option (To apply, just hit the Option button 2 times)

The project was inspired by [PuntoSwitcher by Yandex](https://yandex.ru/soft/punto/)
Binary file added extensions/ukrop/assets/punto-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/ukrop/media/example.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