Skip to content

g-udi/gaudi-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gaudi Helper

This is a helper that accompanies the Gaudi project. It is used to ensure you keep your templates list up to date by adding newly installed software to the list after the successful installation.

Installation

You can install the helper by running the following command:

bash -c "$(curl -fsSL https://raw.githubusercontent.com/g-udi/gaudi-helper/master/install.sh)"
image

How it works

The helper works by using the precmd and preexec functions to detect when you have installed a new software and add it to the list.

The precmd function is executed before the command prompt is displayed and the preexec function is executed before each command is executed.

The helper is designed to be used with the bash shell, but it can be used with other shells like zsh by setting the SHELL environment variable to zsh in the .bashrc file.

Releases

No releases published

Packages

No packages published

Languages