https://github.com/shakfu/misc-utils
Useful utilities and scripts
https://github.com/shakfu/misc-utils
bash python utilities
Last synced: about 2 months ago
JSON representation
Useful utilities and scripts
- Host: GitHub
- URL: https://github.com/shakfu/misc-utils
- Owner: shakfu
- License: unlicense
- Created: 2022-10-08T05:44:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-20T14:55:33.000Z (10 months ago)
- Last Synced: 2025-09-20T15:41:43.764Z (10 months ago)
- Topics: bash, python, utilities
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# misc-utils
Useful utilities and scripts
## Repository Management
- `repodb.py` - Git repository database management for tracking remote URLs
- `listrepos.py` - List git repositories from database
## Package Management
- `pip_tools.py` - Python package management utilities (list, update packages)
- `pip_reset.py` - Reset Python packages by uninstalling non-core packages
- `dump_brew_pkgs.py` - Export Homebrew package information
- `brew_to_csv.py` - Convert Homebrew package data to CSV format
- `rpkg` - R package management utility
## File and System Utilities
- `clean` - Recursively clean files and detritus by extension or glob pattern
- `clean_file.py` - Remove trailing whitespace and emojis from files
- `rm_deadlinks.py` - Delete broken symbolic links
- `webloc_to_md.py` - Convert macOS .webloc files to markdown links
- `dump-links.py` - Extract and dump links from .webloc files to HTML
- `store_links.py` - Recursively scan .webloc files and store in SQLite database
## Build and Development Tools
- `cmake_utils.py` - CMake dependency builder utilities
- `update` - System update script with colorized output
- `renderMd` - R markdown document renderer with multiple output formats
- `shrink` - Reduce file sizes of binaries and applications
- `appify.sh` - Convert shell scripts to macOS .app bundles