rofi-steam (1.0.0)

Published 2023-09-04 22:22:32 +00:00 by sekhat in temporus.me/rofi-steam

Installation

[registry]
default = "forgejo"

[registries.forgejo]
index = "sparse+" # Sparse index
# index = "" # Git

[net]
git-fetch-with-cli = true
cargo add rofi-steam@1.0.0

About this package

rofi-steam

Generates output for rofi that lists all installed steam applications

Install

First clone the repository, and enter the cloned directory

git clone https://git.temporus.me/temporus.me/rofi-steam
cd rofi-steam

Then install it

# This installs it to ~/.cargo/bin

cargo install --path .

# Or if you want to install to a prefix else where, for example This
# will install the binary to ~/.local/bin, --root argument acts like a prefix
# so bin will be added automatically by cargo

cargo install --path . --root ~/.local

Usage

To use as a mode in rofi you need to add it to your modes list

Simplest example would be:

rofi -modes "steam:rofi-steam" -show "steam"

Dependencies

ID Version
anyhow ^1.0.71
directories ^5.0.1
nom ^7.1.3
serde ^1.0.164
thiserror ^1.0.40
Details
Cargo
2023-09-04 22:22:32 +00:00
6
17 KiB
Assets (1)
Versions (1) View all
1.0.0 2023-09-04