mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-08 04:50:08 +03:00
696f23d7a0
This patch adds a basic Zsh completion script for the commands and targets provided by Meta/serenity.sh. There's some room for improvement here, e.g. we could provide completion for available CMake targets - currently completion stops after serenity.sh <command> <target>. You can enable it by adding this to your .zshrc before completions are loaded: fpath=($SERENITY_SOURCE_DIR/Meta/ShellCompletions/zsh $fpath)
45 lines
434 B
Plaintext
45 lines
434 B
Plaintext
*
|
|
!*.*
|
|
!*/
|
|
!Makefile
|
|
!LICENSE
|
|
!Base/**
|
|
!Meta/ShellCompletions/**
|
|
|
|
*.o
|
|
*.ao
|
|
*.a
|
|
*.so
|
|
*.d
|
|
|
|
*.swo
|
|
*.swp
|
|
*.config
|
|
*.creator
|
|
*.creator.user
|
|
*.creator.user.*
|
|
*.files
|
|
*.includes
|
|
*.cflags
|
|
*.cxxflags
|
|
*.autosave
|
|
Meta/Lagom/build
|
|
Build
|
|
build
|
|
CMakeFiles
|
|
Toolchain/Tarballs
|
|
Toolchain/Build
|
|
Toolchain/Local
|
|
.vscode
|
|
.ccls-cache
|
|
.DS_Store
|
|
compile_commands.json
|
|
.cache
|
|
.clang_complete
|
|
.clangd
|
|
*Endpoint.h
|
|
.idea/
|
|
cmake-build-debug/
|
|
sync-local.sh
|
|
.vim/
|