Journal

2024-05-22

Replicating VOX Features in PowerShell: A Python Virtual Environment Management Script

Introduction

I find myself frequently juggling multiple python projects …

Tags:
  • Pdf
  • Powershell
  • Virtual environments
  • Script
Journal

2024-05-07

The Power of a Well-Designed Filesystem

Consider this scenario: You're knee-deep in code, searching for that elusive configuration file or …

Tags:
  • Lite-xl
  • Nushell
  • Filesystem
Journal

2024-04-29

Vim Fuzzy Finder and Search Tools

This post describes two minimalist Vim9script plugins that harness the capabilities of fd and …

Tags:
  • Powershell core
  • Vim
  • Search
  • Powershell desktop
Journal

2024-04-16

Authoring PDFs from Pandoc's Markdown Formatted Files

Creating a polished PDF document from a collection of markdown-formatted text files is …

Tags:
  • Pandoc markdown
  • Pandoc
  • Markdown
  • Pdf
Journal

2024-03-30

Vim9Script Plugin: Typst-Powershell

Typst, a markup-based typesetting system, provides built-in markup for common formatting tasks.

It integrates a scripting system …

Tags:
  • Pdf viewer
  • Typst
  • Pdf
  • Vim plugin
Journal

2024-03-22

Mastering Graphs with DOT: A Short Guide to Diagram Creation

The DOT language is a plain text graph description language …

Tags:
  • Dot
  • Dot diagrams
  • Nodes
  • Dot file