Skip to content

Commit

Permalink
Adding a Motivation to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
MunsMan committed Mar 25, 2023
1 parent 999395f commit a502b4f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
A Rust implementation for port forwarding from a [devContainer](https://containers.dev) to the Host.
The goal is to provide a developer friendly experience similar to VS Code, but editor independent.

## Motivation

I'm currently trying to switch from VS Code to a more lightweight Editor (currently trying [Helix](https://helix-editor.com)) and my battery is thanking me.
But VS Code is pretty handsome editor, and I was missing many handy features, like the devContainer.
Therefore, I started looking into the devContainerCLI, which is lacking the autoForward Feature, so here we go.
I'm giving it a shot to solve my problem, and I hope somebody can benefit from my work as well.

## Overview

This Feature is based on a Server Client Model, which needs the Server running on the Host.
Expand Down

0 comments on commit a502b4f

Please sign in to comment.