Skip to content

nicdgonzalez/celestia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Celestia

A command-line tool for managing Minecraft servers.

Install

Install from GitHub using cargo:

cargo install --git https://github.com/nicdgonzalez/celestia.git celestia

Shell Autocomplete

Use the completions subcommand to generate the script for your preferred shell, then redirect the output to the necessary path:

Note

You need to rerun this snippet each time you update the celestia binary.

# NOTE: This example assumes bash.
output="${XDG_DATA_HOME:-$HOME/.local/share}"/bash-completion/completions/celestia
mkdir --parents "$(dirname "$output")"
celestia completions bash > "$output"
source "$output"

See celestia completions --help for a list of supported shells.

About

🛠️ A command-line tool for managing PaperMC Minecraft servers.

Resources

Stars

4 stars

Watchers

1 watching

Forks

Releases

No releases published

Contributors