This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env lua | |
-- Awoo Tool by @wolfiestyle | |
-- license: MIT/X11 | |
-- demo: https://twitter.com/wolfiestyle/status/767124329461084161 | |
local lgi = require "lgi" | |
local Gtk = lgi.Gtk | |
local GLib = lgi.GLib | |
local window = Gtk.Window{ | |
title = "awoo tool v0.1-alpha", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#| | |
washi.lisp moved away to github: | |
https://github.com/codepony/washi.lisp | |
Please get it from there now. Good bye! | |
|# | |
(format t "We git now: https://github.com/codepony/washi.lisp~%") |