small terminal utility to fetch the current DEFCON level in your terminal
Find a file
2024-10-02 19:32:24 +00:00
LICENSE Initial commit 2024-10-02 19:21:41 +00:00
main.c uploaded source code 2024-10-02 19:22:39 +00:00
README.md updoot readme 2024-10-02 19:32:24 +00:00

defcon_chan

small utility to fetch the current DEFCON level in your terminal

features:

  • caching the last known level
  • 8-color ANSI terminals supported
  • pretty cute output
  • quite fast, you can probably slap it in your .bashrc
  • written in C

requirements: libcurl

compiling(w/ GCC): gcc main.c -o defcon -lcurl

running: ./defcon