make requirements key the filename
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
title: "GPG Basics"
|
||||
tags: [ "data", "GPG" ]
|
||||
---
|
||||
|
||||
# Making keys
|
||||
|
||||
Generate keys:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "gpg with vim"
|
||||
tags: [ "vim", "data", "GPG" ]
|
||||
requires: [ "GPG Basics", "vim basics" ]
|
||||
requires: [ "gpg", "vim" ]
|
||||
---
|
||||
|
||||
The `vim-gnupg` plugin lets vim edit gpg-encrypted files as if they were unencrypted.
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
---
|
||||
title: "Newsraft"
|
||||
tags: [ "data", "RSS" ]
|
||||
requires: [ "Shell Scripts" ]
|
||||
---
|
||||
|
||||
# Setup
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
---
|
||||
title: "pass"
|
||||
tags: [ "data", "credentials", "secrets" ]
|
||||
requires: "GPG Basics"
|
||||
requires: "gpg"
|
||||
---
|
||||
|
||||
Setup [gpg](./gpg.md) keys.
|
||||
Setup [gpg](gpg.md) keys.
|
||||
|
||||
Show your gpg secret it:
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "pass with otp"
|
||||
tags: [ "data", "credentials", "secrets", "2fa", "otp" ]
|
||||
requires: "pass"
|
||||
requires: [ "pass" ]
|
||||
---
|
||||
|
||||
Need a Microsoft or Google authenticator?
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Recfile Bibliography for TeX"
|
||||
tags: [ "data", "database", "recfiles", "tex" ]
|
||||
requires: [ "Recfiles", "TeX", "Makefile" ]
|
||||
requires: [ "recfiles", "tex", "makefiles" ]
|
||||
---
|
||||
|
||||
Store your bibliography in a `recfile` database, then extract any part with `make`.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Board Games with Recfiles"
|
||||
tags: [ "data", "recfiles", "games" ]
|
||||
requires: "Recfiles"
|
||||
requires: "recfiles"
|
||||
---
|
||||
|
||||
You can play with a board games database from boardgamegeek.com.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "nginx logs with recfiles"
|
||||
tags: [ "data", "recfiles", "logs" ]
|
||||
requires: [ "Recfiles", "nginx" ]
|
||||
requires: [ "recfiles", "nginx" ]
|
||||
---
|
||||
|
||||
The standard `nginx` log format has such a lack of consistency or meaning that you might squint your face into a whirlpool making sense of them:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Recfixes"
|
||||
tags: [ "data", "recfiles" ]
|
||||
requires: "Recfiles"
|
||||
requires: "recfiles"
|
||||
---
|
||||
|
||||
Sometimes `recsel` chokes on a large query, and you need to break the query into chunks with a pipe.
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "sc-im"
|
||||
tags: [ "TUI", "data", "spreadsheet", "csv" ]
|
||||
requires: [ "vim basics" ]
|
||||
requires: [ "vim" ]
|
||||
---
|
||||
|
||||
- [Sample file](sc-im/sample.sc)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Taskwarrior Contexts"
|
||||
tags: [ "data", "task" ]
|
||||
requires: [ "Taskwarrior" ]
|
||||
requires: [ "task" ]
|
||||
---
|
||||
|
||||
# Contexts
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "Taskwarrior Configuration"
|
||||
tags: [ "data", "task" ]
|
||||
requires: [ "Taskwarrior" ]
|
||||
requires: [ "task" ]
|
||||
---
|
||||
|
||||
Show your current config:
|
||||
|
||||
Reference in New Issue
Block a user