Skip to content

Commit

Permalink
Add manpage tird.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Feb 10, 2024
1 parent 77a2d2b commit f69ca0b
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions docs/tird.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
.\" Automatically generated by Pandoc 2.9.2.1
.\"
.TH "tird" "1" "" "" "General Commands Manual"
.hy
.SH NAME
.PP
tird - encrypt file contents and hide encrypted data among random data
.SH SYNOPSIS
.PP
\f[B]tird\f[R] [\f[B]-d\f[R] | \f[B]\[en]debug\f[R]]
.SH DESCRIPTION
.PP
\f[B]tird\f[R] \f[I](an acronym for \[lq]this is random data\[rq])\f[R]
is a tool for encrypting file contents and hiding encrypted data among
random data.
.SH COMMAND-LINE OPTIONS
.SS -d, \[en]debug
.PP
print debug messages
.SH USAGE
.PP
Just run the script, select the option you want and then answer the
questions.
.SH REQUIREMENTS
.IP \[bu] 2
Python >= 3.6
.IP \[bu] 2
PyNaCl >= 1.2.0
.IP \[bu] 2
PyCryptodomex >= 3.6.2
.SH REPORTING BUGS
.PP
Please report bugs at <https://github.com/hakavlad/tird/issues>.
.SH FEEDBACK
.PP
Feel free to post any questions, feedback or criticisms at
<https://github.com/hakavlad/tird/discussions>.
.SH AUTHOR
.PP
Alexey Avramov <[email protected]>
.SH COPYRIGHT
.PP
This project is licensed under the terms of the Creative Commons Zero
v1.0 Universal License (Public Domain Dedication).
.SH HOMEPAGE
.PP
Homepage is <https://github.com/hakavlad/tird>.

0 comments on commit f69ca0b

Please sign in to comment.