How to Revisit your Terminal Session's History +
+I can’t believe I didn’t know about this command beforehand. When I first got into self-hosting and homelabbing, one of the app ideas I had that would help me with internal documentation is a terminal program that saves your input and output to a file for you to review later and extract the key commands you used. I also had the bonus idea that you could add comments as you were writing out commands....
+
## Sheets Setup
diff --git a/content/posts/save_terminal_to_file.md b/content/posts/save_terminal_to_file.md
new file mode 100644
index 0000000..79fde0d
--- /dev/null
+++ b/content/posts/save_terminal_to_file.md
@@ -0,0 +1,89 @@
+---
+title: "How to Revisit your Terminal Session's History"
+date: 2024-03-19T11:00:53-04:00
+tags: ["cli", "terminal", "documentation"]
+author: "Me"
+showToc: true
+TocOpen: false
+draft: false
+hidemeta: false
+description: 'Go beyond zsh/bash_history and save both your commands and the output to a file for later review! This command will help any homelabber that struggles with documentation for their network and services.'
+disableHLJS: true # to disable highlightjs
+disableShare: false
+disableHLJS: false
+hideSummary: false
+searchHidden: true
+ShowReadingTime: true
+ShowBreadCrumbs: true
+ShowPostNavLinks: true
+ShowWordCount: true
+ShowRssButtonInSectionTermList: true
+UseHugoToc: true
+cover:
+ image: "