Commit Graph

3 Commits (new-file)

Author SHA1 Message Date
iGor milhit 803ad9ce15
make: create a new file
- Creates a templates and a notes directory.
- Creates a default template used 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.
- Updates the README file with the new recipe.
- Improves the documentation of the code with comments.
- Fixes #9.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2022-12-22 11:19:58 +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