All Projects → nicohman → Eidolon

nicohman / Eidolon

Licence: gpl-3.0
Provides a single TUI-based registry for drm-free, wine and steam games on linux, accessed through a rofi launch menu.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Eidolon

Phoenicis
Phoenicis PlayOnLinux and PlayOnMac 5 repository
Stars: ✭ 457 (+437.65%)
Mutual labels:  wine
D9vk
A Direct3D9 to Vulkan layer using the DXVK backend. [Upstreamed to DXVK]
Stars: ✭ 805 (+847.06%)
Mutual labels:  wine
Rpc Wine
discord-rpc.dll implementation for Wine allowing your Wine games to interact with your native Discord instance
Stars: ✭ 49 (-42.35%)
Mutual labels:  wine
Deepin Apps Installation
本仓库介绍如何在基于Ubuntu的系统上安装Deepin移植的软件。This repo shows how to install apps packaged by Deepin.
Stars: ✭ 565 (+564.71%)
Mutual labels:  wine
Dxvk
Vulkan-based implementation of D3D9, D3D10 and D3D11 for Linux / Wine
Stars: ✭ 7,117 (+8272.94%)
Mutual labels:  wine
Deepin Wine Wechat
整理deepin下 wine-wechat 所需依赖, 方便 ubuntu使用
Stars: ✭ 31 (-63.53%)
Mutual labels:  wine
Airwave
Airwave is a WINE-based VST bridge, that allows for the use of Windows 32- and 64-bit VST 2.4 audio plugins with Linux VST hosts
Stars: ✭ 449 (+428.24%)
Mutual labels:  wine
I3 Quickterm
A small drop-down terminal for i3 and sway
Stars: ✭ 76 (-10.59%)
Mutual labels:  rofi
Vk9
Direct3D 9 compatibility layer using Vulkan.
Stars: ✭ 799 (+840%)
Mutual labels:  wine
Ntfd
A lightweight notification daemon for fancy desktop integrations
Stars: ✭ 44 (-48.24%)
Mutual labels:  rofi
Deepin Wine Ubuntu
Deepin Wine for Ubuntu/Debian
Stars: ✭ 5,790 (+6711.76%)
Mutual labels:  wine
Dotfiles
🐲 My Arch Linux config [i3-gaps + i3blocks + Zsh + Spacemacs + Rofi + Alacritty + Neofetch]
Stars: ✭ 725 (+752.94%)
Mutual labels:  rofi
Dotfiles
Get ready for dotfiles. Contains i3, i3blocks, rofi, dunst, picom, vim, tmux, and zsh.
Stars: ✭ 985 (+1058.82%)
Mutual labels:  rofi
Rofi Themes
Themes for Rofi
Stars: ✭ 488 (+474.12%)
Mutual labels:  rofi
Dotfiles
My dotfiles, managed with GNU stow
Stars: ✭ 56 (-34.12%)
Mutual labels:  rofi
Rofi Calc
🖩 Do live calculations in rofi!
Stars: ✭ 449 (+428.24%)
Mutual labels:  rofi
Dotfiles
🌸 Aesthetic OpenboxWM Environment (Completed Setup)
Stars: ✭ 873 (+927.06%)
Mutual labels:  rofi
Dotfiles
🐧 Configuration files
Stars: ✭ 81 (-4.71%)
Mutual labels:  rofi
Wine Origin Updater
Updater for Origin in Wine
Stars: ✭ 57 (-32.94%)
Mutual labels:  wine
Nmcli Rofi
A simple manager for network connections using rofi and nmcli
Stars: ✭ 39 (-54.12%)
Mutual labels:  rofi

eidolon builds.sr.ht status

A conversion of steam_suite to rust with additional features. Provides a single TUI-based registry for drm-free, wine and steam games on linux, accessed through a rofi launch menu. Simple, fast and lightweight. This is a mirror of the sr.ht repository. Please file issues for eidolon here and patches here, though I will still accept issues and pull requests on github.

See it in action

A gif showing eidolon working

Installation

You can now install from crates.io. Just run cargo install eidolon and install rofi via your distro's package manager!

You'll need rofi and cargo installed. Run:

git clone https://git.sr.ht/~nicohman/eidolon && cd eidolon

cargo install --path . --force

Alternatively, check here for a possibly out of date binary. In addition, you can download a version built from the latest git commit at my website

Unofficial packages

It appears someone is maintaining a package on the AUR. If anyone else wants to maintain a package somewhere, feel free to! If you tell me about it, I'll even add a link here.

Usage

eidolon help for list of commands:

eidolon
nicohman <[email protected]>
Provides a single TUI-based registry for drm-free, wine and steam games on linux, accessed through a rofi launch menu.

USAGE:
    eidolon <SUBCOMMAND>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

SUBCOMMANDS:
    add       Adds selected file to registry
    help      Prints this message or the help of the given subcommand(s)
    import    Attempts to import in game directory from dir path
    list      Lists installed games
    menu      Show game menu
    rm        Remove a game from the registry
    run       Runs a game by name
    update    Updates registry with installed steam, lutris wine, and itch games

Configuration

Right now, only three config options exist: menu_command, prefix_command and steam_dirs. The config file is saved in ~/.config/eidolon/config.json, of course in the JSON format.

menu_command : The command to be run to display the eidolon menu. Will be given an alphabetical list of names through STDIN, and a name is expected back through STDOUT.

steam_dirs : a |-seperated list of steam install directories, with $HOME replacing the home directory.

prefix_command : A command that will be run as a prefix to every game command. Good for optirun or steam runtime launching.

Default config file:

{
steam_dirs: ["$HOME/.local/share/steam/steamapps"],

menu_command: "rofi -theme sidebar -mesg 'eidolon game:' -p '> ' -dmenu",

prefix_command: ""
}

Todo

  • Please suggest any features you want as an issue!
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].