Add more tags to notebook
This commit is contained in:
parent
b913c860bb
commit
f432dc5c1b
7 changed files with 16 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
tag: task terminal
|
||||
tag: productivity task terminal
|
||||
---
|
||||
# Taskwarrior
|
||||
|
||||
[Taskwarrior](https://taskwarrior.org/) is a #terminal task manager
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
tags: automation
|
||||
tags: automation terminal
|
||||
---
|
||||
# entr
|
||||
Runs a command when files change:
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
tags: terminal multimedia
|
||||
---
|
||||
# ffmpeg
|
||||
## Linux Commandline tool for Video Editing
|
||||
Basic commandline: `ffmpeg -i input.mp4 output.mp4`
|
||||
|
|
|
@ -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
|
||||
```
|
|
@ -1,2 +1,5 @@
|
|||
---
|
||||
tags: lint
|
||||
---
|
||||
# Shellcheck
|
||||
Commandline shell script analysis tool
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
tags: terminal image multimedia
|
||||
---
|
||||
# Vips
|
||||
Commandline interface to [[libvips]]
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
---
|
||||
tags: terminal security encryption
|
||||
---
|
||||
## Creating a key
|
||||
|
||||
To get all the options, run:
|
||||
|
|
Loading…
Reference in a new issue