Various helpers for the tildeverse.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Matt Baer 0c4c2d63fc Use any IP supplied in `.here` for location il y a 8 ans
code Unexport unnecessary types and functions il y a 9 ans
store Fix formatting il y a 9 ans
templates Code page instructions il y a 9 ans
tildescores Fix formatting il y a 9 ans
where Use any IP supplied in `.here` for location il y a 8 ans
LICENSE Initial commit il y a 9 ans
README.md Remove tildelog il y a 9 ans

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