updoot readme
This commit is contained in:
parent
ee7d8d9aa6
commit
770d846206
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
|
@ -1,3 +1,16 @@
|
|||
# defcon_chan
|
||||
|
||||
small terminal utility to fetch the current DEFCON level in your terminal
|
||||
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```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue