oliverdavies.uk/content/node.771941bc-1dab-4451-ad03-1cf809b2c511.json

91 lines
3.5 KiB
JSON
Raw Normal View History

2025-05-11 07:15:45 +01:00
{
"uuid": [
{
2025-05-11 09:40:11 +01:00
"value": "771941bc-1dab-4451-ad03-1cf809b2c511"
2025-05-11 07:15:45 +01:00
}
],
"langcode": [
{
"value": "en"
}
],
"type": [
{
"target_id": "daily_email",
"target_type": "node_type",
"target_uuid": "8bde1f2f-eef9-4f2d-ae9c-96921f8193d7"
}
],
"revision_timestamp": [
{
2025-05-11 09:40:11 +01:00
"value": "2025-05-11T09:00:46+00:00"
2025-05-11 07:15:45 +01:00
}
],
"revision_uid": [
{
"target_type": "user",
"target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849"
}
],
"revision_log": [],
"status": [
{
"value": true
}
],
"uid": [
{
"target_type": "user",
"target_uuid": "b8966985-d4b2-42a7-a319-2e94ccfbb849"
}
],
"title": [
{
"value": "Why I use tmux\n"
}
],
"created": [
{
"value": "2023-04-08T00:00:00+00:00"
}
],
"changed": [
{
2025-05-11 09:40:11 +01:00
"value": "2025-05-11T09:00:46+00:00"
2025-05-11 07:15:45 +01:00
}
],
"promote": [
{
"value": false
}
],
"sticky": [
{
"value": false
}
],
"default_langcode": [
{
"value": true
}
],
"revision_translation_affected": [
{
"value": true
}
],
"path": [
{
"alias": "\/daily\/2023\/04\/08\/why-i-use-tmux",
"langcode": "en"
}
],
"body": [
{
"value": "\n <p>tmux is a \"terminal multiplexer\" - a program that makes one terminal window into many.<\/p>\n\n<p>I use the terminal a lot and am often switching between codebase so this is very useful for me.<\/p>\n\n<p>I use a different session for each codebase. If I'm working on one and need to switch to another, I can detatch from one session and attach to another. Later, when I'm ready to switch back, I do the same again.<\/p>\n\n<p>I usually have multiple windows inside a session. Neovim will be in the main one, and I can run separate commands - especially long-running ones like watchers - with their own windows.<\/p>\n\n<p>If I need to split a window and have Neovim on the left and a terminal for running tests on the right, I can do this with different panes.<\/p>\n\n<p>Being able to organise my workspace in this way has become a big part blogof my development workflow and my productivity.<\/p>\n\n ",
"format": "full_html",
"processed": "\n <p>tmux is a \"terminal multiplexer\" - a program that makes one terminal window into many.<\/p>\n\n<p>I use the terminal a lot and am often switching between codebase so this is very useful for me.<\/p>\n\n<p>I use a different session for each codebase. If I'm working on one and need to switch to another, I can detatch from one session and attach to another. Later, when I'm ready to switch back, I do the same again.<\/p>\n\n<p>I usually have multiple windows inside a session. Neovim will be in the main one, and I can run separate commands - especially long-running ones like watchers - with their own windows.<\/p>\n\n<p>If I need to split a window and have Neovim on the left and a terminal for running tests on the right, I can do this with different panes.<\/p>\n\n<p>Being able to organise my workspace in this way has become a big part blogof my development workflow and my productivity.<\/p>\n\n ",
"summary": null
}
]
}