1
0
mirror of https://github.com/thebaer/tildes.git synced 2018-07-20 07:15:21 +00:00
Various helpers for the tildeverse.
Go to file
2015-03-08 12:57:13 -05:00
code Unexport unnecessary types and functions 2015-02-14 19:57:21 -05:00
store Save fuzzy user coordinates to JSON file 2015-02-18 00:08:26 -05:00
templates Add Up links and some code style 2015-03-08 12:57:13 -05:00
tildescores Don't export table type in scores 2015-02-17 22:43:59 -05:00
where Better name for 'hashKey' var 2015-02-18 19:12:39 -05:00
LICENSE Initial commit 2015-01-10 16:01:18 -05:00
README.md Remove tildelog 2015-01-29 00:49:26 -05:00

~

Various scripts and programs for the tildeverse.

tildelog

tildelog has moved to squigglelog.

code

Use code to generate a list of files contained within a given directory under their home folder. This was originally made to see who had a Code directory (this is the default), but you can specify whatever common directory you'd like to find. Do this:

go build code.go
./code -d bin

This outputs an HTML file in your public_html/ folder based on the templates/code.html template. The HTML file will be named after whatever directory you're scanning, so in this example, it'd be public_html/bin.html.

multiple sources

You can optionally supply multiple folders by passing a comma-separated list of folder to the -d flag. The first folder in the list will be used as the output file name.

go build code.go
./code -d Code,code,projects

This lists files in /home/*/{Code,code,projects}/*.