Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlu5/appsel
file types manager for Linux desktops
https://github.com/jlu5/appsel
Last synced: about 1 month ago
JSON representation
file types manager for Linux desktops
- Host: GitHub
- URL: https://github.com/jlu5/appsel
- Owner: jlu5
- License: gpl-3.0
- Created: 2020-04-05T05:19:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T06:51:30.000Z (7 months ago)
- Last Synced: 2024-05-22T13:05:49.324Z (7 months ago)
- Language: Python
- Homepage:
- Size: 138 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# appsel
**appsel** (APP SELector) is a file types manager for Linux desktops.
I wrote this tool because the default applications selectors in Linux aren't as powerful as what I've seen on Windows. Specifically, many of them only allow setting a few apps (web browser, terminal, mail reader) and not the full palette of programs (text editor, media player, etc.).
## Features
- Set default application for a MIME type
- Add / remove custom associations for MIME types
- Enable / disable associations for MIME types
- Set / unset defaults by application## Install
This app requires Python 3, PyQt5, and python-xdg. On Debian/Ubuntu, this is `apt-get install python3-pyqt5 python3-xdg`.
After installing these dependencies, just clone the repo and run `main.py`.
## License
GPLv3