Open Source Contributions
Some of these are tiny. Some are old. Each is an incremental improvement.
hub – GitHub
CLI for GitHub actions like creating repositories, issues, pull requests, etc.
- feat: Transfer issues from one repository to another
todocheck – GitHub
Static code analyzer for annotated TODO comments
- feat: Validate origin based on issue tracker’s required format
Gitql – GitHub
Git query language similar to SQL
- feat: Added the “show databases” command to mimic “git branch -a”
- feat: Added the “use <branch>” command to mimic “git checkout <branch>” and fetch a branch if it is not locally available
Click – GitHub
Toolkit for creating composable CLI applications
- fix: Fixed auto-generated, shortened help messages so they end on summary lines that don’t have a period
- feat: Added option to skip unnecessary renders of progress bars
Neovim – GitHub
Vim-fork focused on extensibility and usability
- doc: Removed docs for feature that was previously removed
nvim-compe – GitHub
Autocompletion plugin for Neovim’s builtin LSP
- feat: Added a confirmation function for the UltiSnips completion source
- feat: Added path autocompletion using environment variables
nui.nvim – GitHub
UI component library for neovim
- fix: Fixed popup border styles so they can be used multiple times
nvim-lspfuzzy – GitHub
Neovim LSP handler implementations using FZF
- feat: Colorized output to help with parsing position and result