All Projects → davrodpin → Mole

davrodpin / Mole

Licence: mit
CLI application to create ssh tunnels focused on resiliency and user experience.

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Mole

aiotunnel
HTTP tunnel on top of aiohttp and asyncio
Stars: ✭ 29 (-98.09%)
Mutual labels:  tunnel, port-forwarding, port-forward
tunman
Comprehensive solution for SSH tunnels - respawning, healthchecking/monitoring
Stars: ✭ 43 (-97.17%)
Mutual labels:  tunnel, ssh-tunnel, port-forwarding
Teleconsole
Command line tool to share your UNIX terminal and forward local TCP ports to people you trust.
Stars: ✭ 2,750 (+80.92%)
Mutual labels:  cli, tunnel, ssh
sshtun
Go package to create SSH tunnels
Stars: ✭ 62 (-95.92%)
Mutual labels:  ssh, forwarding, ssh-tunnel
Wsend
wsend: The opposite of wget
Stars: ✭ 64 (-95.79%)
Mutual labels:  cli, hacktoberfest
Gg
A tool to manage multiple git repositories
Stars: ✭ 54 (-96.45%)
Mutual labels:  cli, hacktoberfest
Monday
⚡️ A dev tool for microservice developers to run local applications and/or forward others from/to Kubernetes SSH or TCP
Stars: ✭ 1,246 (-18.03%)
Mutual labels:  hacktoberfest, ssh
Pypistats
Command-line interface to PyPI Stats API to get download stats for Python packages
Stars: ✭ 86 (-94.34%)
Mutual labels:  cli, hacktoberfest
Mod Pbxproj
A python module to manipulate XCode projects
Stars: ✭ 959 (-36.91%)
Mutual labels:  cli, hacktoberfest
Ritchie Formulas
This repository contains the community formulas that can be executed through Ritchie CLI once imported. This tool is an open source product that allows you to create, store and share any kind of automations, executing them through command lines, to run operations or start workflows ⚙️ 🖥 💡
Stars: ✭ 84 (-94.47%)
Mutual labels:  cli, hacktoberfest
Gomplate
A flexible commandline tool for template rendering. Supports lots of local and remote datasources.
Stars: ✭ 1,270 (-16.45%)
Mutual labels:  cli, hacktoberfest
Cliwrap
Library for running command line processes
Stars: ✭ 1,057 (-30.46%)
Mutual labels:  cli, hacktoberfest
Git Req
Check out merge requests from your GitLab/GitHub hosted repositories from the command line with just the request number.
Stars: ✭ 50 (-96.71%)
Mutual labels:  cli, hacktoberfest
Navi
An interactive cheatsheet tool for the command-line
Stars: ✭ 10,055 (+561.51%)
Mutual labels:  cli, hacktoberfest
Rocket.chat.apps Cli
The CLI for interacting with Rocket.Chat Apps
Stars: ✭ 37 (-97.57%)
Mutual labels:  cli, hacktoberfest
Awesome Laravel Zero
👋 START HERE! A curated list of Laravel Zero libraries, resources and projects
Stars: ✭ 84 (-94.47%)
Mutual labels:  cli, hacktoberfest
Generator Ngx Rocket
🚀 Extensible Angular 11+ enterprise-grade project generator
Stars: ✭ 1,329 (-12.57%)
Mutual labels:  cli, hacktoberfest
Tasklite
The CLI task manager for power users
Stars: ✭ 91 (-94.01%)
Mutual labels:  cli, hacktoberfest
Texture Synthesis
🎨 Example-based texture synthesis written in Rust 🦀
Stars: ✭ 1,337 (-12.04%)
Mutual labels:  cli, hacktoberfest
Sidedoor
SSH connection daemon for Debian/Raspbian/Ubuntu/etc
Stars: ✭ 97 (-93.62%)
Mutual labels:  tunnel, ssh

CI Documentation

Mole

Mole is a cli application to create ssh tunnels focused on resiliency and user experience.

For more information about installation, usage, examples and specific use cases, please visit https://davrodpin.github.io/mole/

How to build from source

Go 1.17.1+ is required to be installed on your system to build this project.

$ make build

How to run tests

$ make test

How to generate a code coverage report

$ make cover && open coverage.html

How to run static analysis

  1. Install golangci-lint

  2. Run the following command

$ make lint

Test Environment

The project provides a small automated infrastructure to help with manual testing Please refer to this document for more details about it.

How to Contribute

Please refere to CONTRIBUTING.md for details on how to contribute to this project.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].