Skip to content

Commit

Permalink
Quick Save
Browse files Browse the repository at this point in the history
  • Loading branch information
rsdoiel committed Mar 11, 2024
1 parent 15c5472 commit 2d5b6c6
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ maintainers:
orcid: ""

repository-code: "https://github.com/rsdoiel/osf"
version: 0.0.6
version: 0.0.7
license-url: "https://rsdoiel.github.io/osf/license.html"
keywords: [ "GitHub", "text markup", "screen play" ]
4 changes: 2 additions & 2 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors:
orcid: "https://orcid.org/0000-0003-0900-6903"

repository-code: "https://github.com/rsdoiel/osf"
version: 0.0.6
version: 0.0.7
license-url: "https://rsdoiel.github.io/osf/license.html"
keywords: [ "GitHub", "text markup", "screen play" ]

Expand All @@ -20,7 +20,7 @@ keywords: [ "GitHub", "text markup", "screen play" ]
About this software
===================

## osf 0.0.6
## osf 0.0.7

### Authors

Expand Down
2 changes: 1 addition & 1 deletion fadein2osf.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Display converted OSF 2.0 XML to the console

fadein2osf -i screenplay.fadein

fadein2osf 0.0.6
fadein2osf 0.0.7
2 changes: 1 addition & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Set the package name and version to install
#
PACKAGE="osf"
VERSION="0.0.6"
VERSION="0.0.7"
GIT_GROUP="rsdoiel"
RELEASE="https://github.com/$GIT_GROUP/$PACKAGE/releases/tag/v$VERSION"

Expand Down
2 changes: 1 addition & 1 deletion osf2txt.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ Or alternatively

cat screenplay.osf | osf2txt > screenplay.txt

osf2txt 0.0.6
osf2txt 0.0.7
20 changes: 10 additions & 10 deletions txt2osf.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ and returns an OSF 2.0 text

OPTIONS

-generate-manpage generate man page
-generate-markdown generate Markdown documentation
-h, -help display help
-i, -input set the input filename
-l, -license display license
-nl, -newline add a trailing newline
-o, -output set the output filename
-quiet suppress error messages
-v, -version display version
-generate-manpage generate man page
-generate-markdown generate Markdown documentation
-h, -help display help
-i, -input set the input filename
-l, -license display license
-nl, -newline add a trailing newline
-o, -output set the output filename
-quiet suppress error messages
-v, -version display version


EXAMPLES
Expand All @@ -29,4 +29,4 @@ Or alternatively

cat screenplay.txt | txt2osf > screenplay.osf

txt2osf 0.0.6
txt2osf 0.0.7
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import (

const (
// Version number of release
Version = "0.0.6"
Version = "0.0.7"

// ReleaseDate, the date version.go was generated
ReleaseDate = "2024-03-11"

// ReleaseHash, the Git hash when version.go was generated
ReleaseHash = "434050e"
ReleaseHash = "15c5472"

LicenseText = `
All rights reserved.
Expand Down

0 comments on commit 2d5b6c6

Please sign in to comment.