this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update bazel completions + add pdfman function

+23 -18
+16 -16
.config/fish/completions/bazel.fish
··· 45 45 end 46 46 47 47 function __bazel_query 48 - __bazel_output query --keep_going --order_output=no $argv 48 + __bazel_output query --keep_going --order_output=no $argv 49 49 end 50 50 51 51 function __bazel_targets ··· 57 57 set last_char (string sub --start -1 -- $line) 58 58 set target (string split --no-empty ' ' -- $line)[-1] 59 59 60 - if test $last_char = " "; or string match --quiet --regex '^\-' -- $target 60 + if test "$last_char" = " "; or string match --quiet --regex '^\-' -- $target 61 61 return 0 62 62 end 63 63 ··· 174 174 175 175 # Add descriptions for subcommands 176 176 # TODO: it would be preferable to generate these descriptions from `bazel help` output 177 - __bazel_complete -n '__bazel_needs_command' -a analyze-profile -d 'Analyzes build profile data.' 178 - __bazel_complete -n '__bazel_needs_command' -a build -d 'Builds the specified targets.' 179 - __bazel_complete -n '__bazel_needs_command' -a coverage -d 'Runs tests and collects coverage' 177 + __bazel_complete -n '__bazel_needs_command' -a analyze-profile -d 'Analyzes build profile data.' 178 + __bazel_complete -n '__bazel_needs_command' -a build -d 'Builds the specified targets.' 179 + __bazel_complete -n '__bazel_needs_command' -a coverage -d 'Runs tests and collects coverage' 180 180 __bazel_complete -n '__bazel_needs_command' -a canonicalize-flags -d 'Canonicalizes a list of bazel options.' 181 - __bazel_complete -n '__bazel_needs_command' -a clean -d 'Removes output files and optionally stops the server.' 182 - __bazel_complete -n '__bazel_needs_command' -a dump -d 'Dumps the internal state of the bazel server process.' 183 - __bazel_complete -n '__bazel_needs_command' -a fetch -d 'Fetches external repositories that are prerequisites to the targets.' 184 - __bazel_complete -n '__bazel_needs_command' -a help -d 'Prints help for commands, or the index.' 185 - __bazel_complete -n '__bazel_needs_command' -a info -d 'Displays runtime info about the bazel server.' 186 - __bazel_complete -n '__bazel_needs_command' -a mobile-install -d 'Installs targets to mobile devices.' 187 - __bazel_complete -n '__bazel_needs_command' -a query -d 'Executes a dependency graph query.' 188 - __bazel_complete -n '__bazel_needs_command' -a run -d 'Runs the specified target.' 189 - __bazel_complete -n '__bazel_needs_command' -a shutdown -d 'Stops the bazel server.' 190 - __bazel_complete -n '__bazel_needs_command' -a test -d 'Builds and runs the specified test targets.' 191 - __bazel_complete -n '__bazel_needs_command' -a version -d 'Prints version information for bazel.' 181 + __bazel_complete -n '__bazel_needs_command' -a clean -d 'Removes output files and optionally stops the server.' 182 + __bazel_complete -n '__bazel_needs_command' -a dump -d 'Dumps the internal state of the bazel server process.' 183 + __bazel_complete -n '__bazel_needs_command' -a fetch -d 'Fetches external repositories that are prerequisites to the targets.' 184 + __bazel_complete -n '__bazel_needs_command' -a help -d 'Prints help for commands, or the index.' 185 + __bazel_complete -n '__bazel_needs_command' -a info -d 'Displays runtime info about the bazel server.' 186 + __bazel_complete -n '__bazel_needs_command' -a mobile-install -d 'Installs targets to mobile devices.' 187 + __bazel_complete -n '__bazel_needs_command' -a query -d 'Executes a dependency graph query.' 188 + __bazel_complete -n '__bazel_needs_command' -a run -d 'Runs the specified target.' 189 + __bazel_complete -n '__bazel_needs_command' -a shutdown -d 'Stops the bazel server.' 190 + __bazel_complete -n '__bazel_needs_command' -a test -d 'Builds and runs the specified test targets.' 191 + __bazel_complete -n '__bazel_needs_command' -a version -d 'Prints version information for bazel.'
+3
.config/fish/functions/pdfman.fish
··· 1 + function pdfman 2 + man -t $argv | open -f -a Preview 3 + end
+3 -2
.config/vscode/extensions.txt
··· 23 23 LaurentTreguier.rpm-spec@0.3.0 24 24 mariusschulz.yarn-lock-syntax@0.1.3 25 25 marko2276.yang@0.1.3 26 - matklad.rust-analyzer@0.2.264 26 + matklad.rust-analyzer@0.2.266 27 27 ms-azuretools.vscode-docker@1.4.1 28 28 ms-pyright.pyright@1.1.59 29 29 ms-python.python@2020.7.96456 30 + ms-python.vscode-pylance@2020.7.4 30 31 ms-vscode-remote.remote-ssh@0.51.0 31 32 ms-vscode-remote.remote-ssh-edit@0.51.0 32 33 ms-vscode.cmake-tools@1.4.1 ··· 39 40 ritwickdey.LiveServer@5.6.1 40 41 sleistner.vscode-fileutils@3.0.1 41 42 slevesque.shader@1.1.4 42 - stevensona.shader-toy@0.10.10 43 + stevensona.shader-toy@0.10.11 43 44 streetsidesoftware.code-spell-checker@1.9.0 44 45 timonwong.shellcheck@0.9.0 45 46 TomiTurtiainen.rf-intellisense@2.8.0
+1
Library/Application Support/Code/User/settings.json
··· 192 192 "ctypes", 193 193 "dcrpm", 194 194 "deps", 195 + "deque", 195 196 "executables", 196 197 "fnmatch", 197 198 "globbing",