Update asciinema for dsc

This commit is contained in:
eikek 2021-07-28 23:25:01 +02:00
parent 29b8b5e9c7
commit 85e4ab78da
2 changed files with 16 additions and 10 deletions

View File

@ -124,21 +124,18 @@ read more.
# Command-Line
I like to use the command line, so there is a small script that
accepts one or more files and uploads them to a configured Docspell
url. It is possible to let the script delete all successfully uploaded
files.
I like to use the command line, and so there is a cli that can be used
for some tasks, for example uploading files. Below is a quick demo, it
supports many more options, see the link below for details.
<div class="columns is-centered">
<div class="column is-four-fifths">
<script id="asciicast-1GbSkyIq03hyzfGfvbcJRtSn8" src="https://asciinema.org/a/1GbSkyIq03hyzfGfvbcJRtSn8.js" async></script>
<div class="columns is-centered is-full-width">
<div class="column">
<script id="asciicast-427679" src="https://asciinema.org/a/427679.js" async></script>
</div>
</div>
The script can also be used to only check if a file already exists in
your account.
{{ buttonright(classes="is-primary ", href="/docs/tools/ds", text="More") }}
{{ buttonright(classes="is-primary ", href="/docs/tools/cli", text="More") }}
# Browser Extension

View File

@ -84,6 +84,15 @@ Once logged in, the session token will be saved to the filesystem
renewed if expiry is near. If you don't issue any commands for a while
you need to `login` again.
## Demo
<div class="columns is-centered is-full-width">
<div class="column">
<script id="asciicast-427679" src="https://asciinema.org/a/427679.js" async></script>
</div>
</div>
# Use Cases / Examples
These are some examples. Each command has a good help explaining all