Commit Graph

3 Commits (d011883a379dcf074e192a15f6ef8d3d419a0609)

Author SHA1 Message Date
iGor milhit d011883a37
make: create a new file
- Creates a templates and a notes directory.
- Creates a default template use to create new files. It contains a
  minimal frontmatter with the creation date and an ID.
- Adds the *new* recipe which creates a new file in the notes directory,
  based on the default template, replacing the creation date and ID
  variables with according values
- Fixes #9.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2022-12-22 11:08:53 +01:00
iGor milhit a388b69b41
deps: check if pandoc and awk are installed
- Checks if pandoc is installed.
- Checks if awk is installed.
- Closes #6.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2022-11-02 19:22:47 +01:00
iGor milhit 8ea1b50cbc
Makefile: display a minimal help message
- Creates the Makefile.
- Adds a way to display a minimal help message. This part comes entirely
  from
  <https://www.thapaliya.com/en/writings/well-documented-makefiles>.
- Documents the requirements and the usage in the README.
- Closes #2.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2022-10-31 16:45:55 +01:00