Skip to content

Quick to use ssh server manager written in Python.

License

Notifications You must be signed in to change notification settings

dArkyunn/noodle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

noodle

Noodle is a ssh wrapper and server manager written in Python.

Installation

  1. Clone this repository to a directory of your liking using git clone https://github.com/dArkyunn/noodle.git.
  2. Create a sym-link of noodle.py to a directory in your PATH environmental variable.
  3. Start using noodle!

Note that you need python3 for noodle to work.

Usage

General form: noodle [option] <arguments>
Arguments inside [ ] are required, arguments inside < > are optional

Options:

help, h - no arguments, shows help page
add, a - no arguments, prompts the user to add a new entry into the config
delete, del, d - one argument: <name> of an entry present in config, removes an entry from the config
edit, e - one argument: <name> of an entry present in config, prompts the user to enter new values for an entry
list, l - no arguments, lists out all entries in the config
connect, con, c - one argument: <name> of an entry present in config, connects to a server

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

GNU GPLv3

About

Quick to use ssh server manager written in Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages