---
title: "2025-07-10 Notes"
description: "!https://pype.dev/2025-07-10-notes/"
date: 2025-07-18
published: true
tags:
  - bash
  - cli
  - linux
  - thought
template: link
---


<div class="embed-card embed-card-external">
  <a href="https://pype.dev/2025-07-10-notes/" class="embed-card-link" target="_blank" rel="noopener noreferrer">
    <div class="embed-card-image">
      <img src="https://cdn.statically.io/gh/pypeaday/pype.dev/main/pages/media/og-02.png" alt="2025-07-10 Notes | Nic Payne — <a href="/2025-07-09-notes/" class="wikilink" data-title="2025-07-09 Notes" data-description="What a nightmare this glossary plugin turns out to be, it broke my site. I had it really close, then one more change asked for to the llm, an LGTM and did..." data-date="2025-07-09">2025-07-09 Notes</a> from yesterday I have temporal stuff kind of going with postiz in a windsurf session working on [[thoughts-to-nostr]] Been cleaning up my z" loading="lazy">
    </div>
    <div class="embed-card-content">
      <div class="embed-card-title">2025-07-10 Notes | Nic Payne</div>
      <div class="embed-card-description"><a href="/2025-07-09-notes/" class="wikilink" data-title="2025-07-09 Notes" data-description="What a nightmare this glossary plugin turns out to be, it broke my site. I had it really close, then one more change asked for to the llm, an LGTM and did..." data-date="2025-07-09">2025-07-09 Notes</a> from yesterday I have temporal stuff kind of going with postiz in a windsurf session working on [[thoughts-to-nostr]] Been cleaning up my z</div>
      <div class="embed-card-meta">pype.dev</div>
    </div>
  </a>
</div>


big fan of eza and dust, I like these aliases to have some common commands at my fingertips.  I often use the tree command and yes it sometimes goes too deep to actually be useful.

``` bash
    alias lt='eza -T --level=2'             # Tree view, 2 levels deep
    alias ltt='eza -T --level=3'            # Tree view, 3 levels deep

    alias du1='dust -d 1'                   # Show only 1 level deep
    alias du2='dust -d 2'                   # Show 2 levels deep
```
