Skip to content

Command-line application for rubber duck debugging. Useful for lonely and desperate developers

License

Notifications You must be signed in to change notification settings

JuliusDiestra/rubber-duck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rubber-duck : Rubber Duck Debugging in terminal

Command-line application for rubber duck debugging. Useful for lonely and desperate developers

How to build and install?

  1. Clone repository
git clone git@github.com:JuliusDiestra/rubber-duck.git
  1. Build
cd rubber-duck
cmake -S . -B build
cmake --build build
  1. Install
cd build
make install

Note: rubber-duck executable should be installed in /usr/local/bin.

How to use?

Show help menu :

rubber-duck --help

Start talking with the Rubber Duck :

rubber-duck hello

After saying hello to the rubber-duck, you will start a debugging session. Ask anything to the rubber-duck and you will get support.

If you want to stop conversation, just say "bye".

A short conversation :

foo@foo:~$ rubber-duck hello
<desperate-developer> Hello my friend !
<rubber-duck> Quack!
<desperate-developer> bye
<rubber-duck> See you later, Alligator!

About

Command-line application for rubber duck debugging. Useful for lonely and desperate developers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published