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

https://github.com/dylanjm/scraps

Common-Lisp Command Line Scripts
https://github.com/dylanjm/scraps

Last synced: 6 months ago
JSON representation

Common-Lisp Command Line Scripts

Awesome Lists containing this project

README

          

* SCRAPS
** Installation

By default running =make install= installs the programs into the =XDG_BIN_HOME= directory. You can modify the =Makefile= if you want to change this location.

#+begin_example
git clone https://github.com/dylanjm/scraps ~/quicklisp/local-projects/scraps
cd ~/quicklisp/local-projects/scraps
make
make install
#+end_example

** Usage

*** Clash -- Ascii Art Generator
#+begin_src sh
./clash --size 50x50 ./assets/cropped.png
#+end_src

#+begin_example
@@@
@**+**=+, +%#+++
@****##### @+*++
@*@@@@@%# @@@@%%#* +=+###-+-@
#%@@@@@@+@@=**@@@@@@###: @=*+%*+ #*-:@
@@@@@@@@%+#@*@%@%%###%*****####* #%%+=
#%@@@@@@@@*@@%##@@@@@@@@@%@ @@@@**.:@
%@@@@@@@#@#@@@@@#@# .==*@@@@@@%#=
@%#@@@@@@@@@@@@##. +#-+**=++*@@%%%@@@%
@+@@@%@@@#%@@@@@#***+**+++*%@**######@
@%##%@%%###*%#%#@#*##%@@@@##@@@%@
@@%%%@@####@@@@#*%@@@@@##@@@
**@%%##%@@@@@@@@@@@%%%@
@#@@@%@@@@@@@@@@@@@@
+#@@@@@@@@@@@@@@@@@#
@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@
@@@@@@@@@@@
@@@@@@@@@@
@@@@@@@@@@@
@@@@@@@@@@
*@@@@@@@@@@
@@@@@@@@@
@@@@@@@@@
@@@@@@@@@
@@@@@@@@
@@@@@@#
@@@@@@@@@
@@%@@@@@
#+end_example