"command": "rdump", "args": ["comment:TODO", "--format", "hunks"], "group": "build", "presentation": { "echo": true, "reveal": "always", "focus": false, "panel": "shared" } }, { "label": "Find all tests", "command": "rdump", "args": ["name:*test*", "--format", "find"], "group": "build" } ] } ``` **Vim/Neovim:** ```vim " Search for function definitions command! -nargs=1 FindFunc call system('rdump "func:' . <q-args> . '" --format=find') " Search for current word nnoremap <leader>sr :call system('rdump "contains:' . expand('<cword>') . '" --format=hunks')<CR> ``` **Emacs:** ```elisp (defun rdump-search (query) (interactive "sQuery: ") (let ((output (shell-command-to-string (format "rdump \"%s\" --format=hunks" query)))) (switch-to-buffer "*rdump*") (erase-buffer)
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.