data cleanup
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "GPG Password Entry"
|
||||
tags: [ "vim", "secrets", "TUI" ]
|
||||
requires: [ "GPG Basics", "vim basics" ]
|
||||
requires: [ "gpg", "vim" ]
|
||||
---
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ Check your current gpg-agent configuration:
|
||||
gpgconf --list-options gpg-agent
|
||||
```
|
||||
|
||||
Create file, if it doesnt exit `~/.gnupg/gpg-agent.conf`:
|
||||
Create file, if it doesn't exit `~/.gnupg/gpg-agent.conf`:
|
||||
|
||||
```
|
||||
# Force terminal prompts for passwords
|
||||
@@ -22,6 +22,7 @@ pinentry-program /usr/bin/pinentry-tty
|
||||
```
|
||||
|
||||
Then restart gpg-agent:
|
||||
|
||||
```sh
|
||||
gpg-connect-agent reloadagent /bye
|
||||
```
|
||||
|
||||
@@ -1,12 +1,11 @@
|
||||
---
|
||||
title: "gpg with vim"
|
||||
tags: [ "vim", "data", "GPG" ]
|
||||
requires: [ "gpg", "vim" ]
|
||||
title: "Edit gpg encrypted files easily"
|
||||
tags: [ "vim", "data", "gpg" ]
|
||||
requires: [ "gpg", "vim", "comfy" ]
|
||||
---
|
||||
|
||||
The `vim-gnupg` plugin lets vim edit gpg-encrypted files as if they were unencrypted.
|
||||
The `vim-gnupg` plug-in lets vim edit gpg-encrypted files as if they were unencrypted.
|
||||
|
||||
It's probably in your package manager.
|
||||
If not, you'll need to endure the faff of following the [instructions](http://www.vim.org/scripts/script.php?script_id=3645).
|
||||
|
||||
|
||||
|
||||
@@ -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,6 +1,7 @@
|
||||
---
|
||||
title: "Recfiles Extended Example"
|
||||
tags: [ "data", "database", "recfiles" ]
|
||||
requires: [ "recfiles" ]
|
||||
---
|
||||
|
||||
## Create
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "IP Addresses with Recfiles"
|
||||
tags: [ "data", "recfiles", "games" ]
|
||||
requires: "Recfiles"
|
||||
requires: "recfiles"
|
||||
---
|
||||
|
||||
## Download the Database
|
||||
|
||||
@@ -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,17 +1,19 @@
|
||||
# This data file was generated by the Spreadsheet Calculator Improvised (sc-im)
|
||||
# You almost certainly shouldn't edit it.
|
||||
|
||||
newsheet "Sheet1"
|
||||
movetosheet "Sheet1"
|
||||
newsheet "Food"
|
||||
movetosheet "Food"
|
||||
offscr_sc_cols 0
|
||||
offscr_sc_rows 0
|
||||
nb_frozen_rows 1
|
||||
nb_frozen_cols 0
|
||||
nb_frozen_screenrows 2
|
||||
nb_frozen_screencols 0
|
||||
format A 14 1 0
|
||||
format B 18 2 0
|
||||
format A 24 1 0
|
||||
format B 13 2 0
|
||||
format 0 2
|
||||
format 4 2
|
||||
format 10 2
|
||||
freeze 0
|
||||
label A0 = "Food by Weight"
|
||||
leftstring B0 = "No. Meals"
|
||||
@@ -35,4 +37,9 @@ leftstring A7 = "Average"
|
||||
let A7 = @avg(A1:A4)
|
||||
leftstring A10 = "Weight of Meal"
|
||||
let A10 = 0.3
|
||||
goto A0
|
||||
pad 4 A0:A4
|
||||
pad 2 B0:B4
|
||||
pad 4 A6:A8
|
||||
pad 2 B6
|
||||
pad 4 A10
|
||||
goto A10
|
||||
|
||||
Reference in New Issue
Block a user