Various helpers for the tildeverse.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Matt Baer ff37899e2b How to opt-in to `where` and better how-it-works pirms 9 gadiem
code Unexport unnecessary types and functions pirms 9 gadiem
store Save fuzzy user coordinates to JSON file pirms 9 gadiem
templates How to opt-in to `where` and better how-it-works pirms 9 gadiem
tildescores Don't export table type in scores pirms 9 gadiem
where Better name for 'hashKey' var pirms 9 gadiem
LICENSE Initial commit pirms 9 gadiem
README.md Remove tildelog pirms 9 gadiem

README.md

~

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}/*.