magicdrive / git-repl

git REPL tool for shell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-repl

NAME

git-repl - git REPL tool for shell.


image

DEPENDENCIES

requirement

optional

USAGE

 * git-repl                      # Launch git with REPL in current path.
 *  [-h|--help]                  # Show This help.
 *  [-i|--init]                  # Initialize current dir as git-repository. then start REPL
 *  [-v|--verbose]               # REPL start with repository infomation message.
 *  [-n|--no-help-message]       # Config Start with no help message.
 *  [-s|--with-status]           # Exec git status command, when pre loop.
 *  [-f|--completion]            # Specify Completion file.
 *  [-o|--rlwrap-opt]            # Specify `rlwrap` command option.

ENVIRONMENTS

GIT_REPL_DEFAULT_PROMPT          # git repl prompt
GIT_REPL_DEFAULT_COMPLETION_DIR  # completion files directory locate.
GIT_REPL_LS_CMD                  # ls alias in REPL
GIT_REPL_CAT_CMD                 # cat alias in REPL
GIT_REPL_START_WITH_INFO         # start with infomation message. on:1 off:0 (default 0)
GIT_REPL_START_WITH_HELP_MESSAGE # start with help message. on:1 off:0 (default 1)
GIT_REPL_WITH_STATUS             # exec after `git status -sb`. on:1 off:0 (default 0)

MIT License

Copyright (c) 2021 Hiroshi IKEGAMI

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.

About

git REPL tool for shell.

License:MIT License


Languages

Language:Shell 77.7%Language:Roff 18.4%Language:Makefile 3.9%