aboutsummaryrefslogtreecommitdiff
path: root/misc/Makefile
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-03-10 19:22:33 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-03-10 19:22:33 +0000
commit78fa2cca520547ea8a0455d6ddb5152f2de8f18e (patch)
tree68976fb2a6f0b784e3714792e31baa6e6d013890 /misc/Makefile
parentbf1a5c7fc2284d7df666d504970a33efc748ce13 (diff)
downloadports-78fa2cca520547ea8a0455d6ddb5152f2de8f18e.tar.gz
ports-78fa2cca520547ea8a0455d6ddb5152f2de8f18e.zip
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>
Notes
Notes: svn path=/head/; revision=464087
Diffstat (limited to 'misc/Makefile')
-rw-r--r--misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile
index 6e4839f39eb3..5d8d54c295aa 100644
--- a/misc/Makefile
+++ b/misc/Makefile
@@ -502,6 +502,7 @@
SUBDIR += viz
SUBDIR += whichman
SUBDIR += window
+ SUBDIR += with
SUBDIR += wmScoreBoard
SUBDIR += wmcalendar
SUBDIR += wmjulia