Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 969 Bytes

File metadata and controls

18 lines (9 loc) · 969 Bytes

DSpace shell completions

This repository contains (nearly comprehensive, but not quite) shell completion data for the dspace command-line tool. They are written with complgen so work on bash, zsh, and fish!

Demo

Installation/usage instructions

In the prebuilt branch you can find pre-built completion scripts, so you don’t need to run make (or install complgen) yourself.

If you do want to build the scripts yourself:

With a POSIX-compatible make and complgen installed, make will generate the completion files for bash, zsh, and fish.

You can then source/. the generated completion files.

The bash completions depend on the standard bash-completion package. The zsh and fish completions should just work out-of-the-box.