4.0.2 ā€¢ Published 1 year ago

daylog v4.0.2

Weekly downloads
7
License
ISC
Repository
github
Last release
1 year ago

ā˜€ļøšŸ“ daylog

npm standard conduct

About

Write daily notes in markdown files with the help of a commandline tool.

daylog creates a directory structure that looks like:

notes
ā”œā”€ā”€ 2018
ā”‚Ā Ā  ā”œā”€ā”€ 01-january
ā”‚Ā Ā  ā”‚Ā Ā  ā”œā”€ā”€ 01.md
ā”‚Ā Ā  ā”‚Ā Ā  ā”œā”€ā”€ 02.md
ā”‚Ā Ā  ā”‚Ā Ā  ā”œā”€ā”€ 03.md
...
ā”‚Ā Ā  ā”‚Ā Ā  ā”œā”€ā”€ 31.md
ā”‚Ā Ā  ā”‚Ā Ā  ā”œā”€ā”€ README.md
ā”‚Ā Ā  ā”œā”€ā”€ quarters
ā”‚Ā Ā  ā”œā”€ā”€ sprints
ā”‚Ā Ā  ā”œā”€ā”€ weeks
ā”‚Ā Ā  ā”œā”€ā”€ README.md

Install

npm i -g daylog

Usage

Create a directory for your notes:

mkdir ~/notes
cd ~/notes

Create a notes file for the current day:

daylog day

You'll find a new file at ~/notes/2018/11-november/17.md, with the current date instead of this example.

Commands

daylog 

Usage:
  daylog                                


Flags:
  --version, -v    (boolean) show version of the cli

Subcommands:
  daylog year                           create a new file for a year
  daylog week                           create a new file for a week of the year
  daylog sprint                         create a new file for a two week sprint
  daylog quarter                        create a new file for a quarter
  daylog now                            make a file if it doesn't exist for the
                                        current day, week, sprint, month,
                                        quarter, & year
  daylog month                          create a new file for a month
  daylog day                            create a new file for a day
  daylog config [command]               Get information about daylog
                                        configuration
  daylog config create                  Create a .daylog config directory
  daylog build                          create an html or json build of a daylog
                                        project

See help for subcommands:
  daylog [command] --help

Contributing

Contributions are welcome! Please read the contributing guidelines first.

Conduct

It's important that this project contributes to a friendly, safe, and welcoming environment for all. Read this project's code of conduct.

Change log

Read about the changes to this project in CHANGELOG.md. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Contact

License

ISC