A collection of CLI utilities that enhance and streamline everyday terminal workflows.
EnderCliTools is a collection of command-line tools that optimize and simplify everyday terminal workflows. The project provides various utilities specifically designed to make recurring tasks more efficient.
The easiest way to install is using the pre-built installers:
- Windows (MSI): Download from GitHub Releases
- Debian/Ubuntu (.deb): Download from GitHub Releases
- Go to the latest releases
- Download the appropriate file for your system:
- Windows:
EnderCliTools-x.x.x-x86_64.msi - Debian/Ubuntu:
enderclitools_x.x.x-x_amd64.deb
- Windows:
- Run the installation
If you want to compile the project from source:
# Clone repository
git clone https://github.com/Endkind/EnderCliTools.git
cd EnderCliTools
# Compile with Cargo
cargo build --releaseEnderCliTools currently offers the following utilities:
A tool for clear display of Docker container information.
A tool for managing and displaying Docker Compose services.
Management of EnderCliTools configuration with subcommands for setting, retrieving, and resetting settings.
Comprehensive documentation and usage examples can be found in the official documentation:
- Main Documentation: docs.endkind.net/enderclitools
- DPS Documentation: docs.endkind.net/enderclitools/dps
- DCPS Documentation: docs.endkind.net/enderclitools/dcps
- Config Documentation: docs.endkind.net/enderclitools/config
After installation, you can use the tools directly:
# Show help
ect --help
# List Docker containers
dps
# Show Docker Compose services
dcps
# Show configuration
ect config getEnderCliTools stores its configuration in the user directory. You can manage the configuration with the following commands:
# Show current configuration
ect config get [COMMAND] [OPTIONS]
# Set configuration value
ect config set <COMMAND> [OPTIONS]
# Reset configuration
ect config reset [COMMAND] [OPTIONS]Contributions are welcome! If you find bugs or want to suggest features:
- Open an Issue on GitHub
- Fork the repository and create a Pull Request
- Make sure your code meets the project standards
This project is licensed under the MIT License. See LICENSE for more details.
For more information and detailed guides, visit the Official Documentation.