An open API service indexing awesome lists of open source software.

https://github.com/kiritocode1/awk


https://github.com/kiritocode1/awk

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

          

# awk

to compile
```bash
deno i
deno compile --allow-read=. -o awk main.ts
```
to run
```bash
./awk --tuah
```

you get :
```
____ ____ ___ _____ ___ _ _ _____ _ _ _ _____ ____ _ _
/ ___|| _ \_ _|_ _| / _ \| \ | | |_ _| | | | / \|_ _| / ___|| |_ _ __(_)_ __ __ _
\___ \| |_) | | | | | | | | \| | | | | |_| | / _ \ | | \___ \| __| '__| | '_ \ / _` |
___) | __/| | | | | |_| | |\ | | | | _ |/ ___ \| | ___) | |_| | | | | | | (_| |
|____/|_| |___| |_| \___/|_| \_| |_| |_| |_/_/ \_\_| |____/ \__|_| |_|_| |_|\__, |
|___/
```