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 [Taskwarrior](https://taskwarrior.org/) is a #terminal task manager

View File

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

View File

@ -1,3 +1,6 @@
---
tags: terminal multimedia
---
# ffmpeg # ffmpeg
## Linux Commandline tool for Video Editing ## Linux Commandline tool for Video Editing
Basic commandline: `ffmpeg -i input.mp4 output.mp4` 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) To convert the actual document to images (so kinda like taking screenshots, but better)
```sh ```sh
pdf2ppm -png input.pdf output.png pdftoppm -png input.pdf output -r 300
``` ```

View File

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

View File

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

View File

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