https://github.com/pfei/scripts
https://github.com/pfei/scripts
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pfei/scripts
- Owner: pfei
- License: mit
- Created: 2026-05-25T12:57:34.000Z (23 days ago)
- Default Branch: main
- Last Pushed: 2026-06-01T13:25:02.000Z (16 days ago)
- Last Synced: 2026-06-01T15:18:58.382Z (16 days ago)
- Language: Python
- Size: 56.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scripts
A collection of local utility scripts, desktop environment tweaks, and automation tools.
## Structure
- `desktop/`: Hardware configurations and desktop environment wrappers.
- `dev/`: Development utilities and code analysis tools (including `hx-find` and `hx-jump`).
- `multimedia/`: Audio and video download/extraction tools.
- `services/`: Background monitors and systemd service files.
- `tests/`: Automated test suites (using pytest).
- `utils/`: Generic command-line utility scripts.
## Prerequisites
Some tools require the following system packages to be installed:
- `ripgrep` (`rg`): For fast code searching.
- `fzf`: For fuzzy selection in the CLI.
## Installation
This repository uses a centralized installer that deploys virtual environment-isolated binary wrappers straight to your local path (`~/.local/bin`):
./setup.py
## Usage: Developer Bridge
The `dev/` tools allow seamless navigation from your terminal directly into a running `hx` instance within `tmux`:
- `hx-find `: Search code using `ripgrep` and `fzf`, then jump to the selected result in Helix.
- `hx-jump `: Directly command a `tmux` pane running Helix to open a specific file and line.
## Testing
To run the test suite inside the local environment:
.venv/bin/pytest tests/