Here more details about the creation of this gem can be found.
- ruby version >= 3.3.0
- git version >= 2.28.0
- fzf version >= 0.55.0
To install on all platforms:
gem install chbr
While on a git repository type on console:
chbr
Flag | Info |
---|---|
-p, --path PATH | Path to the git repository (Defaults to current repository) |
-t, --timeout TIMEOUT | Set the timeout for git commands in seconds (Defaults to 5) |
--disable-reopen | Disable reopening the panel after an action is performed (Defaults to true) |
On the fzf search panel select a branch and type one of the following characters:
ENTER
to checkout to selected branchX
to delete selected branchP
to purge/delete all branches except for the selected
Copyright 2024 Stavros Barousis
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.