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
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.
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:
- Create a new .js file in the source folder. You can use the template file provided as a starting point.
.
โโโ src
โโโ data
โโโ sources
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'],
},
],
},
],
}
- Add the new file import to the data.js file in the source folder.
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,
]
- 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
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.
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