Clone repositories interactively with FZF
Interactively search and clone GitHub repositories using FZF, with support for multi-selection and filtering
Development tips and snippets that i share on my Twitter account
Interactively search and clone GitHub repositories using FZF, with support for multi-selection and filtering
Interactively search and kill processes using FZF, with support for direct port-specific killing
Interactively search and run package manager scripts using FZF
Interactively attach to running Docker container using FZF
Delete all your node_modules, venv and vendor folders periodically Here are small bash scripts that delete all dependencies folders recursively older than 90 days inside the /dev folder Add this function to your .zshrc or .bashrc file
Auto reload Celery on any code changes In the recent Celery versions --autoreload command was deprecated, to achieve the same result we can use watchdog and watchmedo which monitors file system events when files are changed, updated, or deleted