flatpak_aliaser

Crates.ioflatpak_aliaser
lib.rsflatpak_aliaser
version0.1.0
sourcesrc
created_at2023-12-11 22:41:51.358509
updated_at2023-12-11 22:41:51.358509
descriptionSimple application that generates command aliases for flatpak packages
homepagehttps://github.com/Jan-V2/flatpak_aliaser
repository
max_upload_size
id1065642
size19,102
(Jan-V2)

documentation

https://github.com/Jan-V2/flatpak_aliaser

README

flatpak_aliaser

This project allows you to automatically generate aliases for installed flatpak packages, to make them easy to run from the terminal.

For example alias flatpak run com.discordapp.Discord gets turned into discord.

It has a config file, that allows for ommisson, or customisaton of specific commands. For example, by default flatpak run com.sublimetext.three (sublime text) will get turned into three. But by adding ['com.sublimetext.three', 'sublime', ''] to the special aliases section of the config file, it get turned into sublime instead. The 3rd string is for configuring options

Commit count: 0

cargo fmt