You can create symlinks for all scripts in src/ to a directory in your PATH (default: ~/.local/bin) and set executable permissions using Taskfile:
$ task link # Link to ~/.local/bin (default)
$ task link -- ~/bin # Link to ~/binNote: To remove symlinks, please delete them manually from the target directory.