https://github.com/jlu5/appsel
file types manager for Linux desktops
https://github.com/jlu5/appsel
Last synced: 2 months 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 (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-24T02:46:03.000Z (12 months ago)
- Last Synced: 2025-01-14T09:57:42.742Z (4 months ago)
- Language: Python
- Homepage:
- Size: 139 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
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