acmpesuecc / Night-Manager

Night-Manager is a powerful package management, and overall assistant tool for your operating system :)
GNU General Public License v3.0
1 stars 8 forks source link
hacknight-2024 hacktoberfest

Night Manager

A GTK-based Software Manager that provides a graphical interface for managing packages on an Arch-based system. It integrates with pacman and will eventually include AUR support to install and remove packages directly from the application, with a built-in terminal for transparency.

Features

Getting Started

Prerequisites

Installation

  1. Clone the repository:

    git clone git@github.com:acmpesuecc/Night-Manager.git
    cd Night-Manager
  2. Install dependencies (for linux):

    
    sudo pacman -S gtk3 vte3 base-devel
  3. Compile and run the software:

    gcc -o software-manager software_manager.c $(pkg-config --cflags --libs gtk+-3.0 vte-2.91)
    ./software-manager

Usage

Roadmap

Issues

Contact

6366250274 for any queries or assistance

Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines on how to contribute to this project.


License

This project is licensed under the GNU General Public License V3 - see the LICENSE file for details.