Skip to content

Juk3n/fluffy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluffy - CLI Game Launcher for Linux

Fluffy's goal is to provide simple and fast possibility to run games from user defined directories and store all the required paths in one place.

Usage

Command-line options

  • fluffy show - show list of games
user:~/some/path$ fluffy show
game_name: /path/to/your/game
  • fluffy add <game_name> <game_path> - add a game
user:~/some/path$ fluffy add game_name path/to/your/game
  • fluffy rm <game_name> - remove a game
user:~/some/path$ fluffy rm game_name
  • fluffy - runs a fluffy gui from which the game can be run fluffy 0.1

Installation

  • Move fluffy to the target folder (after the first run it will create an sql file)
  • (optional) Add fluffy to PATH in .bashrc file
export PATH=$PATH:/path/to/target/folder/fluffy
  • Downloaded file is ready to use

Auto-completion (optional)

  • Move fluffy-completion.bash script to target folder
  • Add below line to .bashrc file
source /path/to/target/folder/fluffy-completion.bash

About

CLI Game Launcher for Linux

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors