Skip to content

bhargavbhat/Duk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duk

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.

Build

  • Duk requires readline development libraries. On Ubuntu, this can be installed by running install_deps.sh script
  • run make to compile the program, the executable is called duk (as in duck with a typo missing out c)

Features

  • 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 and DownArrow keys

Commands

  • exit : Will exit the program, as will quit, q and x
  • help : displays short help message

Screenshot

Duk Screenshot

About

Simple terminal based Rubber Duck application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published