TIL-Prompt is an interactive terminal prompt for creating and managing a collection of TIL (Today I Learned) entries.
To install from source using golang 1.16
go install github.com/roryq/til-prompt/cmd/til@vlatest
Follow the prompts to save a new TIL entry. A README.md is regenerated after each save.
Usage: til <command>
An interactive prompt for managing TIL entries.
Flags:
-h, --help Show context-sensitive help.
Commands:
new
Create a new TIL entry. (default command)
config list
List the current configuration. (default sub-command)
config edit
Open the config in your configured $EDITOR
Run "til <command> --help" for more information on a command.