https://github.com/adamrehn/qol-linux
Quality of Life (QoL) tools and tweaks for Linux
https://github.com/adamrehn/qol-linux
Last synced: 7 months ago
JSON representation
Quality of Life (QoL) tools and tweaks for Linux
- Host: GitHub
- URL: https://github.com/adamrehn/qol-linux
- Owner: adamrehn
- License: mit
- Created: 2021-11-28T10:14:32.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T07:21:28.000Z (almost 3 years ago)
- Last Synced: 2025-01-08T12:50:53.876Z (9 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QoL tools and tweaks for Linux
This repository contains assorted tools and tweaks for Linux that aim to provide small Quality of Life (QoL) improvements to the user experience. Note that these tools and tweaks primarily target distributions that use the **GNOME** desktop environment and may leverage GNOME-specific functionality.
The following tools and tweaks are currently available:
- [**directory-desktop-entry**](./tools/directory-desktop-entry/directory-desktop-entry.py): this is a simple Python script that generates [XDG Desktop Entries](https://specifications.freedesktop.org/desktop-entry-spec/latest/) (`.desktop` files) to open specific directories in the Nautilus file manager, which can then be added to the user's favourites so they appear in the GNOME Shell dash. This provides a roundabout mechanism by which filesystem directories can be added as favourites in the same manner as applications.
- [**update-favourites**](./tools/update-favourites/update-favourites.py): this is a simple Python script that adds and removes items from the user's favourites that appear in the GNOME Shell dash.
## Legal
Copyright © 2021-2022, Adam Rehn. Licensed under the MIT License, see the file [LICENSE](./LICENSE) for details.