Skip to content

RoryQ/til-prompt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIL-Prompt

TIL-Prompt is an interactive terminal prompt for creating and managing a collection of TIL (Today I Learned) entries.

Installation

To install from source using golang 1.16

go install github.com/roryq/til-prompt/cmd/til@vlatest

Usage

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

  edit [<keyword>]
    Open today's TIL in your configured editor. You can optionally pass a
    keyword to search for.

  view [<keyword>]
    Display a styled view of today's TIL. You can optionally pass a keyword to
    search for.

Run "til <command> --help" for more information on a command.

License

MIT

About

Interactive terminal prompt for creating TIL (Today I Learned) entries

Resources

License

Stars

Watchers

Forks

Packages

No packages published