A simple way to write clean single-file code without taking up disk space
- Kelsey Hightower's nocode
| Requirement | Reason |
|---|---|
| clang-format | Clean up code and apply your preferred coding style |
| gcc | Compiling your code |
| tee | Temporarily save the file all while writing it to stdout |
| git | Uploading your code to the Cloud™️ |
Nocode is currently limited to C code, with hopefully more to come
./nocode.sh filename- Write your code on stdin
- Use
CTRL+Dto tell nocode you're done writing - Follow the on screen instructions
- Once nocode has exited, you can
git pushyour files
- If a user calls
Nocodeon an already-committed file, check it out to edit it, instead of writing from scratch