Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed May 3, 2022
1 parent d02976c commit 42ac259
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion calliope.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=1.2.1
VERSION=1.2.2
MY_EDITOR="vimx --servername $(pwgen 8 1)"
MY_VIEWER="xdg-open"
year=$(date +%G)
Expand Down
20 changes: 17 additions & 3 deletions man/man1/calliope.1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH CALLIOPE.SH "1" "April 2022" "calliope.sh 1.2.0" "User Commands"
.TH CALLIOPE.SH "1" "May 2022" "calliope.sh 1.2.2" "User Commands"
.SH NAME
calliope.sh \- manual page for calliope.sh 1.2.0
calliope.sh \- manual page for calliope.sh 1.2.2
.SH DESCRIPTION
.IP
usage: ./calliope.sh options
.IP
Master script file that provides functions to maintain a journal using LaTeX.
Version: 1.2.0
Version: 1.2.2
.IP
OPTIONS:
\fB\-h\fR Show this message and quit
Expand All @@ -25,6 +25,20 @@ An optional commit message may be given using the commit_message
variable:
commit_message="Test" ./calliope.sh \fB\-C\fR
If one is not given, the default is used: "Add new entry".
.IP
Note that encryption, if enabled, is only done before committing.
So, please remember to commit early and commit often.
.TP
\fB\-m\fR
<commit message>
Commit to repository (but do not compile).
An optional commit message may be given using the commit_message
variable:
commit_message="Test" ./calliope.sh \fB\-C\fR
If one is not given, the default is used: "Add new entry".
.IP
Note that encryption, if enabled, is only done before committing.
So, please remember to commit early and commit often.
.TP
\fB\-c\fR
Compile today's entry
Expand Down

0 comments on commit 42ac259

Please sign in to comment.