Skip to content

Commit

Permalink
Add MANPAGE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hakavlad committed Feb 4, 2024
1 parent a488785 commit 3a825fb
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions docs/MANPAGE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
% tird(1) | General Commands Manual

# NAME
tird - A tool for encrypting file contents and hiding random data among other random data.

# SYNOPSIS
**tird** [**OPTION**]...

# DESCRIPTION
tird (an acronym for "this is random data") is a tool for encrypting file contents and hiding random data among other random data.

# REQUIREMENTS
- Python >= 3.6
- PyNaCl >= 1.2.0
- PyCryptodomex >= 3.6.2

# COMMAND-LINE OPTIONS

#### -d, --debug
Print debug messages.

# USAGE
Just run the script, select the option you want and then answer the questions.

# REPORTING BUGS
Please report bugs at <https://github.com/hakavlad/tird/issues>.

# FEEDBACK
Feel free to post any questions, feedback or criticisms at <https://github.com/hakavlad/tird/discussions>.

# AUTHOR
Written by Alexey Avramov <[email protected]>.

# LICENSE
This project is licensed under the terms of the Creative Commons Zero v1.0 Universal License (Public Domain Dedication).

# HOMEPAGE
Homepage is <https://github.com/hakavlad/tird>.

0 comments on commit 3a825fb

Please sign in to comment.