Update index.md

This commit is contained in:
jfraeys 2024-06-21 18:15:15 +00:00 committed by GitHub
parent fd9bb0bf0d
commit fc7b7cee75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,8 +11,8 @@ Welcome to the documentation for the `.local-bin` repository. This collection is
## Binary Files
- [aactivator.py](aactivator/Usage.md): A powerful script designed to automate the sourcing of environments in an interactive shell. Activate it effortlessly by evaluating `$(aactivator init)` in your shell.
- [tmux_sessionizer](tmux_sessionizer/Usage.md): This script simplifies the management of tmux sessions by providing an interactive interface to create or switch between sessions. If a session doesn't exist for a selected directory, it creates a new tmux session with the selected directory as the working directory.
- [tmux_windonizer](tmux_windownizer/Usage.md): This script is designed to streamline the process of sending commands to a specific tmux window. It takes a branch name (or any identifier) as an argument, creates a new window if it doesn't exist in the current tmux session, and sends the provided command to that window.
- [sessionizer](sessionizer/Usage.md): This script simplifies the management of tmux sessions by providing an interactive interface to create or switch between sessions. If a session doesn't exist for a selected directory, it creates a new tmux session with the selected directory as the working directory.
- [windonizer](windownizer/Usage.md): This script is designed to streamline the process of sending commands to a specific tmux window. It takes a branch name (or any identifier) as an argument, creates a new window if it doesn't exist in the current tmux session, and sends the provided command to that window.
- [update_brew_lists](update_brew_lists/Usage.md): This script automates the process of updating Homebrew and associated package lists. It can be used to keep track of installed packages and update them as needed.
- [setup_dev_env](setup_dev_env/Usage.md): This script automates the setup of a development environment by installing essential tools, configuring common settings, and providing options for customization. It supports the following options:
- `-a` or `--disable-auto-update`: Disable Homebrew auto-updates.