Today I Learned - automated tool helps you learn everyday.


30 Nov 2015 / by KhanhIceTea

Introduction

We constantly learn new things. This is a repo to share those learnings. TILs are short Markdown documents (a few sentences + example code) explaining concepts, bits of syntax, commands, or tips we've recently learned.

Today-I-Learn (TIL) is inspired by Thoughbot, TIL is a repository for everyone to share what we have learn today.

This repo has a tool that help you to manage and write down what you learned in scientific way. https://github.com/khanhicetea/today-i-learned

And this is my repo used TIL : https://github.com/khanhicetea/what-i-leaned-today

Instruction

Step 1 : Fork this repo (blank-repo with only tool and readme file).

Step 2 : Start writting down what you learned in everyday.

  • Create a topic
$ ./til [CATEGORY] [SUBJECT]

Ex:

$ ./til bash "Bash Conditional Expression"

It will create 1 file bash/Bash-Conditional-Expression.md

  • Write content
  • Save it !

Step 3 : Commit what you learned today

$ ./til commit

After that, if you want to push it to repository, just Enter.

License

© 2015 khanhicetea. Distributed under the Creative Commons Attribution License.

Ref


Sound good ?