This project provides support for working with iRODS command line tools within the fish shell.
The environment folder contains functions that assist with working in
multiple iRODS environments.
The irods_completion-orig folder contains a port of Bruno
Bzeznik's bash script
i-commands-auto.bash
to fish.
The icommands-completion folder contains an incomplete set of
tab completions for iCommands. They are not released.
irods-fish can be installed using a Debian or Red Hat package, or it can be done manually.
Installation using a package requires root privileges.
On Debian and Red Hat systems, a package can be used to install irods-fish. To build the packages, do the following.
prompt> package/build
The packages can be found in the root directory.
See environment installation for instructions on manually installing the environment related support. To manually install iCommands tab completions port, see tab completions port installation.