All Projects → redahe → gintonic

redahe / gintonic

Licence: Apache-2.0 license
A lightweight game launcher, that works in a terminal.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to gintonic

Elaunch
A launcher based on Electron and inspired by UAfred,now only support linux and macos
Stars: ✭ 227 (+1094.74%)
Mutual labels:  launcher
Algernon-Launcher
Algernon is a productivity tool for Squeak programmers; your personal assistant for Squeak. Algernon aims to make programming in Squeak faster and more keyboard centric. It provides lightning quick access to the core functionalities (classes, methods, morphs, tests, repositories, ...) and even gives you a quick way to evaluate Smalltalk expressi…
Stars: ✭ 24 (+26.32%)
Mutual labels:  launcher
Minecraft-Box-Launcher
Open source Minecraft Java Edition launcher built with ElectronJS
Stars: ✭ 19 (+0%)
Mutual labels:  launcher
Cato
Spotlight and alfred app like search in your browser 🔍.
Stars: ✭ 237 (+1147.37%)
Mutual labels:  launcher
hexflow-covers
The official HEXFlow database - Cover images and background pictures for VitaHEX' "HEXFlow" launcher.
Stars: ✭ 24 (+26.32%)
Mutual labels:  launcher
launcher-scripts
(DEPRECATED) A set of launcher scripts to be used with OAR and Slurm for running jobs on the UL HPC platform
Stars: ✭ 14 (-26.32%)
Mutual labels:  launcher
Olauncher
Minimal AF (ad-free) launcher app for Android. Available at Play Store and F-Droid.
Stars: ✭ 211 (+1010.53%)
Mutual labels:  launcher
MetropolisLauncher
A data-heavy Emulation & Gaming front-end for Windows
Stars: ✭ 35 (+84.21%)
Mutual labels:  launcher
Factor Launcher Reboot
A modern Android launcher inspired by Windows Phone 7
Stars: ✭ 50 (+163.16%)
Mutual labels:  launcher
CtrlUI
CtrlUI (Controller User Interface) is a Windows application, game and emulator launcher for your game controller, DirectXInput converts your game controller to a Xbox (XInput) controller, Fps Overlayer is a tool that shows the frames per second and the cpu, gpu and memory information.
Stars: ✭ 39 (+105.26%)
Mutual labels:  launcher
Androidtvlauncher
This is a leanback style tv launcher(minSdkVersion 17)
Stars: ✭ 2,759 (+14421.05%)
Mutual labels:  launcher
chrome-headless-launcher
Run the latest Chrome browser on CLI without head
Stars: ✭ 39 (+105.26%)
Mutual labels:  launcher
launchbar
Actions repository for LaunchBar 6
Stars: ✭ 65 (+242.11%)
Mutual labels:  launcher
Launchyqt
🚀 Launchy project reactivated. Get the familiar feeling now!
Stars: ✭ 235 (+1136.84%)
Mutual labels:  launcher
ue4launcher
A project launcher utility for Unreal Engine 4
Stars: ✭ 52 (+173.68%)
Mutual labels:  launcher
Androidappshortcuts
App Shortcuts for Android on Pre Nougat 7.1!
Stars: ✭ 223 (+1073.68%)
Mutual labels:  launcher
GenShin-LauncherDIY
[原神启动器Plus] lightweight globalized Genshin Impact launcher. Support arbitrarily resolution ratio, account switching, client convertion, FPS unlocking and more!
Stars: ✭ 758 (+3889.47%)
Mutual labels:  launcher
UnityLauncherPro
Unity Hub Alternative Project Launcher with time saving features!
Stars: ✭ 226 (+1089.47%)
Mutual labels:  launcher
raiseorlaunch
A run-or-raise-application-launcher for i3 window manager.
Stars: ✭ 35 (+84.21%)
Mutual labels:  launcher
SeniorLauncher
A launcher app for Android, intended for oldies
Stars: ✭ 19 (+0%)
Mutual labels:  launcher

gintonic

gintonic - is a lightweight game launcher, that works in a terminal. It is designed to be fast, to be comfortable for keyboard users and to work through ssh.

Features

  • Support of VIM-style keys
  • Search history
  • Script based confguration
  • Preview of thumbnails

Requirements

  • python
  • w3m-img (optional, for images previews)

Installation

  • Download gintonic
  • Place a config file named config into ~/.gintonic

Example:

[CONFIG]
path_to_games = /home/user/games
run_dos = ./dos.sh {0}

path_to_games - is a path to games.

Directory with the games should have the following structure:

System1
      |- Game1
      |- Game2
             |-thumbnails
      |- Game3
System2
      |- Game1
             |-thumbnails

Where: SystemX - is the name of a system (DOS, NES, etc).
GameX - is the name of a game.
thumbnails - is an optional subfolder with images.

run_system - specifies a command to run a game on a particular system. {0} is substituted by an absolute path of a game.

Run

  • python gintonic.py

If you use gintonic over ssh, run ssh with -X param to have images. For exit - press q.
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].