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.
- 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- 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
- Move fluffy-completion.bash script to target folder
- Add below line to .bashrc file
source /path/to/target/folder/fluffy-completion.bash