Add more tags to notebook

This commit is contained in:
Talia 2023-05-09 13:17:08 +02:00
parent b913c860bb
commit f432dc5c1b
7 changed files with 16 additions and 4 deletions

View File

@ -1,5 +1,5 @@
---
tag: task terminal
tag: productivity task terminal
---
# Taskwarrior
[Taskwarrior](https://taskwarrior.org/) is a #terminal task manager

View File

@ -1,5 +1,5 @@
---
tags: automation
tags: automation terminal
---
# entr
Runs a command when files change:

View File

@ -1,3 +1,6 @@
---
tags: terminal multimedia
---
# ffmpeg
## Linux Commandline tool for Video Editing
Basic commandline: `ffmpeg -i input.mp4 output.mp4`

View File

@ -14,5 +14,5 @@ pdfimages -png input.pdf prefix
To convert the actual document to images (so kinda like taking screenshots, but better)
```sh
pdf2ppm -png input.pdf output.png
pdftoppm -png input.pdf output -r 300
```

View File

@ -1,2 +1,5 @@
---
tags: lint
---
# Shellcheck
Commandline shell script analysis tool

View File

@ -1,3 +1,6 @@
---
tags: terminal image multimedia
---
# Vips
Commandline interface to [[libvips]]

View File

@ -1,3 +1,6 @@
---
tags: terminal security encryption
---
## Creating a key
To get all the options, run: