Skip to content

mydehq/MyCTL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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. It offers audio control, theme management, distro-agnostic package management, screenshot utilities, interactive menus, and more.
While it integrates seamlessly with the MyDE desktop environment, MyCTL works independently on any Linux system.


Usage

For Usage & Configuration, visit Documentation

Installation

Arch Linux (AUR)

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

Dependencies

Install Required dependencies:

  • 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

From Source

git clone https://github.com/mydehq/MyCTL && cd MyCTL

bash install.sh

🔗 Related Resources


Made with ❤️ by the MyDE Team

About

A powerful CLI to control your Linux Desktop

Resources

License

Stars

Watchers

Forks