mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
78fa2cca52
Starts an interactive shell with where every command is prefixed using <program>, for example: $ with git git> add . git> commit -a -m "Commited" git> push WWW: https://github.com/mchav/with PR: 226407 Submitted by: Mateusz Piotrowski <0mp@FreeBSD.org>
12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
Command prefixing for continuous workflow using a single tool.
|
|
|
|
Starts an interactive shell with where every command is prefixed using
|
|
<program>, for example:
|
|
|
|
$ with git
|
|
git> add .
|
|
git> commit -a -m "Commited"
|
|
git> push
|
|
|
|
WWW: https://github.com/mchav/with
|