freebsd-ports/misc/with/pkg-descr
Danilo G. Baio 78fa2cca52 Add misc/with: 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

PR:		226407
Submitted by:	Mateusz Piotrowski <0mp@FreeBSD.org>
2018-03-10 19:22:33 +00:00

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