mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-22 17:41:08 +00:00
Adds zsh-specific completions file
This commit is contained in:
parent
4c09477aa2
commit
b718e01a5c
2 changed files with 36 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
||||||
#/usr/bin/env bash
|
#/usr/bin/env bash
|
||||||
# for zsh, run:
|
|
||||||
# autoload bashcompinit
|
|
||||||
# bashcompinit
|
|
||||||
complete -W "up
|
complete -W "up
|
||||||
service_ports_web
|
service_ports_web
|
||||||
initdb
|
initdb
|
||||||
|
|
36
complete_bwdev.zsh
Normal file
36
complete_bwdev.zsh
Normal file
|
@ -0,0 +1,36 @@
|
||||||
|
#/usr/bin/env bash
|
||||||
|
autoload bashcompinit
|
||||||
|
bashcompinit
|
||||||
|
complete -W "up
|
||||||
|
service_ports_web
|
||||||
|
initdb
|
||||||
|
resetdb
|
||||||
|
makemigrations
|
||||||
|
migrate
|
||||||
|
bash
|
||||||
|
shell
|
||||||
|
dbshell
|
||||||
|
restart_celery
|
||||||
|
pytest
|
||||||
|
collectstatic
|
||||||
|
makemessages
|
||||||
|
compilemessages
|
||||||
|
update_locales
|
||||||
|
build
|
||||||
|
clean
|
||||||
|
black
|
||||||
|
prettier
|
||||||
|
stylelint
|
||||||
|
formatters
|
||||||
|
compilescss
|
||||||
|
collectstatic_watch
|
||||||
|
populate_streams
|
||||||
|
populate_lists_streams
|
||||||
|
populate_suggestions
|
||||||
|
generate_thumbnails
|
||||||
|
generate_preview_images
|
||||||
|
copy_media_to_s3
|
||||||
|
set_cors_to_s3
|
||||||
|
setup
|
||||||
|
admin_code
|
||||||
|
runweb" -o bashdefault -o default bw-dev
|
Loading…
Reference in a new issue