Tackle
Tackle is a repository of Fish shell functions, modules, plugins, and themes designed to be used with the Tacklebox framework.
Visit the Tacklebox project for information on installation, usage, and other useful documentation.
Modules
- virtualfish β Virtualfish facilitates Virtualenv management and matches projects to virtual environments
- virtualhooks β sources
$VIRTUAL_ENV/virtualhooks.fish
upon virtual environment activation (requires Virtualfish) - z - jump to often-used directories, weighted by βfrecencyβ
Plugins
- docker β provides useful commands to manage Docker containers and images
- extract β extracts a variety of archive file formats;
compress
function also included - grc β colorizes terminal output of ping, make, and other commands (must first install grc via Homebrew/apt)
- hg β facilitates interactions with Mercurial repositories
- pip β Pip command completions and handy wrapper functions
- python β functions to run simple HTTP server and clean
.pyc
files - sdl β sudo the last command in history
- up β update Fish completions, Homebrew, Python packages, and Vim plugins (via Vundle)
Themes
- entropy β shows Virtualenv, Git, and Mercurial status; indicates if connected to another host via SSH
- budspencer
- urdh
Functions
These are helper functions, mainly to be used inside of configuration and other functions:
- _confirmation β confirmation prompt for use in interactive scripts
- _logo β prints a colorful Fish shell logo as ASCII art
- _prepend_path β prepend the given path, if it exists, to the specified path list
Contributing
Contributions to both Tackle and Tacklebox are welcome. If you would like to contribute to the project, please review the Contributing Guidelines thoroughly.