Skip to content

renaudcepre/toolz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Scripts Collection

Collection of command-line utility scripts, focusing on developer productivity.

Installation

Prerequisites

  • Python 3.12+
  • zsh shell (for automatic PATH configuration)

Quick Install

./install.sh

The installer will:

  1. Install uv package manager if not present
  2. Create a Python virtual environment
  3. Install the package in editable mode
  4. Add the virtual environment to your PATH in .zshrc

Available Tools

dump - File Content Dumper

Dumps file contents with Markdown code blocks. Useful for:

  • Sharing code snippets with proper syntax highlighting
  • Creating documentation from source files
  • Quick code reviews and sharing
  • Creating Markdown-formatted file exports

Usage

# Basic usage - dump all files in current directory
tz dump .

# Dump specific file types only
tz dump . --pattern "*.py"

# Copy output to clipboard
tz dump . -c

# Pretty print with Markdown formatting
tz dump . --pretty

# Exclude additional patterns
tz dump . --exclude "tests,*.md"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published