/til

Today I Learned

Primary LanguagePythonMIT LicenseMIT

TIL

Today I Learned

A collection of concise write-ups on small things I learn day to day across a variety of languages and technologies. These are things that don't really warrant a full blog post.

27 TILs and counting...


Categories


Cmake

Cpp

Firefox

Git

Linux

Markdown

Misc

Pelco

Teamcity

Vim

Vscode

Usage

After creating a new entry, run ./createReadme.py > README.md to regenerate the readme with the new data.

If you are using git, you can install this script as a pre-commit git hook so that it is autogenerated on each commit. Use the following command: cd .git/hooks/ && ln -s ../../createReadme.py pre-commit && cd -

About

I shamelessly stole this idea from jbranchaud/til who claims to have stolen it from others.

Other TIL Collections

License

© 2017-2018 Jim Anderson

This repository is licensed under the MIT license. See LICENSE for details.