mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Added medium syndication metadata
This commit is contained in:
parent
a51e20fbc7
commit
a22bb998cb
14 changed files with 78 additions and 68 deletions
|
@ -1,9 +1,10 @@
|
|||
---
|
||||
title: "Terminal Output in Vim"
|
||||
date: 2021-06-18T16:22:30-04:00
|
||||
date: 2021-06-18 20:22:30
|
||||
draft: false
|
||||
tags: []
|
||||
medium_enabled: true
|
||||
medium_post_id: fba948955d22
|
||||
tags: []
|
||||
title: Terminal Output in Vim
|
||||
---
|
||||
|
||||
In Vim you can output the result of a command below your cursor by using `:r!`.
|
||||
|
@ -22,5 +23,4 @@ The current timestamp
|
|||
:r! echo "[$(date '+\%Y-\%m-\%d \%H:\%M:\%S')]"
|
||||
```
|
||||
|
||||
Outputs: `[2021-06-18 16:13:19]`
|
||||
|
||||
Outputs: `[2021-06-18 16:13:19]`
|
Loading…
Add table
Add a link
Reference in a new issue