* Add automatic shell completion generation. Add automatic generation of shell completion scripts for various shells (the ones supported by `clap_complete`). The scripts can be generated using the `generate-shell-completion` xtask, which outputs the shell script to stdout. * Improve shell completion generation xtask. General improvements to both the shell completion generation as well as the xtask package itself. Update the README to match the new additions.
22 lines
277 B
Plaintext
22 lines
277 B
Plaintext
# Generated by Cargo
|
|
# will have compiled files and executables
|
|
/target/
|
|
/.idea/
|
|
|
|
# These are backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
*.log
|
|
|
|
tags
|
|
|
|
/.vscode/
|
|
|
|
# Ignore generated resources
|
|
*.1
|
|
misc/_ncspot
|
|
misc/ncspot.bash
|
|
misc/ncspot.fish
|
|
misc/ncspot.elv
|
|
misc/_ncspot.ps1
|