Skip to content

WillianTomaz/cliops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


CliOps - Made with 'Shell' and 'Charm Gum'

Prerequisites

  • Have installed 'Charm Gum'
    • Official Installation Charm Gum
      # Debian/Ubuntu
      sudo mkdir -p /etc/apt/keyrings
      curl -fsSL https://repo.charm.sh/apt/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/charm.gpg
      echo "deb [signed-by=/etc/apt/keyrings/charm.gpg] https://repo.charm.sh/apt/ * *" | sudo tee /etc/apt/sources.list.d/charm.list
      sudo apt update && sudo apt install gum
      # gum version v0.11.0
      gum --version 


CliOps Installation:

Running the main file

  • You have two choices:
    • You can make an alias:
      #### Adding the 'alias'
      echo "alias cliops='/home/my-user/repositories/cliops/main.sh'" >> ~/.bashrc
      #### Compiling the 'bashrc'
      source ~/.bashrc
      #### Running in terminal
      cliops
    • You can run the main file (main.sh) of the project:
      cd /home/my-user/repositories/cliops/
      bash main.sh


CliOps Flow:

CliOps Flow Main Menu



CliOps TO-DO:

  • Make the CliOps have more dynamic settings for each type of use/user and have him create his own alias CliOps Flow Initial Installation


References:

About

This is a CLI made with 'Shell' and 'Charm Gum' to help you automate some stuff

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages