Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 539 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 539 Bytes

Souvenir

Text based application launcher heavily inspired by dmenu written in Alang.

demo

Building

  • Setup Alang
  • $GOPATH/bin/alang -c -libc souvenir.al to compile into object file
  • cc -g a.o -o souvenir -lX11 -lXft to link with libc, libX11 and libXft

Why would someone use this?

I personally use this as my application launcher under i3wm.