diff --git a/README.md b/README.md index 46b93c4..9efbbe0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -### C-VipNX* 💻 [(Experimental Project)](#important-experimental-project)* -Shell Vip Utility written in C for *NX Systems. +### C-VipNX (Vip Shell)* 💻 [(Experimental Project)](#important-experimental-project)* +Shell Vip or Vip Shell is a Utility written in C for *NX Systems. Simple: Vip shell to avoid usage of sudo. 🚀 Welcome to VIP Shell, where simplicity meets power in your command line experience. VIP Shell is a sleek and interactive command line shell designed for users who crave efficiency and elegance. With its user-friendly interface, VIP Shell empowers you to navigate and execute commands seamlessly, providing a personalized and enjoyable interaction with your Unix-like environment. Whether you're a seasoned developer or a command line enthusiast, VIP Shell is your gateway to a sophisticated and efficient command line journey. Elevate your terminal experience with VIP Shell – where every command feels like a VIP moment! 💻✨ @@ -152,34 +152,26 @@ VIP Shell invites you to redefine your terminal experience. Whether you're a dev ### Prerequisites -#### Instructions +#### Instructions (compilation) -You need to install tcsh in your Linux/Unix like flavor. +You need to install tcsh in your Linux/Unix like flavor (compilation). - | sudo gcc -o vip vip.c (compilation) - - - | su - - | vi /etc/group (nuevo grupo, ej.: staff:x:100:user - | vim visudo - | # + ``` +sudo gcc -o vipshell vipshell.c + ``` + ``` +sudo vim /etc/group (nuevo grupo, ej.: staff:x:100:user + ``` -#### User privilege specification +``` +vim visudo +``` + +``` root ALL=(ALL:ALL) ALL - -vip ALL=(ALL:ALL) ALL - - | mv vip /usr/bin/ - - | exit - - | vip - - then, -execute it as a user: - sudo vip +vipshell ALL=(ALL:ALL) ALL + ``` #### File Structure @@ -187,6 +179,8 @@ execute it as a user: |-- vip.c |-- vip ``` + + #### Contributing Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate. But i would prefer if you could contact me first. diff --git a/src/AUR/PKGBUILD b/src/AUR/PKGBUILD index b18d5f8..1abd087 100644 --- a/src/AUR/PKGBUILD +++ b/src/AUR/PKGBUILD @@ -4,10 +4,10 @@ pkgver=1.2.5 pkgrel=1 pkgdesc="VIP Shell is a cutting-edge, open-source terminal environment that elevates your command-line experience with enhanced features and personalized interactions." arch=('x86_64') -url="https://github.com/felipealfonsog/C-VipNX" +url="https://github.com/NymexData/C-VipNX" license=('MIT') depends=('gcc') -source=("https://github.com/felipealfonsog/C-VipNX/archive/refs/tags/v.${pkgver}.tar.gz") +source=("https://github.com/NymexData/C-VipNX/archive/refs/tags/v.${pkgver}.tar.gz") sha256sums=('b342e8b04bc8915c03c6ee3e4dada27a09b1eb6749b7d74cb028903f89c1e3b7') prepare() {