diff --git a/data/gpg/gpg_pinentry.md b/data/gpg/gpg_pinentry.md index 11b048d..6324bd5 100644 --- a/data/gpg/gpg_pinentry.md +++ b/data/gpg/gpg_pinentry.md @@ -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 ``` diff --git a/data/gpg/vim_decryption.md b/data/gpg/vim_decryption.md index 925f4ee..dd6e4e6 100644 --- a/data/gpg/vim_decryption.md +++ b/data/gpg/vim_decryption.md @@ -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). - diff --git a/data/recfiles/board_games.md b/data/recfiles/board_games.md index 8686e57..0150c42 100644 --- a/data/recfiles/board_games.md +++ b/data/recfiles/board_games.md @@ -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. diff --git a/data/recfiles/extended.md b/data/recfiles/extended.md index ab72898..ffb5895 100644 --- a/data/recfiles/extended.md +++ b/data/recfiles/extended.md @@ -1,6 +1,7 @@ --- title: "Recfiles Extended Example" tags: [ "data", "database", "recfiles" ] +requires: [ "recfiles" ] --- ## Create diff --git a/data/recfiles/ip_asn.md b/data/recfiles/ip_asn.md index fafbe9b..2b545dc 100644 --- a/data/recfiles/ip_asn.md +++ b/data/recfiles/ip_asn.md @@ -1,7 +1,7 @@ --- title: "IP Addresses with Recfiles" tags: [ "data", "recfiles", "games" ] -requires: "Recfiles" +requires: "recfiles" --- ## Download the Database diff --git a/data/recfiles/recfixes.md b/data/recfiles/recfixes.md index 6679536..a59f125 100644 --- a/data/recfiles/recfixes.md +++ b/data/recfiles/recfixes.md @@ -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. diff --git a/data/sc-im/sample.sc b/data/sc-im/sample.sc index 59bb640..a78016f 100644 --- a/data/sc-im/sample.sc +++ b/data/sc-im/sample.sc @@ -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