| Crates.io | appInstalleR |
| lib.rs | appInstalleR |
| version | 0.1.0 |
| created_at | 2025-01-03 21:39:24.570582+00 |
| updated_at | 2025-01-03 21:39:24.570582+00 |
| description | A simple and efficient command-line tool to create desktop entries for AppImage applications on Linux systems. |
| homepage | |
| repository | https://github.com/sponkurtus2/appInstalleR |
| max_upload_size | |
| id | 1502892 |
| size | 19,059 |
A simple and efficient command-line tool to create desktop entries for AppImage applications on Linux systems.
appInstalleR automatically generates and installs .desktop files for AppImage applications, making them accessible from your system's application menu. It places the desktop entries in the user's local applications directory (~/.local/share/applications/).
cargo install appInstalleR
git clone https://github.com/sponkurtus2/appInstalleR.git
cargo build --release
cargo run --release
appInstalleR --app-file <path_to_app_image>
.AppImage extension~/.local/share/applications/The project uses several optimization flags for release builds: