# gitea-issue-exporter This project is a small tool to export all open issues of a Gitea repository into Markdown. ## Installation ```shell script go get git.jonasfranz.software/JonasFranzDEV/gitea-issue-exporter ``` ## Usage ``` gitea-issue-exporter [GLOBAL OPTIONS] command [COMMAND OPTIONS] [ARGUMENTS...] ``` ### Commands #### export-all **--output, -o**="": output file **--token**="": Gitea access token **--url**="": Gitea URL