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
|
[Taskwarrior](https://taskwarrior.org/) is a #terminal task manager
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
tags: automation
|
tags: automation terminal
|
||||||
---
|
---
|
||||||
# entr
|
# entr
|
||||||
Runs a command when files change:
|
Runs a command when files change:
|
||||||
|
|
|
@ -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`
|
||||||
|
|
|
@ -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
|
||||||
```
|
```
|
|
@ -1,2 +1,5 @@
|
||||||
|
---
|
||||||
|
tags: lint
|
||||||
|
---
|
||||||
# Shellcheck
|
# Shellcheck
|
||||||
Commandline shell script analysis tool
|
Commandline shell script analysis tool
|
|
@ -1,3 +1,6 @@
|
||||||
|
---
|
||||||
|
tags: terminal image multimedia
|
||||||
|
---
|
||||||
# Vips
|
# Vips
|
||||||
Commandline interface to [[libvips]]
|
Commandline interface to [[libvips]]
|
||||||
|
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue