Skip to content

mydehq/MyCTL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

162 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyCTL Logo

MyCTL

A powerful CLI to control your Linux Desktop

MyCTL is a CLI tool that provides a unified way to control common Linux desktop operations.
While it integrates with the MyDE desktop environment, MyCTL works independently on any Linux system.


Installation

Arch Linux

The package is available on the AUR as myctl:

1. Using AUR Helper

# Using an AUR helper (e.g., yay, paru)
yay -S myctl
# or
paru -S myctl

2. Manually

# Clone repo & cd into it
git clone https://aur.archlinux.org/myctl && cd myctl

# Build package
makepkg

# Install the package
sudo pacman -U myctl-*.pkg.tar.zst

From Source

Install Required dependencies:

  • curl - Download utility
  • tar - Archive utility
  • bash - Shell interpreter
  • gawk - Text processing
  • sed - Stream editor
  • grep - Pattern matching
  • rofi - Application launcher and menu system
  • wob - Wayland overlay bar for visual feedback
  • wireplumber - For volume control
curl -fsSL https://raw.githubusercontent.com/mydehq/MyCTL/refs/heads/main/scripts/install.sh | bash

Usage

For Usage & Configuration, visit Documentation

Related Resources


Made with ❤️ by the MyDE Team