Duk is a simple terminal based application for assisting with Rubber Duck Debugging. Rather than speak to an inanimate object, you can now chat with a simple program and try to reason about your code.
- Duk requires
readline
development libraries. On Ubuntu, this can be installed by runninginstall_deps.sh
script - run
make
to compile the program, the executable is calledduk
(as induck
with a typo missing outc
)
- Autocomplete : requires
tags
file to be present in the same directory as the executable (symlinks will work fine too) - History : you can recall previously entered text with
UpArrow
andDownArrow
keys
exit
: Will exit the program, as willquit
,q
andx
help
: displays short help message