Simple. Works. Vala. <3.
- simple stdin upload
$ echo 'hihi' | ./tempel
- multiline stdin upload
$ cat README.md | ./tempel
- version check
- language option
- put link in clipboard
- automatically open the browser option
$ sudo apt-get install valac
$ git clone [email protected]:diorahman/tempel.git
$ cd tempel
$ make
$ echo 'hahaha' | ./tempel
$ ./tempel
hahaha
MIT