Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raphaelsalaja/paths
Extension for finding shortcuts for popular apps and websites ๐ฃ๏ธ
https://github.com/raphaelsalaja/paths
api browser browser-extension chrome-extension commands css global html javascript jquery productivity productivity-booster productivity-tools shortcuts workflow
Last synced: 15 days ago
JSON representation
Extension for finding shortcuts for popular apps and websites ๐ฃ๏ธ
- Host: GitHub
- URL: https://github.com/raphaelsalaja/paths
- Owner: raphaelsalaja
- License: mit
- Created: 2022-06-10T22:16:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-18T09:06:19.000Z (over 2 years ago)
- Last Synced: 2024-08-16T20:22:46.656Z (3 months ago)
- Topics: api, browser, browser-extension, chrome-extension, commands, css, global, html, javascript, jquery, productivity, productivity-booster, productivity-tools, shortcuts, workflow
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/paths/ccedjbkjnfpmljjlchmpbholoapafhgm
- Size: 1.83 MB
- Stars: 25
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.config.js
- License: LICENSE
Awesome Lists containing this project
README
![Product Hunt _ Screenshot _ asdfasdfdsaf](https://user-images.githubusercontent.com/52125687/178572560-088dd244-f242-4536-8d4b-3f3294e35674.png)## Why would you use this? ๐
Learning shortcuts and quick commands can almost double your productivity. Paths shows you the all the available shortcuts and commands for the most popular websites and apps that you use on a daily basis.
๐ [Github Link](https://github.com/raf-underscore/paths)
## What can you expect ๐ค
Using this you will be able to search for a shortcut or command and see what it does. You will also be able to run the command by clicking on the shortcut.
## Contributions ๐ฎ
If you would like to contribute to this project, please open an issue or pull request.
If you would like to add a shortcut or command you can do so by following these steps:
1. Create a new .js file in the source folder. You can use the template file provided as a starting point.
```
.
โโโ src
โโโ data
โโโ sources
``````js
export const template = {
title: 'Title',
icon: '', // use a favicon, such as https://www.youtube.com/favicon.ico
sections: [
{
name: 'Name1',
shortcuts: [
{
description: 'Description 1',
keys: ['Key1', 'Key2'],
},
],
},
{
name: 'Name2',
shortcuts: [
{
description: 'Description 1',
keys: ['Key1', 'Key2'],
},
],
},
],
}
```
2. Add the new file import to the data.js file in the source folder.
```js
import {adobe_photoshop} from './sources/adobe-photoshop.js'
...
import {YOUR_CONTRIBUTION_HERE} from './sources/YOUR_CONTRIBUTION,.js'export const data = [
adobe_photoshop,
...
YOUR_CONTRIBUTION_HERE,
]
```
## Local Installation ๐
- Download and extract the contents
- In Chrome, open chrome://extensions/
- Click + Developer mode
- Click Load unpacked extensionโฆ
- Navigate to the src folder and click OK
- Enable The Extension
## Using The Application ๐ฅOpening Paths can be done by pressing โ Command+Shift+Y on Mac or Ctrl+Shift+Y on Windows. You can change the shortcut by going to chrome://extensions/shortcuts in Chrome. Also, if you cannnot use the command for some reason, you can also open it by pressing the app button on the top bar.
Closing the app can be done by either clicking on the background, pressing Esc or by pressing the icon on the topbar.
## Support ๐If you find the app useful and want to support me, you can do so by support me on Product Hunt, giving the repo a star on Github, or by following me on twitter. The links to all can be found below:
๐ [Linktree](https://linktr.ee/raf_underscore)
ENJOY THE APP! ๐