cli
cli copied to clipboard
A tiny CLI for HedgeDoc
Release Note: * Allow user to use the GitLab OAuth to login the HedgeDoc The detail implementation: * A helper script `login-hedgedoc-via-gitlab.sh` is used to wrapper the process to login...
Hi, I'm struggling with authentication. I'm using a self-hosted OIDC/OAuth2 provider called Authentik to login into HedgeDoc. This works great with just the press of a button. What I've done/tried:...
Since the CodiMD CLI relies on information like the remote server, it would be useful to have this information provided in a config file. A simple env file seems like...
So I was wondering if there already exists an option to also download the images that are added to the notes. In that case, one might need to change the...
It'd be nice if I could upload images via the CLI and get their URLs back.
I'm trying to figure out how to edit a note directly from the command line, unfortunately I can't delete text successfully. So I leave here what I found, and if...
Hello and thanks for the work thus far! In our collective, we use the same pad for our weekly meeting. It's quite handy to have the same URL. After the...
The [UNIX passwordstore called `pass`](https://passwordstore.org) is a very handy unix tool that allows to have GPG encrypted passwords stored in a git repository and being used as a password safe....
We use a DCO in the CodiMD repo to simplify the legal status of code. We could apply this here as well, it doesn't hurt, is easy to adapt and...
When passing `-` as output file, it mostly works: Both curl and wget treats that as a redirection to stdout. Unfortunately the shell script does not expect this (which is...