explain why we have a .local/state directory

This commit is contained in:
JesseBot 2022-12-22 16:48:02 +01:00 committed by GitHub
parent b62c23078b
commit 550d3106e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -587,10 +587,17 @@ These directories/files are installed to your home directory and follow the [XDG
</details>
<details>
<summary><code>.local/bin</code></summary>
<summary><code>.local</code></summary>
<blockquote>
Directories:
<details>
<summary><code>bin</code></summary>
<blockquote>
Files:
- [`~/.local/bin/utc`](.local/bin/utc)
- [`~/.local/bin/w3msplits`](.local/bin/w3m-splits)
@ -607,23 +614,38 @@ These directories/files are installed to your home directory and follow the [XDG
Directories:
<details>
<summary><code>iterm2</code></summary>
<summary><code>iterm2</code></summary>
<blockquote>
Directory:
- [`~/.local/bin/iterm2`](.local/bin/iterm2)
<blockquote>
Everything in there are files written and provided by iTerm2 for integrating iterm2 magic into your terminal. The only custom one is the following:
| Command | Description |
|-----------------|-------------------------------------------------------------|
| `it2split` | open split in iterm2 with your default profile |
</blockquote>
</details>
</blockquote>
</details>
<details>
<summary><code>state</code></summary>
<blockquote>
This directory and the director[y/ies]/file(s) within it are specifically to auto-generate directory structure so that XDG spec is enforced with tools that only loosely enforce it.
</blockquote>
</details>
</details>