see video attached to comments. make sure the sound is on
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # each key is a regexp pretty much | |
| # and each value is a template name | |
| templates["PLACE NAME HERE"]="coffee" | |
| templates["COFFEE PLACE"]="coffee" | |
| templates["WOOLWORTHS"]="grocery" | |
| templates["COLES"]="grocery" | |
| templates["DIGITALOCEAN.COM"]="digitalocean" | |
| templates["STEAMGAMES"]="steam" | |
| function get-banks-notifications { |
The table is pulled from gemini://geminispace.info/statistics/historical/overall and then extended with Domain Diff and Page Diff columns
| Date | Page Count | Domain Count | Domain Diff | Page Diff |
|---|---|---|---|---|
| 2023-04-05 | 736445 | 2181 | 2 | 7407 |
| 2023-04-03 | 729038 | 2179 | 14 | -25133 |
| 2023-03-29 | 754171 | 2165 | 11 | 32866 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set nocompatible | |
| set t_Co=256 | |
| " map leader key | |
| let mapleader = " " | |
| " use kj as esc | |
| imap kj <Esc> | |
| " set line numbers to hybrid | |
| set number relativenumber |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| test test test |