Git Product home page Git Product logo

shellnerd's Introduction

SHELLNERD

shellnerd cli was created out of necessity to cater to smaller things that can become a hassle to manage via the traditional terminal ways. To start just type shellnerd after installation.

Requirements:

  • python 3.5 or higher
  • pip to install the package

Available features:

  • zsh management:

    • install : Command to Install zsh, oh-my-zsh and to set it as your default shell.
    • list available themes : List all available zsh themes.
    • set theme : Set a theme from the list of available zsh themes.
  • git config management: In case you have multiple accounts on your device, switching configs can be made easier using this option.

    • add account : Add a user account to the list of available configs.
    • remove account : Remove selected user account from the list of available git configs.
    • switch to account : Set the user name and email from the config to be used actively. NOTE: this feature requires the use of a file called ssh-config.json, it should have the hostname email and username of each config. Sample template available under templates/ssh-config.json
  • ssh config management: Options related to ssh keys and available servers.

    • add/update server alias : Add or updated the alias which can be used to connect to a remote server.
    • remove account : Remove selected server alias.
    • connect to server : Connect to a server via ssh from the list of available servers.

shellnerd can be installed in two ways:

  • As a pip package from PyPi [Coming Soon]
  • Build from source: To build from source do the following
    • clone this repository.
    • cd into the shellnerd directory and run
      • pip install wheel
      • python setup.py sdist bdist_wheel
      • pip install dist/shellnerd*.whl

Supported OS:

  • Ubuntu
  • MacOS

shellnerd's People

Contributors

aki21j avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.