Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Acidham/alfred-default-app
Change default app for an extension
https://github.com/Acidham/alfred-default-app
Last synced: 3 months ago
JSON representation
Change default app for an extension
- Host: GitHub
- URL: https://github.com/Acidham/alfred-default-app
- Owner: Acidham
- Created: 2019-04-26T18:10:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T20:55:27.000Z (12 months ago)
- Last Synced: 2024-04-20T17:00:53.099Z (7 months ago)
- Language: Python
- Size: 792 KB
- Stars: 25
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Default App for filetype, Alfred 3
**Default App** changes the assigned app for a specific extension.
## Dependencies
**Default App** uses [duti](https://github.com/moretension/duti) to change assigned apps.
You need to install *duti* first before you execute the Alfred Workflow
````
brew install duti
````
Requires Python 3## Usage
`dapp` *ext*
1. *ext* you can type any extension, the workflow will ask for confirmation to change the assigned app
2. Choose one of the Apps to assign the extension to.## Screenshots
### 1. Step
![1](img/1.png)
### 2. Step
![2](img/2.png)