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
- Host: GitHub
- URL: https://github.com/dylanjm/scraps
- Owner: dylanjm
- Created: 2020-07-04T23:08:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T21:46:55.000Z (about 3 years ago)
- Last Synced: 2025-04-13T01:41:46.809Z (over 1 year ago)
- Language: Common Lisp
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
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