Keep track of things you learn each day
Project description
CLI tool for recording and tracking things you learn(TILs).
Demo
Install TIL
$ pip install til-cli
Then start adding things that you learn:
$ til new "How to parse yaml in Python"
Content:
Just use ruamel.yaml
pip install ruamel.yaml
^C
Store your TILs wherever you want using TIL plugins:
- YAML: Write to a yaml file
- ...more to come...
Copy .til.toml.default
to your home directory as .til.toml
and add more plugins or change their configuration.
As an example by default TIL uses YAML plugin to store entries in til.yaml
file in your home directory, this is configurable.
Simon Willison's TIL Page was main inspiration to be able to create something similar with minimal extra effort.
Planned features:
- Initial implementation
- YAML plugin as POC
- CI / CD for publishing to pypi with releases
- some tests
- Other tools to install
- MacOS - brew
- Debian/Ubuntu - apt (snap packages?)
- More plugins
- POST to endpoint
- Email?
- tags support (e.g. Python, js, k8s, devops, science, etc.)
- Search tils by
- keyword
- tags
Contribute:
Install Python 3.x
Requires Python >= 3.9.
Consider installing it either with brew or using a tool like pyenv
Macos
$ brew install python@3.9
Or download from Python.org
Install poetry
$ brew install poetry
or
$ pip3 install poetry
Create Env
$ poetry env use python3.9 # Setup env
$ poetry shell # Drop into Poetry env
$ poetry install # Install from pyproject.toml
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file til-0.2.0.tar.gz
.
File metadata
- Download URL: til-0.2.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.2 CPython/3.8.10 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5dccdab939e7761bff048f0cca596d73b2c758e91a4cffd0cd48957337f7159a |
|
MD5 | aaf508e34c05ec9e67b54ac59da254e3 |
|
BLAKE2b-256 | 1db04f1a3bc127306fd80a6e804df20bbbad64ea0ac78fea3e7689499093c4a9 |
File details
Details for the file til-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: til-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.2 CPython/3.8.10 Darwin/19.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a9ad5de7bac518c198cd8da1517e30f6969d6ded4213be44647110d6fa5e848b |
|
MD5 | 5a17f617a70b80acb831650098c56487 |
|
BLAKE2b-256 | 66d04e310adf552d625f734338bbe4cbb425ef9e6e95fe723c952f83f492b753 |